Moving rome library to target platform

This commit is contained in:
Simon Pamies
2013-02-07 16:08:44 +01:00
parent 38e0c0ce88
commit acf2c74fc4
4 changed files with 10 additions and 4 deletions
@@ -3,6 +3,5 @@
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="lib" path="lib/rome-1.0.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
@@ -25,8 +25,8 @@ Require-Bundle: com.sap.sailing.domain,
org.jdom;bundle-version="1.0.0",
javax.servlet.jsp.jstl;bundle-version="1.2.0",
javax.servlet.jsp;bundle-version="2.1.0",
javax.el;bundle-version="2.1.0"
Bundle-ClassPath: .,
lib/rome-1.0.jar
javax.el;bundle-version="2.1.0",
rome.rome;bundle-version="1.0.0"
Bundle-ClassPath: .
Web-ContextPath: /sailingserver
Export-Package: com.sap.sailing.server.gateway
@@ -68,4 +68,11 @@
version="1.6.4.1"
unpack="false"/>
<plugin
id="rome"
download-size="0"
install-size="0"
version="1.0"
unpack="false"/>
</feature>