Author: rjung
Date: Sun Oct 4 11:45:59 2009
New Revision: 821516
URL: http://svn.apache.org/viewvc?rev=821516&view=rev
Log:
Fix indentation
Modified:
tomcat/tc5.5.x/trunk/connectors/jni/build.xml
Modified: tomcat/tc5.5.x/trunk/connectors/jni/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/connectors/jni/build.xml?rev=821516&r1=821515&r2=821516&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/connectors/jni/build.xml (original)
+++ tomcat/tc5.5.x/trunk/connectors/jni/build.xml Sun Oct 4 11:45:59 2009
@@ -151,21 +151,21 @@
</fileset>
</copy>
</target>
- <target name="compile-only"
- description="Compile shareable components">
- <javac srcdir="${source.home}"
- destdir="${build.home}/classes"
- debug="${compile.debug}"
- deprecation="${compile.deprecation}"
- optimize="${compile.optimize}"
- encoding="ISO-8859-1">
- <classpath refid="classpath"/>
- </javac>
- <copy todir="${build.home}/classes" filtering="on"
encoding="ISO-8859-1">
- <fileset dir="${source.home}" excludes="**/*.java"/>
- </copy>
- </target>
+ <target name="compile-only"
+ description="Compile shareable components">
+ <javac srcdir="${source.home}"
+ destdir="${build.home}/classes"
+ debug="${compile.debug}"
+ deprecation="${compile.deprecation}"
+ optimize="${compile.optimize}"
+ encoding="ISO-8859-1">
+ <classpath refid="classpath"/>
+ </javac>
+ <copy todir="${build.home}/classes" filtering="on"
encoding="ISO-8859-1">
+ <fileset dir="${source.home}" excludes="**/*.java"/>
+ </copy>
+ </target>
<!-- ================================================================== -->
<!-- Make Tomcat Native jar -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]