Skip to content

Commit

Permalink
Adds wst plugins to p2 site
Browse files Browse the repository at this point in the history
  • Loading branch information
goglepox committed Sep 25, 2015
1 parent 6bbb0ea commit 3666f31
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions features/net.bioclipse.chemoinformatics_site/feature.xml
Expand Up @@ -31,4 +31,25 @@
version="0.0.0"
unpack="false"/>

<plugin
id="org.eclipse.wst.common.core"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.eclipse.wst.common.uriresolver"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.eclipse.wst.web"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

</feature>
2 changes: 1 addition & 1 deletion plugins/net.bioclipse.cml/META-INF/MANIFEST.MF
Expand Up @@ -14,7 +14,7 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.swt,
org.eclipse.ui,
org.xmlpull.xpp3;bundle-version="1.1.4",
org.eclipse.wst.xml.core;bundle-version="1.1.900"
org.eclipse.wst.xml.core;bundle-version="[1.1.900,1.2.0)"
Bundle-ClassPath: .
Bundle-Activator: net.bioclipse.cml.managers.Activator
Bundle-ActivationPolicy: lazy
Expand Down

0 comments on commit 3666f31

Please sign in to comment.