mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-26 23:46:36 +00:00
removed gflot usage and java libraries
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
<classpathentry kind="src" path="src/main/resources"/>
|
||||
<classpathentry kind="src" path="src/main/java"/>
|
||||
<classpathentry exported="true" kind="lib" path="WEB-INF/classes/"/>
|
||||
<classpathentry exported="true" kind="lib" path="WEB-INF/lib/gflot-1.0.1.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="WEB-INF/lib/gwt-maps.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="WEB-INF/lib/gwt-servlet.jar" sourcepath="C:/MyPrograms/eclipse/plugins/com.google.gwt.eclipse.sdkbundle_2.4.0.v201201120043-rel-r37/gwt-2.4.0/gwt-user.jar"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
|
||||
|
||||
@@ -33,6 +33,5 @@ Import-Package: org.osgi.framework,
|
||||
org.json.simple.parser
|
||||
Web-ContextPath: /gwt
|
||||
Bundle-ClassPath: WEB-INF/classes/,
|
||||
WEB-INF/lib/gflot-1.0.1.jar,
|
||||
WEB-INF/lib/gwt-maps.jar,
|
||||
WEB-INF/lib/gwt-servlet.jar
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@@ -2,7 +2,6 @@ source.WEB-INF/classes/ = src/main/java,\
|
||||
src/main/resources
|
||||
output.WEB-INF/classes/ = bin
|
||||
bin.includes = META-INF/,\
|
||||
WEB-INF/lib/gflot-1.0.1.jar,\
|
||||
WEB-INF/lib/gwt-maps.jar,\
|
||||
WEB-INF/lib/gwt-servlet.jar,\
|
||||
WEB-INF/classes/,\
|
||||
|
||||
@@ -18,11 +18,6 @@
|
||||
<version>1.1.0</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>ca.nanometrics</groupId>
|
||||
<artifactId>gflot</artifactId>
|
||||
<version>1.0.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.moxieapps.gwt</groupId>
|
||||
<artifactId>org.moxieapps.gwt.highcharts</artifactId>
|
||||
|
||||
+1
-2
@@ -17,9 +17,8 @@
|
||||
<!-- Google Maps API -->
|
||||
<inherits name='com.google.gwt.maps.GoogleMaps' />
|
||||
|
||||
<!-- Flot-Gwt API -->
|
||||
<!-- Highcharts API -->
|
||||
<inherits name="org.moxieapps.gwt.highcharts.Highcharts" />
|
||||
<inherits name='ca.nanometrics.gflot.GFlot'/>
|
||||
|
||||
<inherits name="com.google.gwt.resources.Resources" />
|
||||
<inherits name="com.google.gwt.logging.Logging"/>
|
||||
|
||||
+1
-2
@@ -18,8 +18,7 @@
|
||||
<!-- Google Maps API -->
|
||||
<inherits name='com.google.gwt.maps.GoogleMaps' />
|
||||
|
||||
<!-- Flot-Gwt API -->
|
||||
<inherits name='ca.nanometrics.gflot.GFlot'/>
|
||||
<!-- Highcharts API -->
|
||||
<inherits name="org.moxieapps.gwt.highcharts.Highcharts" />
|
||||
|
||||
<!-- Other module inherits -->
|
||||
|
||||
+1
-2
@@ -17,8 +17,7 @@
|
||||
<!-- Google Maps API -->
|
||||
<inherits name='com.google.gwt.maps.GoogleMaps' />
|
||||
|
||||
<!-- Flot-Gwt API -->
|
||||
<inherits name='ca.nanometrics.gflot.GFlot'/>
|
||||
<!-- Highcharts API -->
|
||||
<inherits name="org.moxieapps.gwt.highcharts.Highcharts" />
|
||||
|
||||
<!-- Other module inherits -->
|
||||
|
||||
+1
-2
@@ -18,8 +18,7 @@
|
||||
<!-- Google Maps API -->
|
||||
<inherits name='com.google.gwt.maps.GoogleMaps' />
|
||||
|
||||
<!-- Flot-Gwt API -->
|
||||
<inherits name='ca.nanometrics.gflot.GFlot'/>
|
||||
<!-- Highcharts API -->
|
||||
<inherits name="org.moxieapps.gwt.highcharts.Highcharts" />
|
||||
|
||||
<!-- Other module inherits -->
|
||||
|
||||
+1
-2
@@ -18,8 +18,7 @@
|
||||
<!-- Google Maps API -->
|
||||
<inherits name='com.google.gwt.maps.GoogleMaps' />
|
||||
|
||||
<!-- Flot-Gwt API -->
|
||||
<inherits name='ca.nanometrics.gflot.GFlot'/>
|
||||
<!-- Highcharts API -->
|
||||
<inherits name="org.moxieapps.gwt.highcharts.Highcharts" />
|
||||
|
||||
<inherits name="com.google.gwt.resources.Resources" />
|
||||
|
||||
+2
-3
@@ -17,10 +17,9 @@
|
||||
<!-- Google Maps API -->
|
||||
<inherits name='com.google.gwt.maps.GoogleMaps' />
|
||||
|
||||
<!-- Flot-Gwt API -->
|
||||
<inherits name='ca.nanometrics.gflot.GFlot'/>
|
||||
<!-- Highcharts API -->
|
||||
<inherits name="org.moxieapps.gwt.highcharts.Highcharts" />
|
||||
|
||||
|
||||
<!-- Other module inherits -->
|
||||
<inherits name="com.sap.sailing.domain.SailingDomain" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user