You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by gs...@apache.org on 2011/03/24 20:30:54 UTC

svn commit: r1085089 - /lucene/dev/trunk/common-build.xml

Author: gsingers
Date: Thu Mar 24 19:30:53 2011
New Revision: 1085089

URL: http://svn.apache.org/viewvc?rev=1085089&view=rev
Log:
LUCENE-2952: remove invalid default target

Modified:
    lucene/dev/trunk/common-build.xml

Modified: lucene/dev/trunk/common-build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/common-build.xml?rev=1085089&r1=1085088&r2=1085089&view=diff
==============================================================================
--- lucene/dev/trunk/common-build.xml (original)
+++ lucene/dev/trunk/common-build.xml Thu Mar 24 19:30:53 2011
@@ -15,7 +15,7 @@
   limitations under the License.
   -->
 
-<project name="all-common" default="validate" basedir="."
+<project name="all-common" basedir="."
          xmlns:artifact="antlib:org.apache.maven.artifact.ant">
 
   <dirname file="${ant.file.all-common}" property="all.common.dir"/>