You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by ks...@apache.org on 2013/03/11 19:32:30 UTC

svn commit: r1455278 - /juddi/trunk/juddiv3-war/README.txt

Author: kstam
Date: Mon Mar 11 18:32:30 2013
New Revision: 1455278

URL: http://svn.apache.org/r1455278
Log:
JUDDI-563 adding Readme

Modified:
    juddi/trunk/juddiv3-war/README.txt

Modified: juddi/trunk/juddiv3-war/README.txt
URL: http://svn.apache.org/viewvc/juddi/trunk/juddiv3-war/README.txt?rev=1455278&r1=1455277&r2=1455278&view=diff
==============================================================================
--- juddi/trunk/juddiv3-war/README.txt (original)
+++ juddi/trunk/juddiv3-war/README.txt Mon Mar 11 18:32:30 2013
@@ -1,28 +1,28 @@
 To support our users with different platform configurations we have the following profiles:
 
 
-1. Target platform Tomcat using OpenJPA and CXF.
+1. Target platform Tomcat and Derby using OpenJPA and CXF.
 
 Both OpenJPA and CXF are packaged up in the juddiv3.war.
 
 mvn clean package -P openjpa
 
 
-2. Target platform Tomcat using Hibernate and CXF
+2. Target platform Tomcat and Derby using Hibernate and CXF
 
 Both Hibernate and CXF are packaged up in the juddiv3.war.
 
 mvn clean package -P hibernate
 
 
-3. Target platform JBoss-6.x using Hibernate and JBossWS-native
+3. Target platform JBoss-6.x and HSQL using Hibernate and JBossWS-native
 
 The juddiv3.war relies on Hibernate and JBossWS-native in the appserver.
 
 mvn clean package -P hibernate-jbossws-native
 
 
-4. Target platform JBoss-6.x using Hibernate and JBossWS-cxf
+4. Target platform JBoss-6.x and HSQL using Hibernate and JBossWS-cxf
 
 The juddiv3.war relies on Hibernate and JBossWS-cxf in the appserver.
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@juddi.apache.org
For additional commands, e-mail: commits-help@juddi.apache.org