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/23 21:44:20 UTC

svn commit: r155068 - in struts/taglib/trunk: LICENSE.CheckStyle maven.xml project.properties project.xml struts.jsl

Author: jmitchell
Date: Wed Feb 23 12:44:18 2005
New Revision: 155068

URL: http://svn.apache.org/viewcvs?view=rev&rev=155068
Log:
move duplicate files to core/build-legacy/taglib, bring taglib/project.xml inline with parent pom

Removed:
    struts/taglib/trunk/LICENSE.CheckStyle
    struts/taglib/trunk/maven.xml
    struts/taglib/trunk/project.properties
    struts/taglib/trunk/struts.jsl
Modified:
    struts/taglib/trunk/project.xml

Modified: struts/taglib/trunk/project.xml
URL: http://svn.apache.org/viewcvs/struts/taglib/trunk/project.xml?view=diff&r1=155067&r2=155068
==============================================================================
--- struts/taglib/trunk/project.xml (original)
+++ struts/taglib/trunk/project.xml Wed Feb 23 12:44:18 2005
@@ -1,19 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project>
-  <pomVersion>3</pomVersion>
+  <extend>build/project.xml</extend>
   <id>struts-taglib</id>
-
   <name>Struts Taglibs</name>
-  <groupId>struts</groupId>
-  <currentVersion>1.3.0-dev</currentVersion>
   
-  <organization>
-    <name />
-    <url>http://struts.apache.org/taglib/</url>
-    <logo />
-  </organization>
-  <logo>http://struts.apache.org/struts/images/struts.gif</logo>
-  <inceptionYear>2003</inceptionYear>
   <package>org.apache.struts.taglib</package>
   <packageGroups>
     <packageGroup>
@@ -24,136 +14,54 @@
 
   <shortDescription>JSP custom tags for use with Struts.</shortDescription>
 
-  <!--  
-  <gumpRepositoryId></gumpRepositoryId>
-  -->
-
   <description>
     This library simplifies development of a JSP-based view layer of a Struts Application.
     These tags were previously packaged as part of the base Struts distribution, but have
     been extracted into a separate library.
   </description>
     
-  <url>http://struts.apache.org/taglib</url>
   <repository>
     <connection>scm|svn|http|//svn.apache.org/repos/asf/struts/taglib/trunk</connection>
     <developerConnection>scm|svn|https|//svn.apache.org/repos/asf/struts/taglib/trunk</developerConnection>
     <url>http://svn.apache.org/repos/asf/struts/taglib/trunk</url>
   </repository>
-  <versions>
-    <!--
-    <version>
-      <id>rel_0_5</id>
-      <name>rel_0_5</name>
-      <tag>rel_0_5</tag>
-    </version>
-    -->
-  </versions>
-<!--
-  <branches>
-  	<branch>
-  	  <tag></tag>
-  	</branch>
-  </branches>
--->  
-  <mailingLists>
-    <mailingList>
-      <name>Struts User List</name>
-      <subscribe>user-subscribe@struts.apache.org</subscribe>
-      <unsubscribe>user-unsubscribe@struts.apache.org</unsubscribe>
-      <archive>http://mail-archives.apache.org/eyebrowse/SummarizeList?listId=42</archive>
-    </mailingList>
-    <mailingList>
-      <name>Struts Developer List</name>
-      <subscribe>dev-subscribe@struts.apache.org</subscribe>
-      <unsubscribe>dev-unsubscribe@struts.apache.org</unsubscribe>
-      <archive>http://mail-archives.apache.org/eyebrowse/SummarizeList?listId=41</archive>
-    </mailingList>
-  </mailingLists>
-  <developers>
-	<developer>
-		<name>Don Brown</name>
-		<id>mrdon</id>
-        <email>mrdon at apache.org</email>
-		<organization/>
-	</developer>
-     <developer>
-        <name>Joe Germuska</name>
-        <email>germuska at apache.org</email>
-		<id>germuska</id>
-        <organization></organization>
-     </developer>
-</developers>
-
-  <dependencies>
   
