antlets/makeantlet/src xbuild.xml,1.3,1.4

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

Modified Files:
	xbuild.xml 
Log Message:
Formated

Index: xbuild.xml
===================================================================
RCS file: /cvsroot/metamorphosis/antlets/makeantlet/src/xbuild.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** xbuild.xml	23 Dec 2003 00:22:39 -0000	1.3
--- xbuild.xml	10 Feb 2004 07:53:11 -0000	1.4
***************
*** 1,65 ****
  <?xml version="1.0" encoding="UTF-8"?>
  <!-- $Header$ -->
- 
  <project name="makeantlet.antlet" default="install-antlet">
! 	<description>Make antlets.</description>
! 
! 	<!-- antlet custom props -->
! 	<!-- antlet name.  This allows for overriding by the antlet itself -->
! 	<property name="makeantlet.antlet.name" value="${project.name}"/>
! 	<property name="makeantlet.antlet.version" value="${project.version}"/>
! 	<property name="makeantlet.antlet.namedversion" value="${makeantlet.antlet.name}-${makeantlet.antlet.version}"/>
! 		
! 	<property name="antlet.dir" value="${ant.home}/tools/antlet"/>
! 
! 
! 
! 	<!-- Sets some properties and mkae the the build dir. -->
! 	<target name="antlet-prep-makeantlet">
! 			<property name="makeantlet.antlet.src.dir"
! 				value="${basedir}/src"
! 				/>
! 		<property name="makeantlet.antlet.namedbuild.dir"
! 			value="${build.dir}/${makeantlet.antlet.name}"/>
! 		<mkdir dir="${makeantlet.antlet.namedbuild.dir}" />
! 	</target>
! 
!     <target name="makeantlet" depends="antlet-prep-makeantlet" >
!         		<copy todir="${makeantlet.antlet.namedbuild.dir}">
! 			<fileset dir="${makeantlet.antlet.src.dir}">
! 				<include name="**/*"/>
! 			</fileset>
! 			<fileset dir="${basedir}">
! 				<include name="lib/**/*"/>
! 			</fileset>
! 		</copy>
!    </target>
!         
! 	<target name="install-antlet" depends="makeantlet"
! 		description="Install the antlet in ${ant.home}/tools/antlets">
! 		<copy todir="${antlet.dir}/${makeantlet.antlet.namedversion}/">
! 			<fileset dir="${makeantlet.antlet.namedbuild.dir}">
! 				<include name="**/*"/>
! 			</fileset>
! 		</copy>
! 	</target>
!     
!         
      <target name="fetch-antlet-changes" depends="antlet-prep-makeantlet">
!     	<!-- @description Pull changes made to a project.name antlet in the antlets.dir back to the makeantlet.antlet.src.dir -->
!     	
! 
!     	<copy todir="${makeantlet.antlet.src.dir}">
!     		<fileset dir="${antlet.dir}/${makeantlet.antlet.namedversion}/">
!     			<include name="**/*"/>
!     			<exclude name="lib/**"/>
!     			<exclude name="xdocs/**"/>
!     			<exclude name="antletdoc.xml"/>	
!     		</fileset>
!     	</copy>
! 
      </target>
-     
-     
-       
  </project>
--- 1,45 ----
  <?xml version="1.0" encoding="UTF-8"?>
  <!-- $Header$ -->
  <project name="makeantlet.antlet" default="install-antlet">
!     <description>Make antlets.</description>
!     <!-- antlet custom props -->
!     <!-- antlet name.  This allows for overriding by the antlet itself -->
!     <property name="makeantlet.antlet.name" value="${project.name}"/>
!     <property name="makeantlet.antlet.version" value="${project.version}"/>
!     <property name="makeantlet.antlet.namedversion" value="${makeantlet.antlet.name}-${makeantlet.antlet.version}"/>
!     <property name="antlet.dir" value="${ant.home}/tools/antlet"/>
!     <!-- Sets some properties and mkae the the build dir. -->
!     <target name="antlet-prep-makeantlet">
!         <property name="makeantlet.antlet.src.dir" value="${basedir}/src"/>
!         <property name="makeantlet.antlet.namedbuild.dir" value="${build.dir}/${makeantlet.antlet.name}"/>
!         <mkdir dir="${makeantlet.antlet.namedbuild.dir}"/>
!     </target>
!     <target name="makeantlet" depends="antlet-prep-makeantlet">
!         <copy todir="${makeantlet.antlet.namedbuild.dir}">
!             <fileset dir="${makeantlet.antlet.src.dir}">
!                 <include name="**/*"/>
!             </fileset>
!             <fileset dir="${basedir}">
!                 <include name="lib/**/*"/>
!             </fileset>
!         </copy>
!     </target>
!     <target name="install-antlet" depends="makeantlet" description="Install the antlet in ${ant.home}/tools/antlets">
!         <copy todir="${antlet.dir}/${makeantlet.antlet.namedversion}/">
!             <fileset dir="${makeantlet.antlet.namedbuild.dir}">
!                 <include name="**/*"/>
!             </fileset>
!         </copy>
!     </target>
      <target name="fetch-antlet-changes" depends="antlet-prep-makeantlet">
!         <!-- @description Pull changes made to a project.name antlet in the antlets.dir back to the makeantlet.antlet.src.dir -->
!         <copy todir="${makeantlet.antlet.src.dir}">
!             <fileset dir="${antlet.dir}/${makeantlet.antlet.namedversion}/">
!                 <include name="**/*"/>
!                 <exclude name="lib/**"/>
!                 <exclude name="xdocs/**"/>
!                 <exclude name="antletdoc.xml"/>
!             </fileset>
!         </copy>
      </target>
  </project>



-------------------------------------------------------
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.