aboutsummaryrefslogtreecommitdiffstats
path: root/archetype/src/main
diff options
context:
space:
mode:
authorManolo Carrasco <manolo@apache.org>2010-11-04 12:23:17 +0000
committerManolo Carrasco <manolo@apache.org>2010-11-04 12:23:17 +0000
commit2b068a24c050e615fc966c4c32ab137c45a76586 (patch)
tree35e6a24d1a08460322bd09ea424d0967a049f427 /archetype/src/main
parent22f67b2c9f53f348252a73227fe2ea5e6c97cce9 (diff)
downloadgwtquery-2b068a24c050e615fc966c4c32ab137c45a76586.tar.gz
gwtquery-2b068a24c050e615fc966c4c32ab137c45a76586.zip
modify classpath order in archetype
Diffstat (limited to 'archetype/src/main')
-rw-r--r--archetype/src/main/resources/archetype-resources/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/archetype/src/main/resources/archetype-resources/.classpath b/archetype/src/main/resources/archetype-resources/.classpath
index fe43d429..daed4300 100644
--- a/archetype/src/main/resources/archetype-resources/.classpath
+++ b/archetype/src/main/resources/archetype-resources/.classpath
@@ -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"/>