Now that we can download and install dependencies, remove the lib directory jar files...
authorPanagiotis Astithas <pastith@gmail.com>
Thu, 29 Jul 2010 14:15:17 +0000 (17:15 +0300)
committerPanagiotis Astithas <pastith@gmail.com>
Thu, 29 Jul 2010 14:15:17 +0000 (17:15 +0300)
.classpath
COPYING
README.txt
build.xml
lib/gwt-dnd-3.0.1.jar [deleted file]
lib/gwt-gears.jar [deleted file]
lib/gwt-incubator-20100204-r1747.jar [deleted file]
lib/gwt-visualization.jar [deleted file]

index cd0fc42..87fb8bf 100644 (file)
                        <attribute name="javadoc_location" value="http://commons.apache.org/configuration/apidocs/"/>
                </attributes>
        </classpathentry>
-       <classpathentry kind="lib" path="lib/gwt-gears.jar"/>
        <classpathentry kind="lib" path="ear/lib/commons-httpclient-3.1.jar"/>
-       <classpathentry kind="lib" path="lib/gwt-dnd-3.0.1.jar"/>
        <classpathentry kind="lib" path="ear/lib/ldap.jar"/>
        <classpathentry kind="lib" path="ear/lib/commons-codec-1.4.jar">
                <attributes>
                        <attribute name="javadoc_location" value="http://commons.apache.org/codec/api-release/"/>
                </attributes>
        </classpathentry>
-       <classpathentry kind="lib" path="lib/gwt-incubator-20100204-r1747.jar"/>
-       <classpathentry kind="lib" path="lib/gwt-visualization.jar"/>
        <classpathentry kind="lib" path="dependencies/gwt-2.0.4/gwt-user.jar"/>
        <classpathentry kind="lib" path="dependencies/junit3.8.1/junit.jar"/>
        <classpathentry kind="lib" path="dependencies/jboss-5.1.0.GA/lib/concurrent.jar"/>
        <classpathentry kind="lib" path="dependencies/jboss-5.1.0.GA/common/lib/slf4j-api.jar"/>
        <classpathentry kind="lib" path="dependencies/jboss-5.1.0.GA/common/lib/slf4j-jboss-logging.jar"/>
        <classpathentry kind="lib" path="dependencies/jboss-5.1.0.GA/common/lib/xnio-api.jar"/>
+       <classpathentry kind="lib" path="dependencies/gwt-dnd-3.0.1.jar"/>
+       <classpathentry kind="lib" path="dependencies/gwt-incubator-20100204-r1747.jar"/>
+       <classpathentry kind="lib" path="dependencies/gwt-gears-1.3.0/gwt-gears.jar"/>
+       <classpathentry kind="lib" path="dependencies/gwt-visualization-1.1.0/gwt-visualization.jar"/>
        <classpathentry kind="output" path="bin"/>
 </classpath>
diff --git a/COPYING b/COPYING
index c7e16c9..fec5bd6 100644 (file)
--- a/COPYING
+++ b/COPYING
@@ -728,11 +728,6 @@ from other locations.
     http://www.apache.org/licenses/LICENSE-2.0
   Source code availability: http://commons.apache.org/codec/
 
-* gwt-dnd
-  License: Apache License v. 2.0
-    http://www.apache.org/licenses/LICENSE-2.0
-  Source code availability: http://code.google.com/p/gwt-dnd/
-
 * JavaScript SHA-1
   License: BSD license
     http://pajhome.org.uk/site/legal.html#bsdlicense
@@ -748,11 +743,6 @@ from other locations.
     http://www.apache.org/licenses/LICENSE-2.0
   Source code availability: http://gwt-widget.sourceforge.net/docs/xref/org/gwtwidgets/client/ui/ProgressBar.html
 
-* gwt-google-apis
-  License: Apache License v. 2.0
-    http://www.apache.org/licenses/LICENSE-2.0
-  Source code availability: http://code.google.com/p/gwt-google-apis/
-
 * JavaScript SHA-1
   License: Creative Commons Attribution 3.0 License
     http://creativecommons.org/licenses/by/3.0/
