You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2007/11/24 16:59:51 UTC

svn commit: r597868 - in /myfaces/shared/trunk: core/pom.xml pom.xml shared-impl/pom.xml shared-orchestra/pom.xml shared-tomahawk/pom.xml

Author: manolito
Date: Sat Nov 24 07:59:51 2007
New Revision: 597868

URL: http://svn.apache.org/viewvc?rev=597868&view=rev
Log:
some cosmetic text changes

Modified:
    myfaces/shared/trunk/core/pom.xml
    myfaces/shared/trunk/pom.xml
    myfaces/shared/trunk/shared-impl/pom.xml
    myfaces/shared/trunk/shared-orchestra/pom.xml
    myfaces/shared/trunk/shared-tomahawk/pom.xml

Modified: myfaces/shared/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/shared/trunk/core/pom.xml?rev=597868&r1=597867&r2=597868&view=diff
==============================================================================
--- myfaces/shared/trunk/core/pom.xml (original)
+++ myfaces/shared/trunk/core/pom.xml Sat Nov 24 07:59:51 2007
@@ -7,9 +7,9 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>myfaces-shared-core</artifactId>
   <packaging>jar</packaging>
-  <name>MyFaces Shared Core</name>
-  <description>The MyFaces Shared Core Subproject builds the sources artifact
-    needed by shared-impl and shared-tomahawk</description>
+  <name>Apache MyFaces Shared - Core</name>
+  <description>The MyFaces Shared Core Subproject builds the source artifact
+    needed by myfaces-shared-impl, myfaces-shared-tomahawk and myfaces-shared-orchestra</description>
   <url>http://myfaces.apache.org</url>
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/shared/trunk/core</connection>

Modified: myfaces/shared/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/shared/trunk/pom.xml?rev=597868&r1=597867&r2=597868&view=diff
==============================================================================
--- myfaces/shared/trunk/pom.xml (original)
+++ myfaces/shared/trunk/pom.xml Sat Nov 24 07:59:51 2007
@@ -8,11 +8,11 @@
   <groupId>org.apache.myfaces.shared</groupId>
   <artifactId>myfaces-shared-project</artifactId>
   <packaging>pom</packaging>
-  <name>MyFaces Shared Project</name>
+  <name>Apache MyFaces Shared</name>
   <version>2.0.8-SNAPSHOT</version>
-  <description>The MyFaces Shared project provides base classes for usage in both the
-    MyFaces Implementation and the MyFaces Tomahawk components.
-    Note: When bound to myfaces-impl or myfaces-tomahawk the shared classes
+  <description>The MyFaces Shared project provides base classes that are used in the
+    MyFaces Core Implementation, the MyFaces Tomahawk components, and MyFaces Orchestra.
+    Note: When bound to myfaces-impl, myfaces-tomahawk, or myfaces-orchestra the shared classes
     get another namespace. That is:
     myfaces-impl: org.apache.myfaces.shared_impl.* instead of org.apache.myfaces.shared.*
     myfaces-tomahawk: org.apache.myfaces.shared_tomahawk.* instead of org.apache.myfaces.shared.*

Modified: myfaces/shared/trunk/shared-impl/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/shared/trunk/shared-impl/pom.xml?rev=597868&r1=597867&r2=597868&view=diff
==============================================================================
--- myfaces/shared/trunk/shared-impl/pom.xml (original)
+++ myfaces/shared/trunk/shared-impl/pom.xml Sat Nov 24 07:59:51 2007
@@ -6,8 +6,10 @@
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>myfaces-shared-impl</artifactId>
-  <name>MyFaces Shared Impl</name>
-  <description>This is the MyFaces Shared Impl Subproject Description [INSERT MORE STUFF HERE]</description>
+  <name>Apache MyFaces Shared - Impl</name>
+  <description>The "Apache MyFaces Shared - Impl" subproject relocates all
+  shared classes to the new Java package namespace "org.apache.myfaces.shared_impl.*"
+  which is used by the "Apache MyFaces Core Impl" project.</description>
   <url>http://myfaces.apache.org</url>
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/shared/trunk/shared-impl</connection>

Modified: myfaces/shared/trunk/shared-orchestra/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/shared/trunk/shared-orchestra/pom.xml?rev=597868&r1=597867&r2=597868&view=diff
==============================================================================
--- myfaces/shared/trunk/shared-orchestra/pom.xml (original)
+++ myfaces/shared/trunk/shared-orchestra/pom.xml Sat Nov 24 07:59:51 2007
@@ -6,8 +6,10 @@
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>myfaces-shared-orchestra</artifactId>
-  <name>MyFaces Shared Orchestra</name>
-  <description>This is the MyFaces Shared Orchestra Subproject Description [INSERT MORE STUFF HERE]</description>
+  <name>Apache MyFaces Shared - Orchestra</name>
+  <description>The "Apache MyFaces Shared - Orchestra" subproject relocates all
+  shared classes to the new Java package namespace "org.apache.myfaces.shared_orchestra.*"
+  which is used by the "Apache MyFaces Orchestra" project.</description>
   <url>http://myfaces.apache.org</url>
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/shared/trunk/shared-orchestra</connection>

Modified: myfaces/shared/trunk/shared-tomahawk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/shared/trunk/shared-tomahawk/pom.xml?rev=597868&r1=597867&r2=597868&view=diff
==============================================================================
--- myfaces/shared/trunk/shared-tomahawk/pom.xml (original)
+++ myfaces/shared/trunk/shared-tomahawk/pom.xml Sat Nov 24 07:59:51 2007
@@ -6,8 +6,10 @@
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>myfaces-shared-tomahawk</artifactId>
-  <name>MyFaces Shared Tomahawk</name>
-  <description>This is the MyFaces Shared Tomahawk Subproject Description [INSERT MORE STUFF HERE]</description>
+  <name>Apache MyFaces Shared - Tomahawk</name>
+  <description>The "Apache MyFaces Shared - Tomahawk" subproject relocates all
+  shared classes to the new Java package namespace "org.apache.myfaces.shared_tomahawk.*"
+  which is used by the "Apache MyFaces Tomahawk" project.</description>
   <url>http://myfaces.apache.org</url>
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/shared/trunk/shared-tomahawk</connection>