Skip to content

Commit b1423ed

Browse files
committed
updated extension building related projects
1 parent 7cf8dcf commit b1423ed

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

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>

0 commit comments

Comments
 (0)