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

svn commit: rev 54910 - incubator/depot/trunk/version

Author: mmay
Date: Sat Oct 16 00:18:13 2004
New Revision: 54910

Modified:
   incubator/depot/trunk/version/build.xml
Log:
Using now the right repository for makeantlet, furthermore renamed makeantlet-0.3 through makeantlet-0.3-antlet, like it is named in the repository


Modified: incubator/depot/trunk/version/build.xml
==============================================================================
--- incubator/depot/trunk/version/build.xml	(original)
+++ incubator/depot/trunk/version/build.xml	Sat Oct 16 00:18:13 2004
@@ -33,9 +33,11 @@
 	<property name="makeantlet.antlet.src.dir" value="${basedir}/src/antlet" />
 
 	<!-- put the antlet in my SNAPSHOT dir for now -->
+<!--
+	It is already in the main distribution directory for antlets
 	<property name="makeantlet.antlet.host" value="cvs.apache.org" />
 	<property name="makeantlet.antlet.remote.dir" value="/home/nickchalko/public_html/SNAPSHOTS/antlets" />
-
+-->
 	<!--property name="project.src.dir" value="src/java/core"/-->
 	<!-- 
 
@@ -53,7 +55,11 @@
 	<property name="antlets.repo" value="http://antworks.sourceforge.net/library/antlets/" />
 
 	<importer name="init-0.1" href="${antlets.repo}" />
+<!--
 	<importer name="makeantlet-0.3" href="${antlets.repo}" />
+	Seems to be the wrong name
+-->
+	<importer name="makeantlet-0.3-antlet" href="${antlets.repo}"/>
 	<importer name="java-0.1" href="${antlets.repo}" />
 	<importer name="junit-0.1" href="${antlets.repo}" />
 	<importer name="forrest_0_6-0.1" href="${antlets.repo}" />

Re: svn commit: rev 54910 - incubator/depot/trunk/version

Posted by Nick Chalko <ni...@chalko.com>.
mmay@apache.org wrote:

>Author: mmay
>Date: Sat Oct 16 00:18:13 2004
>New Revision: 54910
>
>Modified:
>   incubator/depot/trunk/version/build.xml
>Log:
>Using now the right repository for makeantlet, furthermore renamed makeantlet-0.3 through makeantlet-0.3-antlet, like it is named in the repository
>  
>
Ahh yes, 
I released that publishing antlets with just projectname-version.jar  
would conflict with the normal project jar. 
R,
Nick