svn commit: r767852 - /jakarta/taglibs/proper/standard/trunk/pom.xml
| Newsgroups | gmane.comp.jakarta.taglibs.devel |
|---|---|
| Message-ID | <[email protected]> |
Author: bayard
Date: Thu Apr 23 08:39:30 2009
New Revision: 767852
URL: http://svn.apache.org/viewvc?rev=767852&view=rev
Log:
Put the tlds in the jar :) Going to need to split the impl and the spec jars up someday I imagine. Easy enough.
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=767852&r1=767851&r2=767852&view=diff
==============================================================================
--- jakarta/taglibs/proper/standard/trunk/pom.xml (original)
+++ jakarta/taglibs/proper/standard/trunk/pom.xml Thu Apr 23 08:39:30 2009
@@ -123,6 +123,10 @@
<directory>src</directory>
<targetPath>.</targetPath>
</resource>
+ <resource>
+ <directory>conf</directory>
+ <targetPath>META-INF</targetPath>
+ </resource>
</resources>
<plugins>
<plugin>