You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@empire-db.apache.org by fr...@apache.org on 2009/09/01 22:53:07 UTC

svn commit: r810232 - in /incubator/empire-db/trunk: ./ empire-db-examples/ empire-db-examples/empire-db-example-advanced/ empire-db-examples/empire-db-example-basic/ empire-db-examples/empire-db-example-cxf/ empire-db-examples/empire-db-example-struts...

Author: francisdb
Date: Tue Sep  1 20:53:07 2009
New Revision: 810232

URL: http://svn.apache.org/viewvc?rev=810232&view=rev
Log:
Fix all names from Empire-db ... to Apache Empire-db ...

Modified:
    incubator/empire-db/trunk/empire-db-examples/empire-db-example-advanced/pom.xml
    incubator/empire-db/trunk/empire-db-examples/empire-db-example-basic/pom.xml
    incubator/empire-db/trunk/empire-db-examples/empire-db-example-cxf/pom.xml
    incubator/empire-db/trunk/empire-db-examples/empire-db-example-struts2-cxf/pom.xml
    incubator/empire-db/trunk/empire-db-examples/empire-db-example-struts2/pom.xml
    incubator/empire-db/trunk/empire-db-examples/pom.xml
    incubator/empire-db/trunk/empire-db-struts2/pom.xml
    incubator/empire-db/trunk/empire-db/pom.xml
    incubator/empire-db/trunk/pom.xml

Modified: incubator/empire-db/trunk/empire-db-examples/empire-db-example-advanced/pom.xml
URL: http://svn.apache.org/viewvc/incubator/empire-db/trunk/empire-db-examples/empire-db-example-advanced/pom.xml?rev=810232&r1=810231&r2=810232&view=diff
==============================================================================
--- incubator/empire-db/trunk/empire-db-examples/empire-db-example-advanced/pom.xml (original)
+++ incubator/empire-db/trunk/empire-db-examples/empire-db-example-advanced/pom.xml Tue Sep  1 20:53:07 2009
@@ -23,7 +23,7 @@
 	</parent>
 	<groupId>org.apache.empire-db</groupId>
 	<artifactId>empire-db-example-advanced</artifactId>
-	<name>Empire-db Advanced Example</name>
+	<name>Apache Empire-db Advanced Example</name>
 	<description>Examples showing the use of empire-db.</description>
 	<dependencies>
 		<dependency>

Modified: incubator/empire-db/trunk/empire-db-examples/empire-db-example-basic/pom.xml
URL: http://svn.apache.org/viewvc/incubator/empire-db/trunk/empire-db-examples/empire-db-example-basic/pom.xml?rev=810232&r1=810231&r2=810232&view=diff
==============================================================================
--- incubator/empire-db/trunk/empire-db-examples/empire-db-example-basic/pom.xml (original)
+++ incubator/empire-db/trunk/empire-db-examples/empire-db-example-basic/pom.xml Tue Sep  1 20:53:07 2009
@@ -23,7 +23,7 @@
 	</parent>
 	<groupId>org.apache.empire-db</groupId>
 	<artifactId>empire-db-example-basic</artifactId>
-	<name>Empire-db Basic Example</name>
+	<name>Apache Empire-db Basic Example</name>
 	<description>Examples showing the use of empire-db.</description>
 	<dependencies>
 		<dependency>

Modified: incubator/empire-db/trunk/empire-db-examples/empire-db-example-cxf/pom.xml
URL: http://svn.apache.org/viewvc/incubator/empire-db/trunk/empire-db-examples/empire-db-example-cxf/pom.xml?rev=810232&r1=810231&r2=810232&view=diff
==============================================================================
--- incubator/empire-db/trunk/empire-db-examples/empire-db-example-cxf/pom.xml (original)
+++ incubator/empire-db/trunk/empire-db-examples/empire-db-example-cxf/pom.xml Tue Sep  1 20:53:07 2009
@@ -23,7 +23,7 @@
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.apache.empire-db</groupId>
 	<artifactId>empire-db-example-cxf</artifactId>
-	<name>Empire-db CXF Example</name>
+	<name>Apache Empire-db CXF Example</name>
 	<description>Example showing the use of empire-db wrapped in a webservice</description>
 
 	<dependencies>

Modified: incubator/empire-db/trunk/empire-db-examples/empire-db-example-struts2-cxf/pom.xml
URL: http://svn.apache.org/viewvc/incubator/empire-db/trunk/empire-db-examples/empire-db-example-struts2-cxf/pom.xml?rev=810232&r1=810231&r2=810232&view=diff
==============================================================================
--- incubator/empire-db/trunk/empire-db-examples/empire-db-example-struts2-cxf/pom.xml (original)
+++ incubator/empire-db/trunk/empire-db-examples/empire-db-example-struts2-cxf/pom.xml Tue Sep  1 20:53:07 2009
@@ -27,7 +27,7 @@
 	<groupId>org.apache.empire-db</groupId>
 	<artifactId>empire-db-example-struts2-cxf</artifactId>
 	<packaging>war</packaging>
