Skip to content

Commit f720ad9

Browse files
committed
update project settings
1 parent 9572411 commit f720ad9

3 files changed

Lines changed: 31 additions & 31 deletions

File tree

KNIME Ruby Scripting extension/category.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<site>
3-
<feature url="features/ruby4knime_0.0.2.qualifier.jar" id="ruby4knime" version="0.0.2.qualifier">
3+
<feature url="features/ruby4knime.feature_0.0.3.qualifier.jar" id="ruby4knime.feature" version="0.0.3.qualifier">
44
<category name="ruby_scripting_extension"/>
55
</feature>
66
<category-def name="ruby_scripting_extension" label="KNIME Ruby scripting extension"/>

KNIME Ruby Scripting extension/feature.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<feature
3-
id="ruby4knime"
3+
id="ruby4knime.feature"
44
label="Ruby Scripting Extension"
5-
version="0.0.2.qualifier"
5+
version="0.0.3.qualifier"
66
license-feature="org.eclipse.platform"
77
license-feature-version="3.7.2.v20120207-1839-9gF7UHPDFxGjd-PqDr2jX_4yKaumkoHTz04_q-q">
88

RubyScript/.project

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<projectDescription>
3-
<name>RubyScript</name>
4-
<comment></comment>
5-
<projects>
6-
</projects>
7-
<buildSpec>
8-
<buildCommand>
9-
<name>org.eclipse.jdt.core.javabuilder</name>
10-
<arguments>
11-
</arguments>
12-
</buildCommand>
13-
<buildCommand>
14-
<name>org.eclipse.pde.ManifestBuilder</name>
15-
<arguments>
16-
</arguments>
17-
</buildCommand>
18-
<buildCommand>
19-
<name>org.eclipse.pde.SchemaBuilder</name>
20-
<arguments>
21-
</arguments>
22-
</buildCommand>
23-
</buildSpec>
24-
<natures>
25-
<nature>org.eclipse.pde.PluginNature</nature>
26-
<nature>org.eclipse.jdt.core.javanature</nature>
27-
</natures>
28-
</projectDescription>
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>RubyScript</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.jdt.core.javabuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
<buildCommand>
14+
<name>org.eclipse.pde.ManifestBuilder</name>
15+
<arguments>
16+
</arguments>
17+
</buildCommand>
18+
<buildCommand>
19+
<name>org.eclipse.pde.SchemaBuilder</name>
20+
<arguments>
21+
</arguments>
22+
</buildCommand>
23+
</buildSpec>
24+
<natures>
25+
<nature>org.eclipse.pde.PluginNature</nature>
26+
<nature>org.eclipse.jdt.core.javanature</nature>
27+
</natures>
28+
</projectDescription>

0 commit comments

Comments
 (0)