rubys 01/04/22 08:45:30
Modified: proposal/gump .cvsignore rubix.xml
proposal/gump/stylesheet bash.xsl
Log:
Typos
Revision Changes Path
1.2 +1 -0 jakarta-alexandria/proposal/gump/.cvsignore
Index: .cvsignore
===================================================================
RCS file: /home/cvs/jakarta-alexandria/proposal/gump/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 2001/02/05 16:27:26 1.1
+++ .cvsignore 2001/04/22 15:45:30 1.2
@@ -1 +1,2 @@
work
+gen.class
1.33 +2 -0 jakarta-alexandria/proposal/gump/rubix.xml
Index: rubix.xml
===================================================================
RCS file: /home/cvs/jakarta-alexandria/proposal/gump/rubix.xml,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- rubix.xml 2001/04/22 15:27:58 1.32
+++ rubix.xml 2001/04/22 15:45:30 1.33
@@ -3,6 +3,8 @@
<build sysclasspath="only"/>
+ <profile href="profile/gump.xml"/>
+
<!-- Installed packages -->
<project name="ejb" home="/opt/ejb-2_0-pfd"/>
1.27 +3 -3 jakarta-alexandria/proposal/gump/stylesheet/bash.xsl
Index: bash.xsl
===================================================================
RCS file: /home/cvs/jakarta-alexandria/proposal/gump/stylesheet/bash.xsl,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- bash.xsl 2001/04/22 15:27:59 1.26
+++ bash.xsl 2001/04/22 15:45:30 1.27
@@ -193,7 +193,7 @@
<xsl:if test="not(preceding::project[@defined-in=$defined-in])">
<xsl:text>bash publish.sh project/</xsl:text>
<xsl:value-of select="@defined-in"/>
- <xsl:text> </xsl:text>
+ <xsl:text>.xml </xsl:text>
<xsl:value-of select="$basedir"/>
<xsl:text>/log/project_</xsl:text>
<xsl:value-of select="@defined-in"/>
@@ -205,7 +205,7 @@
<xsl:sort select="defined-in"/>
<xsl:variable name="defined-in" select="@defined-in"/>
<xsl:if test="not(preceding::project[@defined-in=$defined-in])">
- <xsl:text>bash publish.sh repository\</xsl:text>
+ <xsl:text>bash publish.sh repository/</xsl:text>
<xsl:value-of select="@defined-in"/>
<xsl:text>.xml </xsl:text>
<xsl:value-of select="$basedir"/>
@@ -218,7 +218,7 @@
<xsl:for-each select="profile">
<xsl:sort select="defined-in"/>
- <xsl:text>bash publish.sh profile\</xsl:text>
+ <xsl:text>bash publish.sh profile/</xsl:text>
<xsl:value-of select="@defined-in"/>
<xsl:text>.xml </xsl:text>
<xsl:value-of select="$basedir"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]