removed gflot usage and java libraries

This commit is contained in:
fmittag
2012-03-27 14:36:03 +02:00
parent a9f9a728fe
commit e091ef8ecf
12 changed files with 7 additions and 21 deletions
-1
View File
@@ -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
@@ -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/,\
-5
View File
@@ -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>
@@ -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"/>
@@ -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 -->
@@ -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 -->
@@ -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 -->
@@ -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" />
@@ -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" />