You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shale.apache.org by ra...@apache.org on 2006/10/18 22:58:19 UTC

svn commit: r465368 - in /shale/framework/trunk: shale-application/pom.xml shale-clay/pom.xml shale-core/pom.xml shale-dialog/pom.xml shale-remoting/pom.xml shale-spring/pom.xml shale-validator/pom.xml shale-view/pom.xml

Author: rahul
Date: Wed Oct 18 13:58:17 2006
New Revision: 465368

URL: http://svn.apache.org/viewvc?view=rev&rev=465368
Log:
Adjust framework artifact names.
SHALE-310

Modified:
    shale/framework/trunk/shale-application/pom.xml
    shale/framework/trunk/shale-clay/pom.xml
    shale/framework/trunk/shale-core/pom.xml
    shale/framework/trunk/shale-dialog/pom.xml
    shale/framework/trunk/shale-remoting/pom.xml
    shale/framework/trunk/shale-spring/pom.xml
    shale/framework/trunk/shale-validator/pom.xml
    shale/framework/trunk/shale-view/pom.xml

Modified: shale/framework/trunk/shale-application/pom.xml
URL: http://svn.apache.org/viewvc/shale/framework/trunk/shale-application/pom.xml?view=diff&rev=465368&r1=465367&r2=465368
==============================================================================
--- shale/framework/trunk/shale-application/pom.xml (original)
+++ shale/framework/trunk/shale-application/pom.xml Wed Oct 18 13:58:17 2006
@@ -30,7 +30,7 @@
 
     <artifactId>shale-application</artifactId>
     <packaging>jar</packaging>
-    <name>Shale Application Controller Support</name>
+    <name>Shale Application Controller</name>
 
     <dependencies>
 

Modified: shale/framework/trunk/shale-clay/pom.xml
URL: http://svn.apache.org/viewvc/shale/framework/trunk/shale-clay/pom.xml?view=diff&rev=465368&r1=465367&r2=465368
==============================================================================
--- shale/framework/trunk/shale-clay/pom.xml (original)
+++ shale/framework/trunk/shale-clay/pom.xml Wed Oct 18 13:58:17 2006
@@ -30,7 +30,7 @@
 
     <artifactId>shale-clay</artifactId>
     <packaging>jar</packaging>
-    <name>Shale Clay Plugin</name>
+    <name>Shale Clay</name>
 
     <dependencies>
 

Modified: shale/framework/trunk/shale-core/pom.xml
URL: http://svn.apache.org/viewvc/shale/framework/trunk/shale-core/pom.xml?view=diff&rev=465368&r1=465367&r2=465368
==============================================================================
--- shale/framework/trunk/shale-core/pom.xml (original)
+++ shale/framework/trunk/shale-core/pom.xml Wed Oct 18 13:58:17 2006
@@ -30,7 +30,7 @@
 
     <artifactId>shale-core</artifactId>
     <packaging>jar</packaging>
-    <name>Shale Core Library</name>
+    <name>Shale Core</name>
 
     <dependencies>
 

Modified: shale/framework/trunk/shale-dialog/pom.xml
URL: http://svn.apache.org/viewvc/shale/framework/trunk/shale-dialog/pom.xml?view=diff&rev=465368&r1=465367&r2=465368
==============================================================================
--- shale/framework/trunk/shale-dialog/pom.xml (original)
+++ shale/framework/trunk/shale-dialog/pom.xml Wed Oct 18 13:58:17 2006
@@ -30,7 +30,7 @@
 
     <artifactId>shale-dialog</artifactId>
     <packaging>jar</packaging>
-    <name>Shale Dialog Manager Integration</name>
+    <name>Shale Dialog Manager</name>
 
     <dependencies>
 

Modified: shale/framework/trunk/shale-remoting/pom.xml
URL: http://svn.apache.org/viewvc/shale/framework/trunk/shale-remoting/pom.xml?view=diff&rev=465368&r1=465367&r2=465368
==============================================================================
--- shale/framework/trunk/shale-remoting/pom.xml (original)
+++ shale/framework/trunk/shale-remoting/pom.xml Wed Oct 18 13:58:17 2006
@@ -33,7 +33,7 @@
 
     <artifactId>shale-remoting</artifactId>
     <packaging>jar</packaging>
-    <name>Shale Remoting Support</name>
+    <name>Shale Remoting</name>
 
 <!--
     <build>

Modified: shale/framework/trunk/shale-spring/pom.xml
URL: http://svn.apache.org/viewvc/shale/framework/trunk/shale-spring/pom.xml?view=diff&rev=465368&r1=465367&r2=465368
==============================================================================
--- shale/framework/trunk/shale-spring/pom.xml (original)
+++ shale/framework/trunk/shale-spring/pom.xml Wed Oct 18 13:58:17 2006
@@ -30,7 +30,7 @@
 
     <artifactId>shale-spring</artifactId>
     <packaging>jar</packaging>
-    <name>Shale-Spring Integration</name>
+    <name>Shale Spring Integration</name>
 
     <dependencies>
 

Modified: shale/framework/trunk/shale-validator/pom.xml
URL: http://svn.apache.org/viewvc/shale/framework/trunk/shale-validator/pom.xml?view=diff&rev=465368&r1=465367&r2=465368
==============================================================================
--- shale/framework/trunk/shale-validator/pom.xml (original)
+++ shale/framework/trunk/shale-validator/pom.xml Wed Oct 18 13:58:17 2006
@@ -30,7 +30,7 @@
 
     <artifactId>shale-validator</artifactId>
     <packaging>jar</packaging>
-    <name>Shale Validator Support</name>
+    <name>Shale Validator Integration</name>
 
     <dependencies>
 

Modified: shale/framework/trunk/shale-view/pom.xml
URL: http://svn.apache.org/viewvc/shale/framework/trunk/shale-view/pom.xml?view=diff&rev=465368&r1=465367&r2=465368
==============================================================================
--- shale/framework/trunk/shale-view/pom.xml (original)
+++ shale/framework/trunk/shale-view/pom.xml Wed Oct 18 13:58:17 2006
@@ -30,7 +30,7 @@
 
     <artifactId>shale-view</artifactId>
     <packaging>jar</packaging>
-    <name>Shale View Controller Support</name>
+    <name>Shale View Controller</name>
 
     <dependencies>