]> source.dussan.org Git - gwtquery.git/commitdiff
modify classpath order in archetype
authorManolo Carrasco <manolo@apache.org>
Thu, 4 Nov 2010 12:23:17 +0000 (12:23 +0000)
committerManolo Carrasco <manolo@apache.org>
Thu, 4 Nov 2010 12:23:17 +0000 (12:23 +0000)
archetype/src/main/resources/archetype-resources/.classpath

index fe43d429841ae259f3815837e0ceafe1e743950f..daed4300a2b53666b81145d16bcae7e85aeba865 100644 (file)
@@ -3,10 +3,10 @@
 #set( $symbol_escape = '\' )
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
+       <classpathentry kind="con" path="com.google.gwt.eclipse.core.GWT_CONTAINER"/>
        <classpathentry kind="src" path="src/main/java"/>
        <classpathentry kind="src" path="src/test/java"/>
        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
-       <classpathentry kind="con" path="com.google.gwt.eclipse.core.GWT_CONTAINER"/>
        <classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
        <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/>
        <classpathentry kind="output" path="src/main/webapp/WEB-INF/classes"/>