You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@depot.apache.org by ni...@apache.org on 2004/05/07 08:16:39 UTC

svn commit: rev 10560 - incubator/depot/trunk/update

Author: nickchalko
Date: Fri May  7 01:16:38 2004
New Revision: 10560

Modified:
   incubator/depot/trunk/update/build.xml
Log:
Working on antlet.

Modified: incubator/depot/trunk/update/build.xml
==============================================================================
--- incubator/depot/trunk/update/build.xml	(original)
+++ incubator/depot/trunk/update/build.xml	Fri May  7 01:16:38 2004
@@ -29,6 +29,8 @@
 	<property name="project.test.dir" value="src/test" />
 	<property name="project.package" value="org.apache.depot.update" />
 
+	<property name="makeantlet.antlet.src.dir" value="${basedir}/src/antlet" />
+		
 	<property name="apache.antlet.svn.www.url"
 	          value="https://svn.apache.org/repos/asf/incubator/depot/trunk/www/update" />
 	<property name="depot-version.antlet.isDependent" value="true"/>
@@ -40,6 +42,7 @@
 	<importer name="junit-0.1" href="${antlets.repo}" />
 	<importer name="forrest-0.1" href="${antlets.repo}" />
 	<importer name="apache-0.1" href="${antlets.repo}" />
+	<importer name="makeantlet-0.2" href="${antlets.repo}" />
 	
 	<importer name="depot-version-0.1" />