ruper2 build-ant-proposal.xml,NONE,1.1 .cvsignore,1.1,1.2 build-ant-test.xml,1.2,NONE

[email protected]
Newsgroups gmane.comp.krysalis.metamorphosis.cvs
Message-ID <[email protected]>
Update of /cvsroot/metamorphosis/ruper2
In directory sc8-pr-cvs1:/tmp/cvs-serv15430

Modified Files:
	.cvsignore 
Added Files:
	build-ant-proposal.xml 
Removed Files:
	build-ant-test.xml 
Log Message:
Another stab at dependencies...

--- NEW FILE: build-ant-proposal.xml ---
<?xml version="1.0"?>

<!--
==============================================================================

	For testing Ruper Ant Tasks
 
==============================================================================
-->

<project name="krysalis-ruper-ant-test" default="test" basedir=".">

 
  <target name="test">
  		<typedef resource='krysalis-ruper-types'/>
  		<taskdef resource='krysalis-ruper'/>
  		
  		<!-- Update a given resource -->
  		<updateResource>
  			<!-- Where to get stuff -->
  			<repositories>
  				<uri url="http://www.ibiblio.org/maven/%name%/jars" />
  				<uri url="http://www.krysalis.org/library/%name%/" />
  			</repositories>  			
  			
  			<resource	name="log4j"/>
  				
  		</updateResource>
  		
  		<!-- Update All In Classpath -->
  		<ruper>
  			<!-- Where to get stuff -->
  			<repositories>
  				<uri url="http://www.ibiblio.org/maven/%name%/jars" />
  				<uri url="http://www.krysalis.org/library/%name%/" />
  			</repositories>  			
  			<!-- what to get -->
  			<resources>
      			<fileset dir="lib">
			        <include name="**/*.jar"/>
			    </fileset>			        
      		</resources>
  		</ruper>
  </target>
  
  <target name="gump" depends="test" />

</project>

<!--
$Id: build-ant-proposal.xml,v 1.1 2003/10/07 00:03:24 arb_jack Exp $
-->


Index: .cvsignore
===================================================================
RCS file: /cvsroot/metamorphosis/ruper2/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** .cvsignore	22 Aug 2003 21:18:05 -0000	1.1
--- .cvsignore	7 Oct 2003 00:03:24 -0000	1.2
***************
*** 2,4 ****
--- 2,5 ----
  .project
  build
+ build.number
  *.classpath

--- build-ant-test.xml DELETED ---




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
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.