antlets/makeantlet build.xml,1.1,1.2

[email protected]
Newsgroups gmane.comp.krysalis.metamorphosis.cvs
Message-ID <[email protected]>
Update of /cvsroot/metamorphosis/antlets/makeantlet
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18546/makeantlet

Modified Files:
	build.xml 
Log Message:
Uploading antlet now seems to work.

Index: build.xml
===================================================================
RCS file: /cvsroot/metamorphosis/antlets/makeantlet/build.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** build.xml	31 Oct 2003 08:09:34 -0000	1.1
--- build.xml	10 Feb 2004 08:27:55 -0000	1.2
***************
*** 4,11 ****
  	<description>Bootstraps the antlet maker</description>
  	
  	<!-- set these properties before the import -->
  	<property name="makeantlet.antlet.name" value="makeantlet"/>
  	<property name="makeantlet.antlet.version" value="0.1"/>
! 	<property name="makeantlet.antlet.src.dir" value="${basedir}/src"/>
  	<property name="build.dir" value="${basedir}/build"/>
  
--- 4,36 ----
  	<description>Bootstraps the antlet maker</description>
  	
+ 	
+ 	 <!--
+       Give user a chance to override for the current project
+     -->
+     <xmlproperty file="user-properties.xml"                   
+     			 keeproot="false" 
+     			 collapseAttributes="true"
+     			 semanticAttributes="true"
+                  includeSemanticAttribute="true" />
+ 
+ 
+ 
+     <!--
+       The project defined properties
+     -->		 
+     <xmlproperty file="properties.xml"                   
+     			 keeproot="false" 
+     			 collapseAttributes="true"
+     			 semanticAttributes="true"
+                  includeSemanticAttribute="true" />
  	<!-- set these properties before the import -->
  	<property name="makeantlet.antlet.name" value="makeantlet"/>
  	<property name="makeantlet.antlet.version" value="0.1"/>
! 	<!--property name="makeantlet.antlet.src.dir" value="${basedir}/src"/-->
! 	<property name="makeantlet.antlet.user" value="${user.name}"/>
! 	<property name="makeantlet.antlet.host" value="metamorphosis.sf.net"/>
! 	<property name="makeantlet.antlet.remote.dir" 
! 	value="/home/groups/m/me/metamorphosis/htdocs/antlet"/>
! 	
  	<property name="build.dir" value="${basedir}/build"/>
  



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.