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-unsubscr...@jakarta.apache.org For additional commands, e-mail: taglibs-dev-h...@jakarta.apache.org