jicarilla-sandbox/buildsystem/sample build.xml,1.1,1.2

[email protected]
Newsgroups gmane.comp.java.jicarilla.cvs
Message-ID <[email protected]>
Update of /cvsroot/jicarilla/jicarilla-sandbox/buildsystem/sample
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv638/buildsystem/sample

Modified Files:
	build.xml 
Log Message:
implement basic installation and repo management features

Index: build.xml
===================================================================
RCS file: /cvsroot/jicarilla/jicarilla-sandbox/buildsystem/sample/build.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- build.xml	10 Feb 2004 19:05:23 -0000	1.1
+++ build.xml	12 Feb 2004 16:16:39 -0000	1.2
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 
-<project default="jar" name="JBS-based build" basedir=".">
+<project default="jar:install-snapshot" name="JBS-based build" basedir=".">
     <property file="project.properties"/>
 
     <target name="need-for-jbs" unless="jbs.available">
@@ -45,6 +45,16 @@
             <param name="target" value="jar"/>
         </antcall>
     </target>
+    <target name="jar:install">
+        <antcall target="delegate">
+            <param name="target" value="jar:install"/>
+        </antcall>
+    </target>
+    <target name="jar:install-snapshot">
+        <antcall target="delegate">
+            <param name="target" value="jar:install-snapshot"/>
+        </antcall>
+    </target>
     <target name="dist">
         <antcall target="delegate">
             <param name="target" value="dist"/>
@@ -55,4 +65,11 @@
             <param name="target" value="reports"/>
         </antcall>
     </target>
+
+    <target name="upgrade-build">
+        <property name="jbs.build-basic.url"
+                value="http://cvs.sourceforge.net/viewcvs.py/*checkout*/jicarilla/jicarilla-sandbox/buildsystem/build-project.xml"/>
+        <get src="${jbs.build-basic.url}"
+                dest="build.xml"/>
+    </target>
 </project>



-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
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.