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 2009/10/14 15:37:10 UTC

svn commit: r825127 - /webservices/juddi/trunk/juddiv3-war/pom.xml

Author: kstam
Date: Wed Oct 14 13:37:10 2009
New Revision: 825127

URL: http://svn.apache.org/viewvc?rev=825127&view=rev
Log:
JUDDI-293 adding activation of the hibernate/openjpa profile.

Modified:
    webservices/juddi/trunk/juddiv3-war/pom.xml

Modified: webservices/juddi/trunk/juddiv3-war/pom.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/trunk/juddiv3-war/pom.xml?rev=825127&r1=825126&r2=825127&view=diff
==============================================================================
--- webservices/juddi/trunk/juddiv3-war/pom.xml (original)
+++ webservices/juddi/trunk/juddiv3-war/pom.xml Wed Oct 14 13:37:10 2009
@@ -200,4 +200,26 @@
       </plugin>
      </plugins>
   </build>
+	<profiles>
+		<profile>
+			<id>hibernate</id>
+			<activation>
+				<activeByDefault>true</activeByDefault>
+				<property>
+					<name>persistence</name>
+					<value>hibernate</value>
+				</property>
+				
+			</activation>
+		</profile>
+		<profile>
+			<id>openjpa</id>
+			<activation>
+				<property>
+					<name>persistence</name>
+					<value>openjpa</value>
+				</property>
+			</activation>
+		</profile>
+	</profiles>
 </project>



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