mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-18 19:59:09 +00:00
Bug 4202: Dashboards project now also uses imported maps API
This commit is contained in:
@@ -3,8 +3,6 @@
|
||||
<classpathentry kind="con" path="com.google.gwt.eclipse.core.GWT_CONTAINER"/>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry kind="src" path="src/main/java"/>
|
||||
<classpathentry exported="true" kind="lib" path="WEB-INF/lib/gwt-maps-api-3.9.0-build-17.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="WEB-INF/lib/gwt-ajaxloader.jar"/>
|
||||
<classpathentry kind="lib" path="WEB-INF/classes"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
|
||||
<classpathentry kind="con" path="com.gwtplugins.gwt.eclipse.core.GWT_CONTAINER"/>
|
||||
|
||||
@@ -16,6 +16,7 @@ Require-Bundle: com.sap.sailing.domain,
|
||||
com.sap.sailing.domain.shared.android,
|
||||
com.sap.sailing.gwt.ui,
|
||||
org.moxieapps.gwt.highcharts;bundle-version="1.6.0";resolution:=optional,
|
||||
com.github.branflake2267.gwt-maps-api;bundle-version="3.10";resolution:=optional,
|
||||
com.sap.sse.gwt,
|
||||
com.sap.sailing.domain.igtimiadapter,
|
||||
com.sap.sailing.expeditionconnector,
|
||||
@@ -36,7 +37,5 @@ Import-Package: com.sap.sse.util,
|
||||
org.osgi.framework;version="1.5.0",
|
||||
org.osgi.util.tracker
|
||||
Web-ContextPath: /dashboards
|
||||
Bundle-ClassPath: WEB-INF/classes/,
|
||||
WEB-INF/lib/gwt-maps-api-3.9.0-build-17.jar,
|
||||
WEB-INF/lib/gwt-ajaxloader.jar
|
||||
Bundle-ClassPath: WEB-INF/classes/
|
||||
Automatic-Module-Name: com.sap.sailing.dashboards.gwt
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@@ -9,7 +9,6 @@ bin.includes = META-INF/,\
|
||||
WEB-INF/classes/,\
|
||||
WEB-INF/web.xml,\
|
||||
js/,\
|
||||
WEB-INF/lib/gwt-ajaxloader.jar,\
|
||||
fonts/,\
|
||||
images/
|
||||
output.. = WEB-INF/classes/
|
||||
|
||||
Reference in New Issue
Block a user