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/11/19 19:52:08 UTC

svn commit: r345670 - in /struts/el/trunk: project.properties project.xml

Author: wsmoak
Date: Sat Nov 19 10:51:46 2005
New Revision: 345670

URL: http://svn.apache.org/viewcvs?rev=345670&view=rev
Log:
Changed to version 1.4.2 of the Maven Taglib Plugin to fix the broken links in the Taglib Reference summaries.

Modified:
    struts/el/trunk/project.properties   (contents, props changed)
    struts/el/trunk/project.xml

Modified: struts/el/trunk/project.properties
URL: http://svn.apache.org/viewcvs/struts/el/trunk/project.properties?rev=345670&r1=345669&r2=345670&view=diff
==============================================================================
--- struts/el/trunk/project.properties (original)
+++ struts/el/trunk/project.properties Sat Nov 19 10:51:46 2005
@@ -1,14 +1,16 @@
-
-# The 'webapp' directory which includes WEB-INF
-maven.war.src = web/exercise-taglib
-
-# Include only the classes that should be in the .jar file
-maven.jar.includes = org/apache/strutsel/**,META-INF/**
-
-# Include only the classes and properties for the webapp in the .war file
-maven.war.classes.includes = org/apache/struts/webapp/exercise/**
-
-# Preserve original filename
-maven.war.final.name = strutsel-exercise-taglib.war
-
-cactus.src.dir = src/test
+
+# The 'webapp' directory which includes WEB-INF
+maven.war.src = web/exercise-taglib
+
+# Include only the classes that should be in the .jar file
+maven.jar.includes = org/apache/strutsel/**,META-INF/**
+
+# Include only the classes and properties for the webapp in the .war file
+maven.war.classes.includes = org/apache/struts/webapp/exercise/**
+
+# Preserve original filename
+maven.war.final.name = strutsel-exercise-taglib.war
+
+cactus.src.dir = src/test
+
+maven.repo.remote=http://www.ibiblio.org/maven,http://cvs.apache.org/repository,http://maven-taglib.sourceforge.net/maven

Propchange: struts/el/trunk/project.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: struts/el/trunk/project.xml
URL: http://svn.apache.org/viewcvs/struts/el/trunk/project.xml?rev=345670&r1=345669&r2=345670&view=diff
==============================================================================
--- struts/el/trunk/project.xml (original)
+++ struts/el/trunk/project.xml Sat Nov 19 10:51:46 2005
@@ -176,7 +176,7 @@
     <dependency>
       <groupId>maven-taglib</groupId>
       <artifactId>maven-taglib-plugin</artifactId>
-      <version>1.4.1</version>
+      <version>1.4.2</version>
       <type>plugin</type>
       <url>http://maven-taglib.sourceforge.net</url>
     </dependency>



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