-	<name>Empire-db Struts2/CXF Example</name>
+	<name>Apache Empire-db Struts2/CXF Example</name>
 	<description>Examples showing the use of empire-db.</description>
 
 	<dependencies>

Modified: incubator/empire-db/trunk/empire-db-examples/empire-db-example-struts2/pom.xml
URL: http://svn.apache.org/viewvc/incubator/empire-db/trunk/empire-db-examples/empire-db-example-struts2/pom.xml?rev=810232&r1=810231&r2=810232&view=diff
==============================================================================
--- incubator/empire-db/trunk/empire-db-examples/empire-db-example-struts2/pom.xml (original)
+++ incubator/empire-db/trunk/empire-db-examples/empire-db-example-struts2/pom.xml Tue Sep  1 20:53:07 2009
@@ -24,7 +24,7 @@
 	<groupId>org.apache.empire-db</groupId>
 	<artifactId>empire-db-example-struts2</artifactId>
 	<packaging>war</packaging>
-	<name>Empire-db Struts2 Example</name>
+	<name>Apache Empire-db Struts2 Example</name>
 	<description>Examples showing the use of empire-db.</description>
 	<dependencies>
 		<dependency>

Modified: incubator/empire-db/trunk/empire-db-examples/pom.xml
URL: http://svn.apache.org/viewvc/incubator/empire-db/trunk/empire-db-examples/pom.xml?rev=810232&r1=810231&r2=810232&view=diff
==============================================================================
--- incubator/empire-db/trunk/empire-db-examples/pom.xml (original)
+++ incubator/empire-db/trunk/empire-db-examples/pom.xml Tue Sep  1 20:53:07 2009
@@ -25,7 +25,7 @@
 	<groupId>org.apache.empire-db</groupId>
 	<artifactId>empire-db-examples</artifactId>
 	<packaging>pom</packaging>
-	<name>Empire-db Examples</name>
+	<name>Apache Empire-db Examples</name>
 	<modules>
 		<module>empire-db-example-basic</module>
 		<module>empire-db-example-advanced</module>

Modified: incubator/empire-db/trunk/empire-db-struts2/pom.xml
URL: http://svn.apache.org/viewvc/incubator/empire-db/trunk/empire-db-struts2/pom.xml?rev=810232&r1=810231&r2=810232&view=diff
==============================================================================
--- incubator/empire-db/trunk/empire-db-struts2/pom.xml (original)
+++ incubator/empire-db/trunk/empire-db-struts2/pom.xml Tue Sep  1 20:53:07 2009
@@ -25,7 +25,7 @@
 	<groupId>org.apache.empire-db</groupId>
 	<artifactId>empire-db-struts2</artifactId>
 	<packaging>jar</packaging>
-	<name>Empire-db Struts2 Extension</name>
+	<name>Apache Empire-db Struts2 Extension</name>
 	<dependencies>
 		<dependency>
 		    <groupId>org.apache.empire-db</groupId>

Modified: incubator/empire-db/trunk/empire-db/pom.xml
URL: http://svn.apache.org/viewvc/incubator/empire-db/trunk/empire-db/pom.xml?rev=810232&r1=810231&r2=810232&view=diff
==============================================================================
--- incubator/empire-db/trunk/empire-db/pom.xml (original)
+++ incubator/empire-db/trunk/empire-db/pom.xml Tue Sep  1 20:53:07 2009
@@ -25,7 +25,7 @@
 	<groupId>org.apache.empire-db</groupId>
 	<artifactId>empire-db</artifactId>
 	<packaging>jar</packaging>
-	<name>Empire-db Core</name>
+	<name>Apache Empire-db Core</name>
 	<dependencies>
 		<dependency>
 			<groupId>commons-beanutils</groupId>

Modified: incubator/empire-db/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/empire-db/trunk/pom.xml?rev=810232&r1=810231&r2=810232&view=diff
==============================================================================
--- incubator/empire-db/trunk/pom.xml (original)
+++ incubator/empire-db/trunk/pom.xml Tue Sep  1 20:53:07 2009
@@ -28,7 +28,7 @@
 	<artifactId>empire-db-parent</artifactId>
 	<packaging>pom</packaging>
 	<version>2.0.6-incubating-SNAPSHOT</version>
-	<name>Empire-db Parent</name>
+	<name>Apache Empire-db Parent</name>
 	<description>Apache Empire-db is an Open Source relational data persistence component which allows database vendor independent dynamic query definition as well as safe and simple data retrieval and updating. Compared to most other solutions like e.g. Hibernate, TopLink, iBATIS or JPA implementations, Empire-db takes a considerably different approach, with a special focus on compile-time safety, reduced redundancies and improved developer productivity.</description>
 	<inceptionYear>2008</inceptionYear>