bodewig 2003/11/26 06:24:19
Modified: java Module.java
stylesheet bash.xsl win2k.xsl
Log:
Get rid of (now) superfluos -d switch in svn invocation
Revision Changes Path
1.24 +0 -1 jakarta-gump/java/Module.java
Index: Module.java
===================================================================
RCS file: /home/cvs/jakarta-gump/java/Module.java,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- Module.java 26 Nov 2003 14:14:40 -0000 1.23
+++ Module.java 26 Nov 2003 14:24:19 -0000 1.24
@@ -120,7 +120,6 @@
System.err.println("Dropping module "
+ element.getAttribute("name")
+ " because of Exception " + t);
- t.printStackTrace();
}
}
1.87 +1 -1 jakarta-gump/stylesheet/bash.xsl
Index: bash.xsl
===================================================================
RCS file: /home/cvs/jakarta-gump/stylesheet/bash.xsl,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- bash.xsl 3 Feb 2003 13:26:37 -0000 1.86
+++ bash.xsl 26 Nov 2003 14:24:19 -0000 1.87
@@ -743,7 +743,7 @@
<xsl:text> || export CMD="svn checkout </xsl:text>
<xsl:value-of select="@url"/>
- <xsl:text> -d </xsl:text>
+ <xsl:text> </xsl:text>
<xsl:value-of select="@srcdir"/>
<xsl:text>" </xsl:text>
1.49 +1 -1 jakarta-gump/stylesheet/win2k.xsl
Index: win2k.xsl
===================================================================
RCS file: /home/cvs/jakarta-gump/stylesheet/win2k.xsl,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- win2k.xsl 15 Oct 2003 13:08:41 -0000 1.48
+++ win2k.xsl 26 Nov 2003 14:24:19 -0000 1.49
@@ -667,7 +667,7 @@
<xsl:text> SET CMD=svn checkout </xsl:text>
<xsl:value-of select="@url"/>
- <xsl:text> -d </xsl:text>
+ <xsl:text> </xsl:text>
<xsl:value-of select="@srcdir"/>
<xsl:text> </xsl:text>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]