svn commit: r767807 - /jakarta/taglibs/proper/standard/trunk/pom.xml
| Newsgroups | gmane.comp.jakarta.taglibs.devel |
|---|---|
| Message-ID | <[email protected]> |
Author: bayard
Date: Thu Apr 23 05:40:53 2009
New Revision: 767807
URL: http://svn.apache.org/viewvc?rev=767807&view=rev
Log:
Hooking resources up for properties. Errors still fail, but getting closer I think.
Modified:
jakarta/taglibs/proper/standard/trunk/pom.xml
Modified: jakarta/taglibs/proper/standard/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/standard/trunk/pom.xml?rev=767807&r1=767806&r2=767807&view=diff
==============================================================================
--- jakarta/taglibs/proper/standard/trunk/pom.xml (original)
+++ jakarta/taglibs/proper/standard/trunk/pom.xml Thu Apr 23 05:40:53 2009
@@ -118,6 +118,12 @@
<build>
<sourceDirectory>src</sourceDirectory>
<testSourceDirectory>test</testSourceDirectory>
+ <resources>
+ <resource>
+ <directory>src</directory>
+ <targetPath>.</targetPath>
+ </resource>
+ </resources>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>