joerg 2003/07/14 15:39:06
Modified: src/resources/dev/eclipse make-classpath.xsl
Log:
Is there any XML Eclipse plugin replacing tabs with spaces?
Revision Changes Path
1.4 +4 -4 cocoon-2.1/src/resources/dev/eclipse/make-classpath.xsl
Index: make-classpath.xsl
===================================================================
RCS file: /home/cvs/cocoon-2.1/src/resources/dev/eclipse/make-classpath.xsl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- make-classpath.xsl 14 Jul 2003 22:04:10 -0000 1.3
+++ make-classpath.xsl 14 Jul 2003 22:39:06 -0000 1.4
@@ -35,14 +35,14 @@
substring-after(substring-after(substring-after(., '/'), '/'), '/'),
substring-after(substring-after(., '/'), '/'))"/>
<classpathentry kind="lib" path="{.}"/>
- </xsl:for-each>
+ </xsl:for-each>
<!-- 3. JRE runtime -->
<classpathentry kind="var" path="JRE_LIB" rootpath="JRE_SRCROOT"
sourcepath="JRE_SRC"/>
<!-- 4. output directory
- Build in a separate dir since Eclipse is confused
- by classes compiled externally by Sun's Javac -->
+ Build in a separate dir since Eclipse is confused
+ by classes compiled externally by Sun's Javac -->
<classpathentry kind="output" path="{output}"/>
</classpath>