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 22:58:57 UTC

svn commit: r155084 - in struts/el/trunk: project.xml xdocs/

Author: jmitchell
Date: Wed Feb 23 13:58:56 2005
New Revision: 155084

URL: http://svn.apache.org/viewcvs?view=rev&rev=155084
Log:
bring el inline with shared pom

Added:
    struts/el/trunk/xdocs/
Modified:
    struts/el/trunk/project.xml

Modified: struts/el/trunk/project.xml
URL: http://svn.apache.org/viewcvs/struts/el/trunk/project.xml?view=diff&r1=155083&r2=155084
==============================================================================
--- struts/el/trunk/project.xml (original)
+++ struts/el/trunk/project.xml Wed Feb 23 13:58:56 2005
@@ -1,14 +1,21 @@
 <?xml version="1.0"?>
 <project>
-  <pomVersion>3</pomVersion>
+  <extend>build/project.xml</extend>
   <id>struts-el</id>
 
   <name>struts-el</name>
-  <groupId>struts</groupId>
-  <currentVersion>1.3.0-dev</currentVersion>
+  
   <inceptionYear>2003</inceptionYear>
   <package>org.apache.strutsel</package>
-  <shortDescription>Extension/adaptation of Struts tag libraries to use JSP 1.2 expression language.</shortDescription>
+  
+    <!-- ################################################################ -->
+    <!--        Project management section                                -->
+    <!-- ################################################################ -->
+
+  
+  <shortDescription>
+  	Extension/adaptation of Struts tag libraries to use JSP 1.2 expression language.
+  </shortDescription>
   <description>
   This subproject is an extension of the Struts tag library.  Each JSP custom tag
 in this library is a subclass of an associated tag in the Struts tag library.
@@ -28,167 +35,48 @@
 for evaluating attribute values.
 
   </description>
-  <url>http://jakarta.apache.org/</url>
   <repository>
-    <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-struts/contrib/struts-el</connection>
-    <developerConnection>scm:cvs:ext:${cvs.developer.id}@$cvs.apache.org:/home/cvs:jakarta-struts/contrib/struts-el</developerConnection>
-    <url>http://cvs.apache.org/viewcvs/jakarta-struts/contrib/struts-el/</url>
+    <connection>scm|svn|http|//svn.apache.org/repos/asf/struts/el/trunk</connection>
+    <developerConnection>scm|svn|https|//svn.apache.org/repos/asf/struts/el/trunk</developerConnection>
+    <url>http://svn.apache.org/repos/asf/struts/el/trunk</url>
   </repository>
+  
   <versions />
 
-  <developers>
-    <developer>
-      <name>David M. Karr</name>
-      <id>dmkarr</id>
-      <email>dmkarr at apache.org</email>
-      <organization></organization>
-    </developer>
-    
-    <developer>
-      <name>James Mitchell</name>
-      <id>jmitchell</id>
-      <email>jmitchell at apache.org</email>
-      <organization></organization>
-    </developer>
-    
-  </developers>
+  <developers/>
 
   <dependencies>
 
-	<!-- Servlet API  -->
-    <dependency>
-      <groupId>servletapi</groupId>
-      <artifactId>servletapi</artifactId>
-      <version>2.3</version>
-      <url>http://jakarta.apache.org/tomcat/tomcat-4.1-doc/index.html</url>
-    </dependency>
-    
-    <dependency>
-      <groupId>struts</groupId>
-      <artifactId>struts</artifactId>
-      <version>1.3.0-dev</version>
-      <url>http://jakarta.apache.org/struts/</url>
-      <properties>
-        <war.bundle>true</war.bundle>
-        <cactus.bundle>true</cactus.bundle>
-      </properties>
-    </dependency>
-    
-    <dependency>
-      <groupId>struts</groupId>
-      <artifactId>struts-taglib</artifactId>
-      <version>1.3.0-dev</version>
-      <url>http://jakarta.apache.org/struts/</url>
-      <properties>
-        <war.bundle>true</war.bundle>
+	<dependency>
+	  <groupId>struts</groupId>
+	  <artifactId>struts-core</artifactId>
+	  <version>1.3.0-dev</version>
+	  <properties>
+		<war.bundle>true</war.bundle>
+        <cactus.bundle>true</cactus.bundle>
+	  </properties>
+	</dependency>
+
+	<dependency>
+	  <groupId>struts</groupId>
+	  <artifactId>struts-taglib</artifactId>
+	  <version>1.3.0-dev</version>
+	  <properties>
+		<war.bundle>true</war.bundle>
+        <cactus.bundle>true</cactus.bundle>
+	  </properties>
+	</dependency>
+
+	<dependency>
+	  <groupId>struts</groupId>
+	  <artifactId>struts-tiles</artifactId>
+	  <version>1.3.0-dev</version>
+	  <properties>
+		<war.bundle>true</war.bundle>
         <cactus.bundle>true</cactus.bundle>
