You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ho...@apache.org on 2012/07/25 03:09:23 UTC

svn commit: r1365383 - in /lucene/dev/trunk/solr: build.xml example/solr-webapp/.gitignore

Author: hossman
Date: Wed Jul 25 01:09:22 2012
New Revision: 1365383

URL: http://svn.apache.org/viewvc?rev=1365383&view=rev
Log:
SOLR-3609: fix some left over 'work' refrences that didn't get converted to 'solr-webapp' and add solr-webapp/.gitignore just like the old work/.gitignore

Added:
    lucene/dev/trunk/solr/example/solr-webapp/.gitignore
Modified:
    lucene/dev/trunk/solr/build.xml

Modified: lucene/dev/trunk/solr/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/build.xml?rev=1365383&r1=1365382&r2=1365383&view=diff
==============================================================================
--- lucene/dev/trunk/solr/build.xml (original)
+++ lucene/dev/trunk/solr/build.xml Wed Jul 25 01:09:22 2012
@@ -179,7 +179,7 @@
         <!-- Exclude start.jar only (it'd be weird to have a license file there?) -->
         <exclude name="example/start.jar" />
         <exclude name="example/exampledocs/post.jar" />
-        <exclude name="example/work/**" />
+        <exclude name="example/solr-webapp/**" />
       </additional-excludes>
       <additional-filters>
         <replaceregex pattern="/jetty([^/]+)$" replace="/jetty" flags="gi" />
@@ -243,7 +243,7 @@
       <fileset dir="example">
         <include name="**/data/**/*" />
         <include name="webapps/**/*" />
-        <include name="work/**/*" />
+        <include name="solr-webapp/**/*" />
         <exclude name="**/.gitignore" />
       </fileset>
     </delete>

Added: lucene/dev/trunk/solr/example/solr-webapp/.gitignore
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/example/solr-webapp/.gitignore?rev=1365383&view=auto
==============================================================================
    (empty)