You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2012/03/29 11:29:39 UTC

svn commit: r1306766 - /lucene/dev/branches/lucene3930/solr/example/build.xml

Author: rmuir
Date: Thu Mar 29 09:29:39 2012
New Revision: 1306766

URL: http://svn.apache.org/viewvc?rev=1306766&view=rev
Log:
LUCENE-3930: change default task to resolve, there is really nothing else going on here atm

Modified:
    lucene/dev/branches/lucene3930/solr/example/build.xml

Modified: lucene/dev/branches/lucene3930/solr/example/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene3930/solr/example/build.xml?rev=1306766&r1=1306765&r2=1306766&view=diff
==============================================================================
--- lucene/dev/branches/lucene3930/solr/example/build.xml (original)
+++ lucene/dev/branches/lucene3930/solr/example/build.xml Thu Mar 29 09:29:39 2012
@@ -15,7 +15,7 @@
     See the License for the specific language governing permissions and
     limitations under the License.
  -->
-<project name="solr-example" default="default">
+<project name="solr-example" default="resolve">
   <description>Solr Example</description>
 
   <import file="../common-build.xml"/>