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 do...@apache.org on 2009/02/26 16:41:36 UTC

svn commit: r748182 - in /incubator/empire-db/trunk: empire-assembly-all.xml empire-db-examples/pom.xml

Author: doebele
Date: Thu Feb 26 15:41:34 2009
New Revision: 748182

URL: http://svn.apache.org/viewvc?rev=748182&view=rev
Log:
Added example module/application using apache-cxf.

Modified:
    incubator/empire-db/trunk/empire-assembly-all.xml
    incubator/empire-db/trunk/empire-db-examples/pom.xml

Modified: incubator/empire-db/trunk/empire-assembly-all.xml
URL: http://svn.apache.org/viewvc/incubator/empire-db/trunk/empire-assembly-all.xml?rev=748182&r1=748181&r2=748182&view=diff
==============================================================================
--- incubator/empire-db/trunk/empire-assembly-all.xml (original)
+++ incubator/empire-db/trunk/empire-assembly-all.xml Thu Feb 26 15:41:34 2009
@@ -64,6 +64,7 @@
 				<include>empire-db-examples/empire-db-example-advanced/**</include>
 				<include>empire-db-struts2/**</include>
 				<include>empire-db-examples/empire-db-example-struts2/**</include>
+				<include>empire-db-examples/empire-db-example-cxf/**</include>
 			</includes>
 			<excludes>
 				<exclude>**/empire-db/target/**</exclude>
@@ -96,6 +97,7 @@
 				<include>org.apache.empire-db:empire-db-example</include>
 				<include>org.apache.empire-db:empire-db-example-advanced</include>
     			<include>org.apache.empire-db:empire-db-example-struts2</include>
+    			<include>org.apache.empire-db:empire-db-example-cxf</include>
 			</includes>
 			<binaries>
 				<outputDirectory>lib</outputDirectory>

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=748182&r1=748181&r2=748182&view=diff
==============================================================================
--- incubator/empire-db/trunk/empire-db-examples/pom.xml (original)
+++ incubator/empire-db/trunk/empire-db-examples/pom.xml Thu Feb 26 15:41:34 2009
@@ -31,5 +31,6 @@
 		<module>empire-db-example-basic</module>
 		<module>empire-db-example-advanced</module>
 		<module>empire-db-example-struts2</module>
+		<module>empire-db-example-cxf</module>
 	</modules>
 </project>
\ No newline at end of file