Skip to content

Commit 8f1cd6d

Browse files
committed
updated extension building related projects
1 parent 9a8da54 commit 8f1cd6d

File tree

12 files changed

+114
-166
lines changed

12 files changed

+114
-166
lines changed

RubyScript/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: Ruby Script Node extension for KNIME Workbench
44
Bundle-SymbolicName: org.knime.ext.jruby; singleton:=true
5-
Bundle-Version: 0.0.6
5+
Bundle-Version: 0.0.7
66
Bundle-ClassPath: rubyscript.jar,
77
lib/rsyntaxtextarea.jar,
88
lib/jruby.jar

RubyScript/build.properties

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
customBuildCallbacks=customBuildCallbacks.xml
2-
customBuildCallbacks.inheritall=true
31
source.rubyscript.jar = src/
42
bin.includes = plugin.xml,\
53
META-INF/,\

RubyScript/customBuildCallbacks.xml

Lines changed: 0 additions & 118 deletions
This file was deleted.

UpdateSite/.project

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>UpdateSite Ruby4KNIME</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.pde.UpdateSiteBuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
</buildSpec>
14+
<natures>
15+
<nature>org.eclipse.pde.UpdateSiteNature</nature>
16+
</natures>
17+
</projectDescription>

UpdateSite/site.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<site>
3+
<feature url="features/ruby4knime.feature_0.0.7.201508181411.jar" id="ruby4knime.feature" version="0.0.7.201508181411">
4+
<category name="ruby4knime"/>
5+
</feature>
6+
<feature url="features/scala_library_2.10.1.201508181411.jar" id="scala_library" version="2.10.1.201508181411">
7+
<category name="scala"/>
8+
</feature>
9+
<category-def name="ruby4knime" label="Ruby4KNIME plugin"/>
10+
<category-def name="scala" label="Scala runtime library"/>
11+
</site>
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<projectDescription>
3-
<name>KNIME Ruby Scripting extension</name>
4-
<comment></comment>
5-
<projects>
6-
</projects>
7-
<buildSpec>
8-
<buildCommand>
9-
<name>org.eclipse.pde.FeatureBuilder</name>
10-
<arguments>
11-
</arguments>
12-
</buildCommand>
13-
</buildSpec>
14-
<natures>
15-
<nature>org.eclipse.pde.FeatureNature</nature>
16-
</natures>
17-
</projectDescription>
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>Feature ruby4knime</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.pde.FeatureBuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
</buildSpec>
14+
<natures>
15+
<nature>org.eclipse.pde.FeatureNature</nature>
16+
</natures>
17+
</projectDescription>
File renamed without changes.

KNIME Ruby Scripting extension/category.xml renamed to feature-ruby4knime/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.feature_0.0.5.qualifier.jar" id="ruby4knime.feature" version="0.0.5.qualifier">
3+
<feature url="features/ruby4knime.feature_0.0.7.qualifier.jar" id="ruby4knime.feature" version="0.0.7.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 renamed to feature-ruby4knime/feature.xml

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<feature
3-
id="ruby4knime.feature"
4-
label="Ruby Scripting Extension"
5-
version="0.0.6.qualifier"
6-
license-feature="org.eclipse.platform"
7-
license-feature-version="3.7.2.v20120207-1839-9gF7UHPDFxGjd-PqDr2jX_4yKaumkoHTz04_q-q">
8-
9-
<description url="https://github.com/rssdev10/ruby4knime">
10-
This is Ruby scripting extension for KNIME.
11-
</description>
12-
13-
<copyright>
14-
rss, 2014, 2015
15-
</copyright>
16-
17-
<license url="http://www.apache.org/licenses/LICENSE-2.0">
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<feature
3+
id="ruby4knime.feature"
4+
label="Ruby Scripting Extension"
5+
version="0.0.7.qualifier"
6+
license-feature="org.eclipse.platform"
7+
license-feature-version="3.7.2.v20120207-1839-9gF7UHPDFxGjd-PqDr2jX_4yKaumkoHTz04_q-q">
8+
9+
<description url="https://github.com/rssdev10/ruby4knime">
10+
This is Ruby scripting extension for KNIME.
11+
</description>
12+
13+
<copyright>
14+
rss, 2014, 2015
15+
</copyright>
16+
17+
<license url="http://www.apache.org/licenses/LICENSE-2.0">
1818
Apache License
1919
Version 2.0, January 2004
2020
http://www.apache.org/licenses/
@@ -215,13 +215,13 @@
215215
distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
216216
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
217217
See the License for the specific language governing permissions and
218-
limitations under the License.
219-
</license>
220-
221-
<plugin
222-
id="org.knime.ext.jruby"
223-
download-size="0"
224-
install-size="0"
225-
version="0.0.0"/>
226-
227-
</feature>
218+
limitations under the License.
219+
</license>
220+
221+
<plugin
222+
id="org.knime.ext.jruby"
223+
download-size="0"
224+
install-size="0"
225+
version="0.0.0"/>
226+
227+
</feature>

feature-scala-library/.project

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>Feature scala_library</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.pde.FeatureBuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
</buildSpec>
14+
<natures>
15+
<nature>org.eclipse.pde.FeatureNature</nature>
16+
</natures>
17+
</projectDescription>

0 commit comments

Comments
 (0)