You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-dev@jakarta.apache.org by ba...@apache.org on 2009/04/23 10:39:30 UTC

svn commit: r767852 - /jakarta/taglibs/proper/standard/trunk/pom.xml

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>



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