You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by jm...@apache.org on 2005/02/24 18:52:39 UTC

svn commit: r155214 - in struts/taglib/trunk: maven.xml project.xml

Author: jmitchell
Date: Thu Feb 24 09:52:38 2005
New Revision: 155214

URL: http://svn.apache.org/viewcvs?view=rev&rev=155214
Log:
update dependency url, bring maven.xml inline with sibling configs

Added:
    struts/taglib/trunk/maven.xml
      - copied, changed from r155159, struts/core/trunk/build-legacy/taglib/maven.xml
Modified:
    struts/taglib/trunk/project.xml

Copied: struts/taglib/trunk/maven.xml (from r155159, struts/core/trunk/build-legacy/taglib/maven.xml)
URL: http://svn.apache.org/viewcvs/struts/taglib/trunk/maven.xml?view=diff&rev=155214&p1=struts/core/trunk/build-legacy/taglib/maven.xml&r1=155159&p2=struts/taglib/trunk/maven.xml&r2=155214
==============================================================================
--- struts/core/trunk/build-legacy/taglib/maven.xml (original)
+++ struts/taglib/trunk/maven.xml Thu Feb 24 09:52:38 2005
@@ -8,12 +8,6 @@
    
   <preGoal name="xdoc:jelly-transform">
     <attainGoal name="html2xdoc"/>
-
-    <!-- 
-      Maven FAQ PlugIn 1.2 will allow multiple faqs
-      For now, we'll just generate them from xdocs    
-    <attainGoal name="faq"/>
-    -->
   </preGoal>
 
   <!-- Prepare additional Jar resources -->
@@ -26,34 +20,6 @@
 		extension=".tld"
 		style="doc/stylesheets/tld.xsl"
 		includes="struts-*.xml"/>
-  </postGoal>
-
-  <postGoal name="dist:prepare-bin-filesystem">
-
-    <!-- Copy Instructions and Readmes -->
-    <ant:copy todir="${maven.dist.bin.assembly.dir}">
-      <ant:fileset dir=".">
-        <ant:include name="README*"/>
-        <ant:include name="LICENSE*"/>
-        <ant:include name="STATUS*"/>
-        <ant:include name="INSTALL*"/>
-      </ant:fileset>
-    </ant:copy>
-
-  </postGoal>
-
-
-  <postGoal name="dist:prepare-src-filesystem">
-    <!-- Copy Instructions and Readmes -->
-    <ant:copy todir="${maven.dist.src.assembly.dir}">
-      <ant:fileset dir=".">
-        <ant:include name="README*"/>
-        <ant:include name="LICENSE*"/>
-        <ant:include name="STATUS*"/>
-        <ant:include name="INSTALL*"/>
-      </ant:fileset>
-    </ant:copy>
-
   </postGoal>
 
 

Modified: struts/taglib/trunk/project.xml
URL: http://svn.apache.org/viewcvs/struts/taglib/trunk/project.xml?view=diff&r1=155213&r2=155214
==============================================================================
--- struts/taglib/trunk/project.xml (original)
+++ struts/taglib/trunk/project.xml Thu Feb 24 09:52:38 2005
@@ -58,6 +58,7 @@
 	  <properties>
 		<war.bundle>true</war.bundle>
 	  </properties>
+      <url>http://struts.apache.org/</url>
 	</dependency>
 
 	<dependency>
@@ -67,6 +68,7 @@
 	  <properties>
 		<war.bundle>true</war.bundle>
 	  </properties>
+      <url>http://struts.apache.org/</url>
 	</dependency>
 
 



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