You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2011/12/19 03:00:29 UTC

svn commit: r1220589 - /lucene/dev/trunk/dev-tools/maven/modules/queryparser/pom.xml.template

Author: sarowe
Date: Mon Dec 19 02:00:28 2011
New Revision: 1220589

URL: http://svn.apache.org/viewvc?rev=1220589&view=rev
Log:
add resources directory

Modified:
    lucene/dev/trunk/dev-tools/maven/modules/queryparser/pom.xml.template

Modified: lucene/dev/trunk/dev-tools/maven/modules/queryparser/pom.xml.template
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/dev-tools/maven/modules/queryparser/pom.xml.template?rev=1220589&r1=1220588&r2=1220589&view=diff
==============================================================================
--- lucene/dev/trunk/dev-tools/maven/modules/queryparser/pom.xml.template (original)
+++ lucene/dev/trunk/dev-tools/maven/modules/queryparser/pom.xml.template Mon Dec 19 02:00:28 2011
@@ -64,6 +64,11 @@
     <outputDirectory>${build-directory}/classes/java</outputDirectory>
     <testOutputDirectory>${build-directory}/classes/test</testOutputDirectory>
     <sourceDirectory>src/java</sourceDirectory>
+    <resources>
+      <resource>
+        <directory>src/resources</directory>
+      </resource>
+    </resources>
     <testSourceDirectory>src/test</testSourceDirectory>
     <testResources>
       <testResource>