Skip to content

Commit

Permalink
refactor: add feature for unsafe IO providers
Browse files Browse the repository at this point in the history
...to easily be able to include them when running hale studio from
Eclipse.
  • Loading branch information
stempler committed Feb 27, 2024
1 parent 6c283a2 commit 5e88ffe
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 0 deletions.
17 changes: 17 additions & 0 deletions io/features/eu.esdihumboldt.hale.io.feature.unsafe/.project
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>eu.esdihumboldt.hale.io.feature.unsafe</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.pde.FeatureBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.pde.FeatureNature</nature>
</natures>
</projectDescription>
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
eclipse.preferences.version=1
encoding/<project>=UTF-8
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bin.includes = feature.xml
34 changes: 34 additions & 0 deletions io/features/eu.esdihumboldt.hale.io.feature.unsafe/feature.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="eu.esdihumboldt.hale.io.feature.unsafe"
label="Unsafe IO Providers"
version="5.1.0.qualifier"
provider-name="wetransform GmbH">

<description url="http://www.example.com/description">
[Enter Feature Description here.]
</description>

<copyright url="http://www.example.com/copyright">
[Enter Copyright Description here.]
</copyright>

<license url="http://www.example.com/license">
[Enter License Description here.]
</license>

<plugin
id="eu.esdihumboldt.hale.io.instancebuilder"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="eu.esdihumboldt.hale.io.schemabuilder"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

</feature>

0 comments on commit 5e88ffe

Please sign in to comment.