-    <dependency>
-      <id>servletapi</id>
-      <version>2.3</version>
-    </dependency>
-    
+  <versions/>
+  
+  <branches/>
+  
+  <dependencies>
+      
 	<dependency>
 	  <groupId>struts</groupId>
-	  <artifactId>struts</artifactId>
+	  <artifactId>struts-core</artifactId>
 	  <version>1.3.0-dev</version>
 	  <properties>
 		<war.bundle>true</war.bundle>
 	  </properties>
 	</dependency>
 
-    <dependency>
-      <id>commons-logging</id>
-      <version>1.0.3</version>
-    </dependency>
-    
-    <dependency>
-      <id>commons-beanutils</id>
-      <version>1.7.0</version>
-    </dependency>
-    
-    <dependency>
-      <id>commons-digester</id>
-      <version>1.6</version>
-    </dependency>
-    
-   <dependency>
-      <id>commons-validator</id>
-      <version>1.1.4</version>
-    </dependency>
-    
-    <dependency>
-      <id>oro</id>
-      <version>2.0.8</version>
-    </dependency>
-    
-	<dependency>
-	  <groupId>antlr</groupId>
-	  <artifactId>antlr</artifactId>
-	  <version>2.7.2</version>
-	  <properties>
-		<war.bundle>true</war.bundle>
-	  </properties>
-	</dependency>
+
 
     <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <url>http://www.junit.org</url>
+      <groupId>aspectj</groupId>
+      <artifactId>aspectjrt</artifactId>
+      <version>1.1.1</version>
+      <url>http://eclipse.org/aspectj/</url>
     </dependency>
-
+    
     <dependency>
       <groupId>cactus</groupId>
       <artifactId>cactus</artifactId>
       <version>12-1.4.1</version>
-      <url>http://jakarta.apache.org/cactus</url>
+      <url>http://jakarta.apache.org/cactus/</url>
     </dependency>
     
     <dependency>
       <groupId>cactus</groupId>
       <artifactId>cactus-ant</artifactId>
       <version>1.4.1</version>
-      <url>http://jakarta.apache.org/cactus</url>
+      <url>http://jakarta.apache.org/cactus/</url>
     </dependency>
   </dependencies>
   
@@ -161,59 +69,10 @@
     <nagEmailAddress/>
     <sourceDirectory>src/java</sourceDirectory>
 
-<!--
-    <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
-    <integrationUnitTestSourceDirectory/>
-    <aspectSourceDirectory/>
-
-    <resources>      
-      <resource>      
-        <directory></directory>
-        <includes>
-          <include></include>
-        </includes>
-      </resource>
-    </resources>
-
-    <unitTest>
-      <includes>
-        <include>**/Test*.java</include>
-      </includes>
-      <resources>
-        <resource>
-          <directory>src/test</directory>
-          <includes>
-            <include>**/*.jelly</include>
-            <include>**/*.xml</include>
-            <include>**/*.xsl</include>
-            <include>**/*.rng</include>
-            <include>**/*.dtd</include>
-            <include>**/*.properties</include>
-            <include>**/*.html</include>
-          </includes>
-        </resource>
-      </resources>
-    </unitTest>
-    
-    <integrationUnitTestPatterns></integrationUnitTestPatterns>
--->
-
   </build>
 
   <reports>
-		<report>maven-javadoc-plugin</report>
-		<report>maven-junit-report-plugin</report>
-		<report>maven-jdepend-plugin</report>
-		<report>maven-checkstyle-plugin</report>
-		<report>maven-jxr-plugin</report>
-		<report>maven-linkcheck-plugin</report>
-		<report>maven-tasklist-plugin </report>
-		<report>maven-changes-plugin</report>
-		<report>maven-file-activity-plugin</report>
-<!--
-		<report>maven-changelog-plugin</report>
-		<report>maven-developer-activity-plugin</report>
-		<report>maven-license-plugin</report>
--->
+  	<!-- reports specific to taglibs-->
+  	
   </reports>
 </project>



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