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

michi at wyona.com michi at wyona.com
Wed Jan 31 11:50:52 CET 2007


Author: michi
Date: 2007-01-31 11:50:50 +0100 (Wed, 31 Jan 2007)
New Revision: 22303

Modified:
   public/yanel/trunk/src/build/targets/build-binary-snapshot.xml
Log:
tomcat added

Modified: public/yanel/trunk/src/build/targets/build-binary-snapshot.xml
===================================================================
--- public/yanel/trunk/src/build/targets/build-binary-snapshot.xml	2007-01-31 10:50:31 UTC (rev 22302)
+++ public/yanel/trunk/src/build/targets/build-binary-snapshot.xml	2007-01-31 10:50:50 UTC (rev 22303)
@@ -3,6 +3,13 @@
 <project name="build-binary-snapshot" default="bin-snapshot" xmlns:artifact="antlib:org.apache.maven.artifact.ant">
 
   <target name="bin-snapshot" description="Create a binary snapshot" depends="init, war">
+    <artifact:remoteRepository id="wyona.org.remote.repository" url="http://www.wyona.org/maven2/"/>
+
+    <artifact:dependencies pathId="maven2.tomcat.classpath" filesetId="maven2.tomcat.fileset">
+      <remoteRepository refid="wyona.org.remote.repository"/>
+      <dependency groupId="apache-org" artifactId="apache-tomcat" version="${tomcat.version}" scope="provided"/>
+    </artifact:dependencies>
+
     <delete dir="${build.dir}/bin-snapshots"/>
     <property name="snapshot.dir" value="${build.dir}/bin-snapshots/wyona-yanel-SNAPSHOT-${yanel.version}-r${yanel.revision}-bin"/>
     <mkdir dir="${snapshot.dir}"/>




More information about the Yanel-commits mailing list