Upgrade gwt-dnd to version 2.6.4 for bug fixes and better support of GWT 1.6. Also...
authorPanagiotis Astithas <pastith@gmail.com>
Tue, 14 Jul 2009 14:35:26 +0000 (17:35 +0300)
committerPanagiotis Astithas <pastith@gmail.com>
Tue, 14 Jul 2009 14:35:26 +0000 (17:35 +0300)
.classpath
build.xml
lib/gwt-dnd-2.5.6.jar [deleted file]
lib/gwt-dnd-2.6.4.jar [new file with mode: 0644]

index 3452093..4028492 100644 (file)
@@ -1,29 +1,29 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
-       <classpathentry kind="src" path="src"/>
-       <classpathentry kind="src" path="test"/>
-       <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-       <classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/GWT User Library"/>
-       <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/>
-       <classpathentry kind="lib" path="ear/lib/commons-lang.jar">
-               <attributes>
-                       <attribute name="javadoc_location" value="http://commons.apache.org/lang/api-release/"/>
-               </attributes>
-       </classpathentry>
-       <classpathentry kind="lib" path="war/WEB-INF/lib/commons-fileupload-1.2.jar">
-               <attributes>
-                       <attribute name="javadoc_location" value="http://commons.apache.org/fileupload/apidocs/"/>
-               </attributes>
-       </classpathentry>
-       <classpathentry kind="lib" path="lib/gwt-dnd-2.5.6.jar"/>
-       <classpathentry kind="lib" path="ear/lib/commons-codec-1.3.jar"/>
-       <classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/JBoss 5 common lib"/>
-       <classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/JBoss 5 lib"/>
-       <classpathentry kind="lib" path="ear/lib/commons-configuration-1.6.jar" sourcepath="/home/past/Desktop/commons-configuration-1.6-sources.jar">
-               <attributes>
-                       <attribute name="javadoc_location" value="http://commons.apache.org/configuration/apidocs/"/>
-               </attributes>
-       </classpathentry>
-       <classpathentry kind="lib" path="lib/gwt-gears.jar"/>
-       <classpathentry kind="output" path="bin"/>
-</classpath>
+<?xml version="1.0" encoding="UTF-8"?>\r
+<classpath>\r
+       <classpathentry kind="src" path="src"/>\r
+       <classpathentry kind="src" path="test"/>\r
+       <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>\r
+       <classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/GWT User Library"/>\r
+       <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3"/>\r
+       <classpathentry kind="lib" path="ear/lib/commons-lang.jar">\r
+               <attributes>\r
+                       <attribute name="javadoc_location" value="http://commons.apache.org/lang/api-release/"/>\r
+               </attributes>\r
+       </classpathentry>\r
+       <classpathentry kind="lib" path="war/WEB-INF/lib/commons-fileupload-1.2.jar">\r
+               <attributes>\r
+                       <attribute name="javadoc_location" value="http://commons.apache.org/fileupload/apidocs/"/>\r
+               </attributes>\r
+       </classpathentry>\r
+       <classpathentry kind="lib" path="ear/lib/commons-codec-1.3.jar"/>\r
+       <classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/JBoss 5 common lib"/>\r
+       <classpathentry kind="con" path="org.eclipse.jdt.USER_LIBRARY/JBoss 5 lib"/>\r
+       <classpathentry kind="lib" path="ear/lib/commons-configuration-1.6.jar" sourcepath="/home/past/Desktop/commons-configuration-1.6-sources.jar">\r
+               <attributes>\r
+                       <attribute name="javadoc_location" value="http://commons.apache.org/configuration/apidocs/"/>\r
+               </attributes>\r
+       </classpathentry>\r
+       <classpathentry kind="lib" path="lib/gwt-gears.jar"/>\r
+       <classpathentry kind="lib" path="lib/gwt-dnd-2.6.4.jar"/>\r
+       <classpathentry kind="output" path="bin"/>\r
+</classpath>\r
index 8958c34..22917ca 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -95,7 +95,7 @@
                <pathelement location="${war.lib.dir}/commons-fileupload-1.2.jar"/>
                <pathelement location="${ear.lib.dir}/commons-lang.jar"/>
                <pathelement location="${junit.path}/junit.jar"/>
-               <pathelement location="${basedir}/lib/gwt-dnd-2.5.6.jar"/>
+               <pathelement location="${basedir}/lib/gwt-dnd-2.6.4.jar"/>
                <pathelement location="${basedir}/lib/gwt-gears.jar"/>
        </path>
 
                <available file="${gwt.path}/gwt-dev-windows.jar" />
        </condition>
                <java classname="com.google.gwt.dev.GWTCompiler" failonerror="true" fork="true">
+                       <!--arg value="-style"/>
+                       <arg value="DETAILED"/-->
                        <arg value="-out"/>
                        <arg value="${gwt.www.dir}"/>
                        <arg value="${gwt.module}"/>
diff --git a/lib/gwt-dnd-2.5.6.jar b/lib/gwt-dnd-2.5.6.jar
deleted file mode 100644 (file)
index fcb838b..0000000
Binary files a/lib/gwt-dnd-2.5.6.jar and /dev/null differ
diff --git a/lib/gwt-dnd-2.6.4.jar b/lib/gwt-dnd-2.6.4.jar
new file mode 100644 (file)
index 0000000..91b9650
Binary files /dev/null and b/lib/gwt-dnd-2.6.4.jar differ