nickchalko 2003/06/27 00:17:43
Modified: stylesheet nobuild-projects.xsl
. build.xml
Log:
Still working on using jar packages instead of building everything.
PR:
Obtained from:
Submitted by:
Reviewed by:
CVS: ----------------------------------------------------------------------
CVS: PR:
CVS: If this change addresses a PR in the problem report tracking
CVS: database, then enter the PR number(s) here.
CVS: Obtained from:
CVS: If this change has been taken from another system, such as NCSA,
CVS: then name the system in this line, otherwise delete it.
CVS: Submitted by:
CVS: If this code has been contributed to Apache by someone else; i.e.,
CVS: they sent us a patch or a new module, then include their name/email
CVS: address here. If this is your work then delete this line.
CVS: Reviewed by:
CVS: If we are doing pre-commit code reviews and someone else has
CVS: reviewed your changes, include their name(s) here.
CVS: If you have not had it reviewed then delete this line.
Revision Changes Path
1.5 +1 -1 jakarta-gump/stylesheet/nobuild-projects.xsl
Index: nobuild-projects.xsl
===================================================================
RCS file: /home/cvs/jakarta-gump/stylesheet/nobuild-projects.xsl,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- nobuild-projects.xsl 26 Jun 2003 07:01:51 -0000 1.4
+++ nobuild-projects.xsl 27 Jun 2003 07:17:42 -0000 1.5
@@ -15,7 +15,7 @@
</xsl:template>
-<xsl:template match="ant | script | nag | javadoc | cvs">
+<xsl:template match="ant | script | nag | javadoc | cvs| home">
<xsl:comment>No build</xsl:comment>
</xsl:template>
1.23 +15 -1 jakarta-gump/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-gump/build.xml,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- build.xml 26 Jun 2003 06:12:45 -0000 1.22
+++ build.xml 27 Jun 2003 07:17:43 -0000 1.23
@@ -241,5 +241,19 @@
<include name="*.xml" />
</style>
+
+ <replace dir="project/nobuild" token="-@@DATE@@" value="">
+ <include name="*.xml"/>
+ </replace>
+
</target>
-</project>
+
+ <target name="undate-pkgs" >
+ <move todir="${pkg.dir}">
+ <fileset dir="${pkg.dir}">
+ <include name="*/*.jar" />
+ </fileset>
+ <mapper type="regexp" from="^(.*)-[0-9]*\.jar$$" to="\1.jar"/>
+ </move>
+ </target>
+</project>
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]