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 22:52:47 UTC

svn commit: r155254 - struts/flow/trunk/project.xml

Author: jmitchell
Date: Thu Feb 24 13:52:45 2005
New Revision: 155254

URL: http://svn.apache.org/viewcvs?view=rev&rev=155254
Log:
bring flow POM inline with parent, and that (mostly) completes the 'reorg of Struts subprojects' to an inherited Project Object Model

Modified:
    struts/flow/trunk/project.xml

Modified: struts/flow/trunk/project.xml
URL: http://svn.apache.org/viewcvs/struts/flow/trunk/project.xml?view=diff&r1=155253&r2=155254
==============================================================================
--- struts/flow/trunk/project.xml (original)
+++ struts/flow/trunk/project.xml Thu Feb 24 13:52:45 2005
@@ -1,16 +1,29 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project>
-  <pomVersion>3</pomVersion>
+<!-- 
+/*
+ * Copyright 2001-2004 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+ -->
+
+
+  <extend>../build/project.xml</extend>
   <id>struts-flow</id>
   <name>Struts Flow</name>
   <currentVersion>0.3-SNAPSHOT</currentVersion>
   
-  <organization>
-    <name />
-    <url>http://struts.apache.org/flow/</url>
-    <logo />
-  </organization>
-  <logo>http://struts.apache.org/struts/images/struts.gif</logo>
   <inceptionYear>2003</inceptionYear>
   <package>org.apache.struts.flow</package>
   <packageGroups>
@@ -22,168 +35,68 @@
 
   <shortDescription>Struts Flow</shortDescription>
 
-  <!--  
-  <gumpRepositoryId></gumpRepositoryId>
-  -->
-
   <description>
     Struts Flow is a port of Cocoon's Control Flow to Struts to allow complex workflow, like multi-form wizards, to be easily implemented using continuations-capable JavaScript. It provides the ability to describe the order of Web pages that have to be sent to the client, at any given point in time in an application.
   </description>
-    
-  <url>http://struts.apache.org/flow</url>
+  
+
   <repository>
     <connection>scm|svn|http|//svn.apache.org/repos/asf/struts/flow/trunk</connection>
     <developerConnection>scm|svn|https|//svn.apache.org/repos/asf/struts/flow/trunk</developerConnection>
     <url>http://svn.apache.org/repos/asf/struts/flow/trunk</url>
   </repository>
-  <versions>
-    <version>
-      <id>rel_0_3</id>
-      <name>rel_0_3</name>
-      <tag>rel_0_3</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>
-</developers>
 
-<!--   <contributors /> -->
   <dependencies>
-    <dependency>
-      <id>servletapi</id>
-      <version>2.3</version>
-    </dependency>
-    <dependency>
-      <id>struts</id>
-      <version>1.1</version>
-    </dependency>
-    <dependency>
-      <id>rhino</id>
-      <artifactId>js</artifactId>
-      <version>1.6R1</version>
-    </dependency>
-    <dependency>
-      <id>commons-chain</id>
-      <version>1.0</version>
-    </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.3</version>
-    </dependency>
-    <dependency>
-      <id>oro</id>
-      <version>2.0.7</version>
-    </dependency>
-    <dependency>
-      <id>xdoclet</id>
-      <version>1.2</version>
-    </dependency>
-    <dependency>
-      <id>xdoclet</id>
-      <artifactId>xjavadoc</artifactId>
-      <version>1.0.3</version>
-    </dependency>
-    <dependency>
-      <id>commons-collections</id>
-      <version>2.0</version>
-    </dependency>
- 
+  
+	<dependency>
+	  <groupId>struts</groupId>
+	  <artifactId>struts-core</artifactId>
+	  <version>1.3.0-dev</version>
+	  <properties>
+		<war.bundle>true</war.bundle>
+	  </properties>
+      <url>http://struts.apache.org/</url>
+	</dependency>
+
+	<dependency>
+	  <groupId>rhino</groupId>
+	  <artifactId>js</artifactId>
+	  <version>1.6R1</version>
+	  <properties>
+		<war.bundle>true</war.bundle>
+	  </properties>
+      <url>http://www.mozilla.org/rhino/</url>
+	</dependency>
+
+	<dependency>
+	  <groupId>xdoclet</groupId>
+	  <artifactId>xdoclet</artifactId>
+	  <version>1.2</version>
+	  <properties>
+		<war.bundle>true</war.bundle>
+	  </properties>
+      <url>http://xdoclet.sourceforge.net/xdoclet/index.html</url>
+	</dependency>
+
+	<dependency>
+	  <groupId>xdoclet</groupId>
+	  <artifactId>xjavadoc</artifactId>
+	  <version>1.0.3</version>
+	  <properties>
+		<war.bundle>true</war.bundle>
+	  </properties>
+      <url>http://xdoclet.sourceforge.net/xjavadoc/</url>
+	</dependency>
+  
   </dependencies>
   
   <build>
-    <nagEmailAddress/>
-    <sourceDirectory>src/java</sourceDirectory>
-<!--
-    <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>
--->
-
+  	<!-- flow specific build stuff here -->
+  
   </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>
--->
+  	<!-- flow specific reports here -->
+  	
   </reports>
 </project>



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