jicarilla-sandbox/buildsystem gump-template.xml,1.3,1.4 build-project.xml,1.16,1.17
| Newsgroups | gmane.comp.java.jicarilla.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/jicarilla/jicarilla-sandbox/buildsystem
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19170/buildsystem
Modified Files:
gump-template.xml build-project.xml
Log Message:
rather embarassing typos 'n omissions
Index: gump-template.xml
===================================================================
RCS file: /cvsroot/jicarilla/jicarilla-sandbox/buildsystem/gump-template.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- gump-template.xml 29 Feb 2004 14:48:19 -0000 1.3
+++ gump-template.xml 6 Mar 2004 09:34:22 -0000 1.4
@@ -9,11 +9,7 @@
</ant>
<!-- common dependencies -->
- <depend project="ant" inherit="runtime"/>
- <depend project="xml-xalan2"/><!-- support for <junitreport/> -->
- <depend project="xml-xerces"/>
- <depend project="jakarta-bsf"/><!-- support for <script> -->
- <depend project="rhino"/>
+ <depend project="jicarilla-build-system" inherit="all"/>
<!-- project dependencies -->
${project.dependencies}
@@ -26,6 +22,6 @@
<javadoc nested="${project.dir}/target/docs/apidocs"/>
<junitreport nested="${project.dir}/target/docs/junitreports"/>
- <nag from="Gump Integration Build <[email protected]>"
- to="[email protected]"/>
+ <nag from="Gump Integration Build <${project.mailing.list}>"
+ to="${project.mailing.list}"/>
</project>
\ No newline at end of file
Index: build-project.xml
===================================================================
RCS file: /cvsroot/jicarilla/jicarilla-sandbox/buildsystem/build-project.xml,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- build-project.xml 26 Feb 2004 15:13:55 -0000 1.16
+++ build-project.xml 6 Mar 2004 09:34:22 -0000 1.17
@@ -859,7 +859,7 @@
optional="true";
}
- depString += ' <dependency name="' + gumpProject + '" runtime="' + runtime + '" inherit="' + inherit +'" optional="' + optional + '"/>\n';
+ depString += ' <depend project="' + gumpProject + '" runtime="' + runtime + '" inherit="' + inherit +'" optional="' + optional + '"/>\n';
}
project.setProperty( "project.dependencies", depString );
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click