index 1b3bb8d..18afb57 100644 (file)
@@ -15,10 +15,8 @@ This product includes software developed by:
    - The Commons IO library (http://commons.apache.org/io/)
    - The Commons Lang library (http://commons.apache.org/lang/)
    - The WebDAV implementation in Tomcat (http://tomcat.apache.org/) with modifications
- - The gwt-dnd project (http://code.google.com/p/gwt-dnd/)
  - The JavaScript MD5 project (http://pajhome.org.uk/crypt/md5)
  - The GWT Widget project (http://gwt-widget.sourceforge.net/)
- - The gwt-google-apis project (http://code.google.com/p/gwt-google-apis/)
  - The Lytebox project (http://www.dolem.com/lytebox/)
  - The OpenLDAP project (http://www.openldap.org/jldap/)
  
index ecdfd24..64522a0 100644 (file)
--- a/build.xml
+++ b/build.xml
     <property name="junit.path" value="${deps.dir}/junit3.8.1" />
     <property name="junit.filename" value="junit3.8.1.zip"/>
     <property name="junit.download.url" value="http://sourceforge.net/projects/junit/files/junit/3.8.1/junit3.8.1.zip/download"/>
+    <property name="gwt-dnd.filename" value="gwt-dnd-3.0.1.jar"/>
+    <property name="gwt-dnd.download.url" value="http://gwt-dnd.googlecode.com/files/gwt-dnd-3.0.1.jar"/>
+    <property name="gwt-gears.path" value="${deps.dir}/gwt-gears-1.3.0" />
+    <property name="gwt-gears.filename" value="gwt-gears-1.3.0.zip"/>
+    <property name="gwt-gears.download.url" value="http://gwt-google-apis.googlecode.com/files/gwt-gears-1.3.0.zip"/>
+    <property name="gwt-visualization.path" value="${deps.dir}/gwt-visualization-1.1.0" />
+    <property name="gwt-visualization.filename" value="gwt-visualization-1.1.0.zip"/>
+    <property name="gwt-visualization.download.url" value="http://gwt-google-apis.googlecode.com/files/gwt-visualization-1.1.0.zip"/>
+    <property name="gwt-incubator.filename" value="gwt-incubator-20100204-r1747.jar"/>
+    <property name="gwt-incubator.download.url" value="http://google-web-toolkit-incubator.googlecode.com/files/gwt-incubator-20100204-r1747.jar"/>
 
        <!-- Source and runtime layout configuration -->
        <property name="jboss_run_configuration" value="default" />
                <pathelement location="${ear.lib.dir}/commons-lang.jar"/>
                <pathelement location="${ear.lib.dir}/ldap.jar"/>
                <pathelement location="${junit.path}/junit.jar"/>
-               <pathelement location="${basedir}/lib/gwt-dnd-3.0.1.jar"/>
-               <pathelement location="${basedir}/lib/gwt-gears.jar"/>
-               <pathelement location="${basedir}/lib/gwt-incubator-20100204-r1747.jar"/>
-               <pathelement location="${basedir}/lib/gwt-visualization.jar"/>
+               <pathelement location="${deps.dir}/${gwt-dnd.filename}"/>
+               <pathelement location="${gwt-gears.path}/gwt-gears.jar"/>
+               <pathelement location="${deps.dir}/${gwt-incubator.filename}"/>
+               <pathelement location="${gwt-visualization.path}/gwt-visualization.jar"/>
        </path>
 
        <target name="check-jboss">
     <target name="fetch-dependencies" description="Fetch the dpendencies" unless="jboss.home.present" depends="check-jboss">
        <mkdir dir="${deps.dir}"/>
         <get src="${gwt.download.url}" dest="${deps.dir}/${gwt.filename}" usetimestamp="true"/>
+        <get src="${gwt-dnd.download.url}" dest="${deps.dir}/${gwt-dnd.filename}" usetimestamp="true"/>
+        <get src="${gwt-gears.download.url}" dest="${deps.dir}/${gwt-gears.filename}" usetimestamp="true"/>
+        <get src="${gwt-visualization.download.url}" dest="${deps.dir}/${gwt-visualization.filename}" usetimestamp="true"/>
+        <get src="${gwt-incubator.download.url}" dest="${deps.dir}/${gwt-incubator.filename}" usetimestamp="true"/>
         <get src="${hornetq.download.url}" dest="${deps.dir}/${hornetq.filename}" usetimestamp="true"/>
         <get src="${junit.download.url}" dest="${deps.dir}/${junit.filename}" usetimestamp="true"/>
         <get src="${jboss.download.url}" dest="${deps.dir}/${jboss.filename}" usetimestamp="true"/>
        <unzip src="${deps.dir}/${gwt.filename}" dest="${deps.dir}"/>
+        <unzip src="${deps.dir}/${gwt-gears.filename}" dest="${deps.dir}"/>
+        <unzip src="${deps.dir}/${gwt-visualization.filename}" dest="${deps.dir}"/>
         <unzip src="${deps.dir}/${hornetq.filename}" dest="${deps.dir}"/>
         <unzip src="${deps.dir}/${junit.filename}" dest="${deps.dir}"/>
         <unzip src="${deps.dir}/${jboss.filename}" dest="${jboss.home}/.."/>
diff --git a/lib/gwt-dnd-3.0.1.jar b/lib/gwt-dnd-3.0.1.jar
deleted file mode 100644 (file)
index 8d1ee73..0000000
Binary files a/lib/gwt-dnd-3.0.1.jar and /dev/null differ
diff --git a/lib/gwt-gears.jar b/lib/gwt-gears.jar
deleted file mode 100644 (file)
index 893be51..0000000
Binary files a/lib/gwt-gears.jar and /dev/null differ
diff --git a/lib/gwt-incubator-20100204-r1747.jar b/lib/gwt-incubator-20100204-r1747.jar
deleted file mode 100644 (file)
index 72ea692..0000000
Binary files a/lib/gwt-incubator-20100204-r1747.jar and /dev/null differ
diff --git a/lib/gwt-visualization.jar b/lib/gwt-visualization.jar
deleted file mode 100644 (file)
index 3cc3d0d..0000000
Binary files a/lib/gwt-visualization.jar and /dev/null differ