You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-scm@portals.apache.org by dd...@apache.org on 2004/12/22 05:38:25 UTC

svn commit: r123046 - /portals/pluto/trunk/container/project.xml

Author: ddewolf
Date: Tue Dec 21 20:38:24 2004
New Revision: 123046

URL: http://svn.apache.org/viewcvs?view=rev&rev=123046
Log:
Adding the portlet.tld file as a resource.  This will allow the tld file to be automatically included in the jar and thus available to webapps.
Modified:
   portals/pluto/trunk/container/project.xml

Modified: portals/pluto/trunk/container/project.xml
Url: http://svn.apache.org/viewcvs/portals/pluto/trunk/container/project.xml?view=diff&rev=123046&p1=portals/pluto/trunk/container/project.xml&r1=123045&p2=portals/pluto/trunk/container/project.xml&r2=123046
==============================================================================
--- portals/pluto/trunk/container/project.xml	(original)
+++ portals/pluto/trunk/container/project.xml	Tue Dec 21 20:38:24 2004
@@ -95,10 +95,16 @@
 	        <include>**/*.xml</include>
         </includes>
       </resource>
-    </resources>
 
+      <resource>
+        <directory>${basedir}/src/tld</directory >
+        <targetPath>META-INF</targetPath >
+        <includes>
+          <include>*.tld</include >
+        </includes>
+      </resource>
+    </resources>
     <jars/>
-
   </build>
 
 </project>