Skip to content

Commit

Permalink
added dependencies for KNIME 2.10 update-site
Browse files Browse the repository at this point in the history
  • Loading branch information
dietzc committed Jun 26, 2014
1 parent ff54704 commit fffc39d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion org.knime.knip.vtk.update/buckminster.cspex
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
<dependency name="org.knime.workbench.help" versionDesignator="2.4.0" componentType="osgi.bundle" />
<!-- necessary for all SWT fragments -->
<dependency name="org.eclipse.platform" componentType="eclipse.feature" />

<dependency name="javax.xml.rpc" componentType="osgi.bundle" versionDesignator="[1.1.0, 2.0.0)"/>
<dependency name="javax.xml.soap" componentType="osgi.bundle" versionDesignator="[1.1.0, 2.0.0)"/>
<dependency name="org.apache.commons.logging" componentType="osgi.bundle" versionDesignator="1.1.1"/>

</dependencies>
<actions>
<!-- Modify content.xml after it has been generated by Buckminster. -->
Expand All @@ -17,4 +22,4 @@
</products>
</public>
</actions>
</cspecExtension>
</cspecExtension>

0 comments on commit fffc39d

Please sign in to comment.