[Yanel-commits] rev 38403 - public/yanel/contributions/resources/xopus3

michi at wyona.com michi at wyona.com
Sat Sep 6 21:46:43 CEST 2008


Author: michi
Date: 2008-09-06 21:46:42 +0200 (Sat, 06 Sep 2008)
New Revision: 38403

Modified:
   public/yanel/contributions/resources/xopus3/build.xml
Log:
do not add resource specific files during development in order to speed up development

Modified: public/yanel/contributions/resources/xopus3/build.xml
===================================================================
--- public/yanel/contributions/resources/xopus3/build.xml	2008-09-06 08:26:51 UTC (rev 38402)
+++ public/yanel/contributions/resources/xopus3/build.xml	2008-09-06 19:46:42 UTC (rev 38403)
@@ -31,6 +31,8 @@
       classpathref="classpath"
       debug="true"
     />
+
+<!-- TODO: Also include resource.xml, htdocs, etc. within jar file
     <propertyregex property="new.resource.java.classname.fs.path"
              input="${resource.resource.xml.resource(class)}"
              regexp="[.]"
@@ -46,6 +48,8 @@
     <copy todir="${resource.classes.dir}/${new.resource.java.class.fs.path}">
       <fileset dir="${resource.home.dir}" includes="resource**,htdocs/**,yanel-htdocs/**"/>
     </copy>    
+-->
+
     <mkdir dir="${resource.lib.dir}"/>
     <jar destfile="${resource.lib.dir}/yanel-resource-${resource.name}-${resource.version}.jar"
       basedir="${resource.classes.dir}"



More information about the Yanel-commits mailing list