Title: [waffle-scm] [362] trunk: Renamed reactor artifactId to waffle and core artifactId to waffle-core.
Revision
362
Author
mauro
Date
2007-11-13 03:04:23 -0600 (Tue, 13 Nov 2007)

Log Message

Renamed reactor artifactId to waffle and core artifactId to waffle-core.

Modified Paths

Diff

Modified: trunk/core/pom.xml (361 => 362)

--- trunk/core/pom.xml	2007-11-13 00:40:17 UTC (rev 361)
+++ trunk/core/pom.xml	2007-11-13 09:04:23 UTC (rev 362)
@@ -2,11 +2,11 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.codehaus.waffle</groupId>
-    <artifactId>waffle-parent</artifactId>
+    <artifactId>waffle</artifactId>
     <version>1.0-SNAPSHOT</version>
   </parent>
   <packaging>jar</packaging>
-  <artifactId>waffle</artifactId>
+  <artifactId>waffle-core</artifactId>
   <name>Waffle Core</name>
 
   <dependencies>

Modified: trunk/distribution/pom.xml (361 => 362)

--- trunk/distribution/pom.xml	2007-11-13 00:40:17 UTC (rev 361)
+++ trunk/distribution/pom.xml	2007-11-13 09:04:23 UTC (rev 362)
@@ -2,7 +2,7 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.codehaus.waffle</groupId>
-    <artifactId>waffle-parent</artifactId>
+    <artifactId>waffle</artifactId>
     <version>1.0-SNAPSHOT</version>
   </parent>
   <artifactId>waffle-distribution</artifactId>
@@ -12,7 +12,7 @@
   <dependencies>
     <dependency>
       <groupId>${pom.groupId}</groupId>
-      <artifactId>waffle</artifactId>
+      <artifactId>waffle-core</artifactId>
       <version>${pom.version}</version>
     </dependency>
     <dependency>

Modified: trunk/examples/pom.xml (361 => 362)

--- trunk/examples/pom.xml	2007-11-13 00:40:17 UTC (rev 361)
+++ trunk/examples/pom.xml	2007-11-13 09:04:23 UTC (rev 362)
@@ -3,7 +3,7 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.codehaus.waffle</groupId>
-    <artifactId>waffle-parent</artifactId>
+    <artifactId>waffle</artifactId>
     <version>1.0-SNAPSHOT</version>
   </parent>
   <artifactId>waffle-examples</artifactId>
@@ -22,7 +22,7 @@
   <dependencies>
     <dependency>
       <groupId>${pom.groupId}</groupId>
-      <artifactId>waffle</artifactId>
+      <artifactId>waffle-core</artifactId>
       <version>${pom.version}</version>
     </dependency>
     <dependency>

Modified: trunk/extensions/mock/pom.xml (361 => 362)

--- trunk/extensions/mock/pom.xml	2007-11-13 00:40:17 UTC (rev 361)
+++ trunk/extensions/mock/pom.xml	2007-11-13 09:04:23 UTC (rev 362)
@@ -4,7 +4,7 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.codehaus.waffle</groupId>
-    <artifactId>waffle-parent</artifactId>
+    <artifactId>waffle</artifactId>
     <version>1.0-SNAPSHOT</version>
   </parent>
   <packaging>jar</packaging>
@@ -14,7 +14,7 @@
   <dependencies>
     <dependency>
       <groupId>${pom.groupId}</groupId>
-      <artifactId>waffle</artifactId>
+      <artifactId>waffle-core</artifactId>
       <version>${pom.version}</version>
     </dependency>
     <dependency>

Modified: trunk/extensions/taglib/pom.xml (361 => 362)

--- trunk/extensions/taglib/pom.xml	2007-11-13 00:40:17 UTC (rev 361)
+++ trunk/extensions/taglib/pom.xml	2007-11-13 09:04:23 UTC (rev 362)
@@ -2,7 +2,7 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.codehaus.waffle</groupId>
-    <artifactId>waffle-parent</artifactId>
+    <artifactId>waffle</artifactId>
     <version>1.0-SNAPSHOT</version>
   </parent>
   <packaging>jar</packaging>
@@ -12,7 +12,7 @@
   <dependencies>
     <dependency>
       <groupId>${pom.groupId}</groupId>
-      <artifactId>waffle</artifactId>
+      <artifactId>waffle-core</artifactId>
       <version>${pom.version}</version>
     </dependency>
     <dependency>

Modified: trunk/extensions/taglib-acceptance/pom.xml (361 => 362)

--- trunk/extensions/taglib-acceptance/pom.xml	2007-11-13 00:40:17 UTC (rev 361)
+++ trunk/extensions/taglib-acceptance/pom.xml	2007-11-13 09:04:23 UTC (rev 362)
@@ -3,7 +3,7 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.codehaus.waffle</groupId>
-    <artifactId>waffle-parent</artifactId>
+    <artifactId>waffle</artifactId>
     <version>1.0-SNAPSHOT</version>
   </parent>
   <packaging>war</packaging>

Modified: trunk/extensions/webcontainer/pom.xml (361 => 362)

--- trunk/extensions/webcontainer/pom.xml	2007-11-13 00:40:17 UTC (rev 361)
+++ trunk/extensions/webcontainer/pom.xml	2007-11-13 09:04:23 UTC (rev 362)
@@ -4,7 +4,7 @@
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<groupId>org.codehaus.waffle</groupId>
-		<artifactId>waffle-parent</artifactId>
+		<artifactId>waffle</artifactId>
 		<version>1.0-SNAPSHOT</version>
 	</parent>
 	<packaging>jar</packaging>
@@ -14,7 +14,7 @@
 	<dependencies>
 		<dependency>
 			<groupId>${pom.groupId}</groupId>
-			<artifactId>waffle</artifactId>
+			<artifactId>waffle-core</artifactId>
 			<version>${pom.version}</version>
 		</dependency>
 		<dependency>

Modified: trunk/pom.xml (361 => 362)

--- trunk/pom.xml	2007-11-13 00:40:17 UTC (rev 361)
+++ trunk/pom.xml	2007-11-13 09:04:23 UTC (rev 362)
@@ -3,14 +3,14 @@
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.codehaus.waffle</groupId>
-  <artifactId>waffle-parent</artifactId>
+  <artifactId>waffle</artifactId>
   <packaging>pom</packaging>
   <version>1.0-SNAPSHOT</version>
   <name>Waffle Parent</name>
   <description>
-    Waffle is a Java web framework that makes the process of developing
-    Java based web applications easier. It was built to support
-    enterprise level web-based business applications.
+    Waffle is a Java action-based web framework that was built to support
+    enterprise-level web-based business applications.  Its guiding principles
+    are simplicity, pluggability and interoperability.
   </description>
   <url>http://waffle.codehaus.org</url>
 


To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to