Author: ryan
Date: Sun Dec 7 12:53:22 2008
New Revision: 724202
URL: http://svn.apache.org/viewvc?rev=724202&view=rev
Log:
build.xml formatting
Modified:
lucene/solr/trunk/build.xml
Modified: lucene/solr/trunk/build.xml
URL:
http://svn.apache.org/viewvc/lucene/solr/trunk/build.xml?rev=724202&r1=724201&r2=724202&view=diff
==============================================================================
--- lucene/solr/trunk/build.xml (original)
+++ lucene/solr/trunk/build.xml Sun Dec 7 12:53:22 2008
@@ -299,12 +299,6 @@
</exec>
</target>
- <!--
========================================================================= -->
- <!-- ===================== CLIENT: solrj
============================= -->
- <!--
========================================================================= -->
-
-
-
<!--
========================================================================= -->
<!-- ===================== TESTING-RELATED TASKS
============================= -->
@@ -785,14 +779,14 @@
depends="test, create-package">
<!-- no description, don't advertise -->
</target>
- <target name="-taskdef">
+ <target name="-taskdef">
<typedef resource="org/apache/rat/anttasks/antlib.xml"
uri="antlib:rat.anttasks">
<classpath>
<fileset dir="." includes="rat*.jar"/>
</classpath>
</typedef>
</target>
-<target name="rat-sources" depends="-taskdef"
+ <target name="rat-sources" depends="-taskdef"
description="runs the tasks over src/java excluding the license directory">
<rat:report xmlns:rat="antlib:org.apache.rat.anttasks">
<fileset dir="src/java"/>
@@ -805,8 +799,12 @@
<fileset dir="contrib/dataimporthandler/src/test/java"/>
</rat:report>
</target>
-
- <!-- LUKE -->
+
+
+ <!--
========================================================================= -->
+ <!-- ===================== Runtime: luke
============================= -->
+ <!--
========================================================================= -->
+
<available file="luke/luke-0.9.1.jar" property="luke.jar.exists" />
<target name="luke-download" unless="luke.jar.exists">
<mkdir dir="luke"/>