svn commit: r1415483 - in /cocoon/branches/BRANCH_2_1_X/tools/targets: dist-build.xml init-build.xml
| Newsgroups | gmane.text.xml.cocoon.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: crossley
Date: Fri Nov 30 03:02:20 2012
New Revision: 1415483
URL: http://svn.apache.org/viewvc?rev=1415483&view=rev
Log:
Remove tabs.
Modified:
cocoon/branches/BRANCH_2_1_X/tools/targets/dist-build.xml
cocoon/branches/BRANCH_2_1_X/tools/targets/init-build.xml
Modified: cocoon/branches/BRANCH_2_1_X/tools/targets/dist-build.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/BRANCH_2_1_X/tools/targets/dist-build.xml?rev=1415483&r1=1415482&r2=1415483&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/tools/targets/dist-build.xml (original)
+++ cocoon/branches/BRANCH_2_1_X/tools/targets/dist-build.xml Fri Nov 30 03:02:20 2012
@@ -100,7 +100,7 @@
</tar>
<gzip zipfile="${dist.target}/${dist.name}-src.tar.gz" src="${dist.target}/${dist.name}-src.tar"/>
<delete file="${dist.target}/${dist.name}-src.tar"/>
-
+
<zip zipfile="${dist.target}/${dist.name}-deps.zip"
basedir="${dist.root}">
<include name="${dist.name}/lib/**"/>
Modified: cocoon/branches/BRANCH_2_1_X/tools/targets/init-build.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/BRANCH_2_1_X/tools/targets/init-build.xml?rev=1415483&r1=1415482&r2=1415483&view=diff
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/tools/targets/init-build.xml (original)
+++ cocoon/branches/BRANCH_2_1_X/tools/targets/init-build.xml Fri Nov 30 03:02:20 2012
@@ -105,7 +105,7 @@
<!-- Alias for the loglevel -->
<property name="loglevel" value="${build.webapp.loglevel}"/>
-
+
<!-- Set classpath -->
<path id="classpath">
<fileset dir="${lib.local}">
@@ -187,24 +187,22 @@
<!-- Prepare the build directory -->
<target name="prepare" depends="init-tasks">
-
<!-- Test presence of libs -->
-
<if>
- <not>
- <available file="${lib}"/>
- </not>
- <then>
- <echo>====================================================================
- WARNING : dependencies not found
+ <not>
+ <available file="${lib}"/>
+ </not>
+ <then>
+ <echo>====================================================================
+ WARNING : dependencies not found
====================================================================
- Third party libraries must be present in order to build Cocoon.
- You may download the cocoon-${version}-deps.jar and unzip
- its content in this directory to get these libraries.
+ Third party libraries must be present in order to build Cocoon.
+ You may download the cocoon-${version}-deps.jar and unzip
+ its content in this directory to get these libraries.
====================================================================</echo>
- <fail message="dependencies not found"/>
- </then>
- </if>
+ <fail message="dependencies not found"/>
+ </then>
+ </if>
<echo>====================================================================
${fullname} ${version} [${year}]