vgritsenko 2002/06/16 19:25:55
Modified: . build.xml
Log:
remove tabs
Revision Changes Path
1.233 +14 -14 xml-cocoon2/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/build.xml,v
retrieving revision 1.232
retrieving revision 1.233
diff -u -r1.232 -r1.233
--- build.xml 12 Jun 2002 10:54:27 -0000 1.232
+++ build.xml 17 Jun 2002 02:25:54 -0000 1.233
@@ -993,7 +993,7 @@
<replace file="${build.context}/xdocs/changes.xml"
token="src/documentation/xdocs/dtd/" value="dtd/"/>
<replace file="${build.context}/xdocs/todo.xml"
token="src/documentation/xdocs/dtd/" value="dtd/"/>
- <copy file="${build.dir}/jars.xml"
tofile="${build.context}/xdocs/installing/jars.xml" filtering="off"
overwrite="yes"/>
+ <copy file="${build.dir}/jars.xml"
tofile="${build.context}/xdocs/installing/jars.xml" filtering="off"
overwrite="yes"/>
<!-- Copy images -->
<copy todir="${build.context}/images" filtering="off">
@@ -1022,7 +1022,7 @@
<target name="docs_check" depends="init">
<uptodate property="docs.notrequired"
targetfile="${build.docs}/index.html" >
<srcfiles dir="." includes="changes.xml,todo.xml"/>
- <srcfiles dir="${build.dir}" includes="jars.xml"/>
+ <srcfiles dir="${build.dir}" includes="jars.xml"/>
<srcfiles dir="${context.dir}/xdocs" includes="**/*.xml"/>
</uptodate>
</target>
@@ -1121,7 +1121,7 @@
<taskdef name="xconf-tool" classname="XConfToolTask"
classpath="${tools.dir}/anttasks"/>
- <!-- Invoke the XConfTool to add optional entries for components -->
+ <!-- Invoke the XConfTool to add entries for optional components -->
<xconf-tool directory="${build.src}"
extension="xmap"
configuration="${build.war}/sitemap.xmap"/>
@@ -1480,7 +1480,7 @@
<!-- Generate the Emacs JDE project file
-->
<!-- ===================================================================
-->
<target name="prj.el" depends="init, prepare-webapp-libs"
- description="Generate the Emacs project file">
+ description="Generate the Emacs project file">
<path id="jar.files">
<fileset dir="${build.war}/WEB-INF/lib">
<include name="*.jar"/>
@@ -1857,9 +1857,9 @@
<property name="all.jars" refid="all.jars"/>
<copy file="${lib.dir}/jars.xml.tmpl"
- tofile="${build.dir}/current-jars.xml"
- filtering="yes"
- overwrite="yes">
+ tofile="${build.dir}/current-jars.xml"
+ filtering="yes"
+ overwrite="yes">
<filterset>
<filter token="JARS" value="${all.jars}"/>
</filterset>
@@ -1867,23 +1867,23 @@
<!-- split the path in 'jar' XML elements -->
<replace file="${build.dir}/current-jars.xml"
- token="${path.separator}" value="</jar>
 <jar>"/>
+ token="${path.separator}" value="</jar>

<jar>"/>
<!-- relativize file names by removing the current directory -->
<replace file="${build.dir}/current-jars.xml"
- token="${user.dir}${file.separator}lib${file.separator}" value=""/>
+ token="${user.dir}${file.separator}lib${file.separator}"
value=""/>
<!-- and incase that fails, remove the base directory -->
<replace file="${build.dir}/current-jars.xml"
- token="${basedir}${file.separator}lib${file.separator}" value=""/>
+ token="${basedir}${file.separator}lib${file.separator}"
value=""/>
<!-- replace platform-dependent path separator by '/' -->
<replace file="${build.dir}/current-jars.xml"
- token="${file.separator}" value="/"/>
+ token="${file.separator}" value="/"/>
<style in="${lib.dir}/jars.xml" out="${build.dir}/jars.xml"
- processor="trax"
- style="${tools.dir}/src/check-jars.xsl">
+ processor="trax"
+ style="${tools.dir}/src/check-jars.xsl">
<param name="current-files"
- expression="../../${build.dir}/current-jars.xml"/>
+ expression="../../${build.dir}/current-jars.xml"/>
</style>
</target>
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]