mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-20 12:45:35 +00:00
Moving rome library to target platform
This commit is contained in:
@@ -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>
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user