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 2006/01/06 03:33:32 UTC

svn commit: r366394 - in /struts: action/trunk/pom.xml build/trunk/pom.xml el/trunk/pom.xml extras/trunk/pom.xml taglib/trunk/pom.xml tiles/trunk/pom.xml

Author: wsmoak
Date: Thu Jan  5 18:33:24 2006
New Revision: 366394

URL: http://svn.apache.org/viewcvs?rev=366394&view=rev
Log:
Updated the list of modules in the struts-build pom.
Switched to relative file-system path to find the parent pom.

Modified:
    struts/action/trunk/pom.xml
    struts/build/trunk/pom.xml
    struts/el/trunk/pom.xml
    struts/extras/trunk/pom.xml
    struts/taglib/trunk/pom.xml
    struts/tiles/trunk/pom.xml

Modified: struts/action/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/struts/action/trunk/pom.xml?rev=366394&r1=366393&r2=366394&view=diff
==============================================================================
--- struts/action/trunk/pom.xml (original)
+++ struts/action/trunk/pom.xml Thu Jan  5 18:33:24 2006
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!--
 /* 
- * Copyright 2005 The Apache Software Foundation.
+ * Copyright 2005-2006 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.
@@ -38,7 +38,7 @@
       <groupId>struts</groupId>
       <artifactId>struts-build</artifactId>
       <version>1.3.0-SNAPSHOT</version>
-      <relativePath>build/pom.xml</relativePath>
+      <relativePath>../build/pom.xml</relativePath>
    </parent>
 
    <modelVersion>4.0.0</modelVersion>

Modified: struts/build/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/struts/build/trunk/pom.xml?rev=366394&r1=366393&r2=366394&view=diff
==============================================================================
--- struts/build/trunk/pom.xml (original)
+++ struts/build/trunk/pom.xml Thu Jan  5 18:33:24 2006
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!--
 /*
- * Copyright 2005 The Apache Software Foundation.
+ * Copyright 2005-2006 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.
@@ -242,9 +242,10 @@
 
    <modules>
       <module>../action</module>
-      <!--module>../taglib</module-->
-      <!--module>../el</module-->
-      <!--module>../tiles</module-->
+      <module>../el</module>
+      <module>../extras</module>
+      <module>../taglib</module>
+      <module>../tiles</module>
       <!--module>../apps</module-->
    </modules>
 

Modified: struts/el/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/struts/el/trunk/pom.xml?rev=366394&r1=366393&r2=366394&view=diff
==============================================================================
--- struts/el/trunk/pom.xml (original)
+++ struts/el/trunk/pom.xml Thu Jan  5 18:33:24 2006
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!--
 /* 
- * Copyright 2005 The Apache Software Foundation.
+ * Copyright 2005-2006 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.
@@ -38,7 +38,7 @@
       <groupId>struts</groupId>
       <artifactId>struts-build</artifactId>
       <version>1.3.0-SNAPSHOT</version>
-      <relativePath>build/pom.xml</relativePath>
+      <relativePath>../build/pom.xml</relativePath>
    </parent>
 
    <modelVersion>4.0.0</modelVersion>

Modified: struts/extras/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/struts/extras/trunk/pom.xml?rev=366394&r1=366393&r2=366394&view=diff
==============================================================================
--- struts/extras/trunk/pom.xml (original)
+++ struts/extras/trunk/pom.xml Thu Jan  5 18:33:24 2006
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!--
 /* 
- * Copyright 2005 The Apache Software Foundation.
+ * Copyright 2005-2006 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.
@@ -38,7 +38,7 @@
       <groupId>struts</groupId>
       <artifactId>struts-build</artifactId>
       <version>1.3.0-SNAPSHOT</version>
-      <relativePath>build/pom.xml</relativePath>
+      <relativePath>../build/pom.xml</relativePath>
    </parent>
    
    <modelVersion>4.0.0</modelVersion>

Modified: struts/taglib/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/struts/taglib/trunk/pom.xml?rev=366394&r1=366393&r2=366394&view=diff
==============================================================================
--- struts/taglib/trunk/pom.xml (original)
+++ struts/taglib/trunk/pom.xml Thu Jan  5 18:33:24 2006
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!--
 /* 
- * Copyright 2005 The Apache Software Foundation.
+ * Copyright 2005-2006 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.
@@ -38,7 +38,7 @@
       <groupId>struts</groupId>
       <artifactId>struts-build</artifactId>
       <version>1.3.0-SNAPSHOT</version>
-      <relativePath>build/pom.xml</relativePath>
+      <relativePath>../build/pom.xml</relativePath>
    </parent>
 
    <modelVersion>4.0.0</modelVersion>

Modified: struts/tiles/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/struts/tiles/trunk/pom.xml?rev=366394&r1=366393&r2=366394&view=diff
==============================================================================
--- struts/tiles/trunk/pom.xml (original)
+++ struts/tiles/trunk/pom.xml Thu Jan  5 18:33:24 2006
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!--
 /* 
- * Copyright 2005 The Apache Software Foundation.
+ * Copyright 2005-2006 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.
@@ -38,7 +38,7 @@
       <groupId>struts</groupId>
       <artifactId>struts-build</artifactId>
       <version>1.3.0-SNAPSHOT</version>
-      <relativePath>build/pom.xml</relativePath>
+      <relativePath>../build/pom.xml</relativePath>
    </parent>
 
    <modelVersion>4.0.0</modelVersion>



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