Skip to content

Commit

Permalink
Prepared features for 1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
hstaudacher committed Aug 29, 2012
1 parent b6b78dc commit 5323a98
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 15 deletions.
65 changes: 50 additions & 15 deletions com.eclipsesource.restfuse.additional.feature/feature.xml
Expand Up @@ -16,20 +16,6 @@
<license url="%licenseURL">
%license
</license>

<plugin
id="org.mortbay.jetty.server"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.mortbay.jetty.util"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.junit"
Expand All @@ -41,7 +27,7 @@
id="javax.servlet"
download-size="0"
install-size="0"
version="2.5.0.v201103041518"
version="0.0.0"
unpack="false"/>

<plugin
Expand Down Expand Up @@ -86,4 +72,53 @@
version="0.0.0"
unpack="false"/>

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

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

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

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

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

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

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

</feature>
1 change: 1 addition & 0 deletions com.eclipsesource.restfuse/META-INF/MANIFEST.MF
Expand Up @@ -27,3 +27,4 @@ Import-Package: com.sun.jersey.api.client;version="[1.13.0,1.14.0)",
org.junit.rules;version="[4.8.2,5.0.0)",
org.junit.runners;version="[4.8.2,5.0.0)",
org.junit.runners.model;version="[4.8.2,5.0.0)"
Bundle-ActivationPolicy: lazy

0 comments on commit 5323a98

Please sign in to comment.