[Yanel-commits] rev 36522 - public/yanel/contributions/ajax-components

simon at wyona.com simon at wyona.com
Tue May 13 14:59:56 CEST 2008


Author: simon
Date: 2008-05-13 14:59:55 +0200 (Tue, 13 May 2008)
New Revision: 36522

Modified:
   public/yanel/contributions/ajax-components/build.xml
Log:
added gwtext lib to classpath

Modified: public/yanel/contributions/ajax-components/build.xml
===================================================================
--- public/yanel/contributions/ajax-components/build.xml	2008-05-13 12:57:32 UTC (rev 36521)
+++ public/yanel/contributions/ajax-components/build.xml	2008-05-13 12:59:55 UTC (rev 36522)
@@ -28,6 +28,8 @@
       </fileset>
       <pathelement path="src/core/java" />
       <pathelement path="${component.java.dir}/" />
+      <!-- TODO: make this configurable per project -->
+      <pathelement location="src/navigation-tree/lib/gwtext.jar"/>
     </path>
   </target>
 



More information about the Yanel-commits mailing list