[Yanel-commits] rev 42414 - public/yanel/trunk/src/build/targets

michi at wyona.com michi at wyona.com
Fri Apr 17 08:47:16 CEST 2009


Author: michi
Date: 2009-04-17 08:47:15 +0200 (Fri, 17 Apr 2009)
New Revision: 42414

Modified:
   public/yanel/trunk/src/build/targets/resources.xml
Log:
Build custom ant tasks activated

Modified: public/yanel/trunk/src/build/targets/resources.xml
===================================================================
--- public/yanel/trunk/src/build/targets/resources.xml	2009-04-17 06:27:47 UTC (rev 42413)
+++ public/yanel/trunk/src/build/targets/resources.xml	2009-04-17 06:47:15 UTC (rev 42414)
@@ -2,15 +2,15 @@
 
 <project name="resources" default="deploy-resources" xmlns:artifact="antlib:org.apache.maven.artifact.ant">
 
+<!--
   <target name="generate-resources-build" description="Generate resources build" depends="init">
+-->
 <!--
   <target name="generate-resources-build" description="Generate resources build" depends="init, set-classpath">
 -->
 <!-- The core needs to exist, because certain classes will be re-used within custom tasks -->
-<!--
-<target name="generate-resources-build" description="Generate resources build" depends="init, compile-core, set-classpath">
-<echo>INFO: Generate build file to build resources</echo>
--->
+  <target name="generate-resources-build" description="Generate resources build" depends="init, compile-core, set-classpath">
+  <echo>INFO: Generate build file to build resources</echo>
 
 <!--
     <property name="property.classpath.compile" refid="classpath.compile"/>
@@ -18,12 +18,10 @@
 -->
 
 <!-- Build custom ant tasks -->
-<!--
     <javac srcdir="${yanel.source.home}/src/build/java"
            destdir="${classes.dir}">
       <classpath refid="classpath.compile"/>
     </javac>
--->
 
     <path id="classpath.taskdef.merge-resource-types-configs">
       <pathelement path="${yanel.source.home}/src/build/"/> <!-- Location of log4j.properties (NOTE: The conf directory also contains a log4j.properties and hence this lines needs to be set first!) -->



More information about the Yanel-commits mailing list