You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ws...@apache.org on 2005/08/19 05:34:00 UTC

svn commit: r233416 - in /struts/taglib/trunk: maven.xml project.properties project.xml xdocs/navigation.xml

Author: wsmoak
Date: Thu Aug 18 20:33:43 2005
New Revision: 233416

URL: http://svn.apache.org/viewcvs?rev=233416&view=rev
Log:
Changed build files to include new tlds and generate taglib reports for website
Added dependency on Maven Taglib Plugin

Modified:
    struts/taglib/trunk/maven.xml
    struts/taglib/trunk/project.properties
    struts/taglib/trunk/project.xml
    struts/taglib/trunk/xdocs/navigation.xml

Modified: struts/taglib/trunk/maven.xml
URL: http://svn.apache.org/viewcvs/struts/taglib/trunk/maven.xml?rev=233416&r1=233415&r2=233416&view=diff
==============================================================================
--- struts/taglib/trunk/maven.xml (original)
+++ struts/taglib/trunk/maven.xml Thu Aug 18 20:33:43 2005
@@ -16,12 +16,6 @@
 		<attainGoal name="html2xdoc"/>
 	</preGoal>
 
-	<!-- Prepare additional Jar resources -->
-	<postGoal name="java:jar-resources">
-		<attainGoal name="struts:generate-tlds"/>
-	</postGoal>
-
-
 	<goal name="struts:generate-tlds">
 
 	<!-- Generate TLDs -->

Modified: struts/taglib/trunk/project.properties
URL: http://svn.apache.org/viewcvs/struts/taglib/trunk/project.properties?rev=233416&r1=233415&r2=233416&view=diff
==============================================================================
--- struts/taglib/trunk/project.properties (original)
+++ struts/taglib/trunk/project.properties Thu Aug 18 20:33:43 2005
@@ -24,3 +24,5 @@
 cactus.src.mergewebxml = src/conf/cactus-web.xml
 
 cactus.test.includes   = **/Test*.class
+
+maven.repo.remote=http://www.ibiblio.org/maven,http://maven-taglib.sourceforge.net/maven

Modified: struts/taglib/trunk/project.xml
URL: http://svn.apache.org/viewcvs/struts/taglib/trunk/project.xml?rev=233416&r1=233415&r2=233416&view=diff
==============================================================================
--- struts/taglib/trunk/project.xml (original)
+++ struts/taglib/trunk/project.xml Thu Aug 18 20:33:43 2005
@@ -109,6 +109,13 @@
       </properties>
     </dependency>
 
+    <dependency>
+      <groupId>maven-taglib</groupId>
+      <artifactId>maven-taglib-plugin</artifactId>
+      <version>1.3</version>
+      <type>plugin</type>
+      <url>http://maven-taglib.sourceforge.net</url>
+    </dependency>
     
   </dependencies>
 
@@ -121,13 +128,21 @@
           <include>**/*.properties</include>
         </includes>
       </resource>
-    </resources>
+      <resource>
+        <directory>src/tld</directory>
+        <includes>
+          <include>**/*.tld</include>
+        </includes>
+        <targetPath>META-INF/tlds</targetPath>
+      </resource>
+      </resources>
 
   </build>
 
   <reports>
   	<!-- reports specific to taglibs-->
   	<!--report>maven-cactus-plugin</report-->
+    <report>taglib</report>
 	
   </reports>
 </project>

Modified: struts/taglib/trunk/xdocs/navigation.xml
URL: http://svn.apache.org/viewcvs/struts/taglib/trunk/xdocs/navigation.xml?rev=233416&r1=233415&r2=233416&view=diff
==============================================================================
--- struts/taglib/trunk/xdocs/navigation.xml (original)
+++ struts/taglib/trunk/xdocs/navigation.xml Thu Aug 18 20:33:43 2005
@@ -1,6 +1,12 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <project name="Struts Taglib">
     <body>
+        <menu name="Taglib Reference">
+            <item name="Bean" href="tagreference-struts-bean.html"/>    
+            <item name="HTML" href="tagreference-struts-html.html"/>
+            <item name="Logic" href="tagreference-struts-logic.html"/>
+            <item name="Nested" href="tagreference-struts-nested.html"/>
+        </menu>
         <menu name="Quick Links">
             <item
                     name="Struts"



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