ceki 2004/11/09 10:49:16
Modified: . build.xml
Log:
We don't want massive and automatic jalopy indentation of the code
Revision Changes Path
1.115 +0 -21 logging-log4j/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/logging-log4j/build.xml,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- build.xml 9 Nov 2004 18:46:48 -0000 1.114
+++ build.xml 9 Nov 2004 18:49:16 -0000 1.115
@@ -383,27 +383,6 @@
<include name="**/chainsaw/*.java"/>
</fileset>
-
- <!-- ================================================================= -->
- <!-- Runs jalopy. Available from http://jalopy.sourceforge.net -->
- <!-- ================================================================= -->
- <target name="runJalopy">
- <path id="jalopy.path">
- <fileset dir="${jalopy.lib}">
- <include name="*.jar" />
- </fileset>
- </path>
-
- <taskdef name="jalopy"
- classname="de.hunsicker.jalopy.plugin.ant.AntPlugin"
- classpathref="jalopy.path" />
- <jalopy backup="true"
- classpathref="compile.classpath"
- convention="src/jalopy/log4j-coding-convention.xml">
- <fileset refid="styled_files"/>
- </jalopy>
- </target>
-
<!-- ================================================================= -->
<!-- Runs jalopy preferences editor. -->
<!-- ================================================================= -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]