[Yanel-commits] rev 42741 - in public/yanel/trunk/src: build/targets/webapp test

guillaume at wyona.com guillaume at wyona.com
Thu May 7 20:46:06 CEST 2009


Author: guillaume
Date: 2009-05-07 20:46:06 +0200 (Thu, 07 May 2009)
New Revision: 42741

Modified:
   public/yanel/trunk/src/build/targets/webapp/webapp.xml
   public/yanel/trunk/src/test/build.xml
Log:
Minimal fix for broken Eclipse support on Yanel "webapp" and "test" projects since the introduction of `build -f eclipse:classpath -Ddo.autopatch.cnode1.webapp.WEB-INF.classes=foo`
("Minimal" meaning this new feature is not yet supported there).

Modified: public/yanel/trunk/src/build/targets/webapp/webapp.xml
===================================================================
--- public/yanel/trunk/src/build/targets/webapp/webapp.xml	2009-05-07 17:55:59 UTC (rev 42740)
+++ public/yanel/trunk/src/build/targets/webapp/webapp.xml	2009-05-07 18:46:06 UTC (rev 42741)
@@ -158,6 +158,8 @@
       <reference torefid="classpath.ref" refid="classpath.compile"/>
       <property name="classpath.dir" value="${yanel.source.home}"/>
       <property name="classpath.template.file" value="${yanel.source.home}/src/build/empty.classpath"/>
+      <property name="classes.dir" value=""/>
+      <property name="source.dirs" value=""/>
     </ant>
   </target>
  

Modified: public/yanel/trunk/src/test/build.xml
===================================================================
--- public/yanel/trunk/src/test/build.xml	2009-05-07 17:55:59 UTC (rev 42740)
+++ public/yanel/trunk/src/test/build.xml	2009-05-07 18:46:06 UTC (rev 42741)
@@ -73,6 +73,8 @@
       <reference torefid="classpath.ref" refid="classpath"/>
       <property name="classpath.dir" value="${tests.home.dir}"/>
       <property name="classpath.template.file" value="${tests.home.dir}/.empty.classpath"/>
+      <property name="classes.dir" value=""/>
+      <property name="source.dirs" value=""/>
     </ant>
   </target>
  



More information about the Yanel-commits mailing list