-      </properties>
-    </dependency>
-    
-    <dependency>
-      <groupId>struts</groupId>
-      <artifactId>struts-tiles</artifactId>
-      <version>1.3.0-dev</version>
-      <url>http://jakarta.apache.org/struts/</url>
-      <properties>
-        <war.bundle>true</war.bundle>
-        <cactus.bundle>true</cactus.bundle>
-      </properties>
-    </dependency>
-    
-
-
-
-	<!-- Standard Struts dependencies  -->
+	  </properties>
+	</dependency>
 	
-    <dependency>
-      <groupId>commons-beanutils</groupId>
-      <artifactId>commons-beanutils</artifactId>
-      <version>1.7.0</version>
-      <url>http://jakarta.apache.org/commons/beanutils</url>
-      <properties>
-        <war.bundle>true</war.bundle>
-        <cactus.bundle>true</cactus.bundle>
-      </properties>
-    </dependency>
-
-    <dependency>
-      <groupId>commons-digester</groupId>
-      <artifactId>commons-digester</artifactId>
-      <version>1.6</version>
-      <url>http://jakarta.apache.org/commons/digester</url>
-      <properties>
-        <war.bundle>true</war.bundle>
-        <cactus.bundle>true</cactus.bundle>
-      </properties>
-    </dependency>
-
-    <dependency>
-      <groupId>commons-fileupload</groupId>
-      <artifactId>commons-fileupload</artifactId>
-      <version>1.0</version>
-      <url>http://jakarta.apache.org/commons/fileupload</url>
-      <properties>
-        <war.bundle>true</war.bundle>
-        <cactus.bundle>true</cactus.bundle>
-      </properties>
-    </dependency>
-
-    <dependency>
-      <groupId>commons-logging</groupId>
-      <artifactId>commons-logging</artifactId>
-      <version>1.0.4</version>
-      <url>http://jakarta.apache.org/commons/logging</url>
-      <properties>
-        <war.bundle>true</war.bundle>
-        <cactus.bundle>true</cactus.bundle>
-      </properties>
-    </dependency>
-
-    <dependency>
-      <groupId>commons-validator</groupId>
-      <artifactId>commons-validator</artifactId>
-      <version>1.1.4</version>
-      <url>http://jakarta.apache.org/commons/validator</url>
-      <properties>
-        <war.bundle>true</war.bundle>
-        <cactus.bundle>true</cactus.bundle>
-      </properties>
-    </dependency>
-
-    <dependency>
-      <groupId>commons-chain</groupId>
-      <artifactId>commons-chain</artifactId>
-      <version>1.0</version>
-      <url>http://jakarta.apache.org/commons/chain</url>
-      <properties>
-        <war.bundle>true</war.bundle>
-        <cactus.bundle>true</cactus.bundle>
-      </properties>
-    </dependency>
-
-    <dependency>
-      <groupId>oro</groupId>
-      <artifactId>oro</artifactId>
-      <version>2.0.8</version>
-      <url>http://jakarta.apache.org/oro</url>
-      <properties>
-        <war.bundle>true</war.bundle>
-        <cactus.bundle>true</cactus.bundle>
-      </properties>
-    </dependency>
-
-    <dependency>
-      <groupId>antlr</groupId>
-      <artifactId>antlr</artifactId>
-      <version>2.7.2</version>
-      <properties>
-        <war.bundle>true</war.bundle>
-      </properties>
-    </dependency>
-
-
-
 
     <dependency>
       <groupId>taglibs</groupId>
@@ -229,7 +117,7 @@
   </dependencies>
   
   <build>
-    <nagEmailAddress>struts-dev@jakarta.apache.org</nagEmailAddress>
+    
     <sourceDirectory>src/share</sourceDirectory>
     <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
     <integrationUnitTestSourceDirectory />
@@ -255,28 +143,7 @@
     <jars></jars>
   </build>
   <reports>
-    <!--
-             |
-             | These should all be completely self contained. You should be able
-             | to generate each of them individually without needing the final
-             | xdoc transformation.
-             |
-             | Each report plugin with it's POM and plugin.jelly logic should
-             | contain everything needed to produced the report.
-             |
-            -->
-    <report>maven-jdepend-plugin</report>
-    <report>maven-checkstyle-plugin</report>
-    <report>maven-changes-plugin</report>
-    <report>maven-changelog-plugin</report>
-    <report>maven-file-activity-plugin</report>
-    <report>maven-developer-activity-plugin</report>
-    <report>maven-javadoc-plugin</report>
-    <report>maven-jxr-plugin</report>
-    <report>maven-junit-report-plugin</report>
-    <report>maven-tasklist-plugin</report>
-    <report>maven-pmd-plugin</report>
-    <report>maven-simian-plugin</report>
-    <!-- <report>maven-faq-plugin</report> -->
+    <!-- put el specific reports here -->
+    
   </reports>
 </project>



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