You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ol...@apache.org on 2011/12/27 20:16:47 UTC

svn commit: r1224982 - /tomcat/sandbox/trunk-mvn-build/tomcat-jasper-el/pom.xml

Author: olamy
Date: Tue Dec 27 19:16:47 2011
New Revision: 1224982

URL: http://svn.apache.org/viewvc?rev=1224982&view=rev
Log:
fix include of .properties in tomcat-jasper-el

Modified:
    tomcat/sandbox/trunk-mvn-build/tomcat-jasper-el/pom.xml

Modified: tomcat/sandbox/trunk-mvn-build/tomcat-jasper-el/pom.xml
URL: http://svn.apache.org/viewvc/tomcat/sandbox/trunk-mvn-build/tomcat-jasper-el/pom.xml?rev=1224982&r1=1224981&r2=1224982&view=diff
==============================================================================
--- tomcat/sandbox/trunk-mvn-build/tomcat-jasper-el/pom.xml (original)
+++ tomcat/sandbox/trunk-mvn-build/tomcat-jasper-el/pom.xml Tue Dec 27 19:16:47 2011
@@ -38,6 +38,14 @@
     </dependency>
   </dependencies>
   <build>
+    <resources>
+      <resource>
+        <directory>src/main/java</directory>
+        <includes>
+          <include>**/*.properties</include>
+        </includes>
+      </resource>
+    </resources>
     <plugins>
       <plugin>
         <groupId>org.apache.felix</groupId>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org