You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by aa...@apache.org on 2012/09/13 14:20:33 UTC

svn commit: r1384298 - /cayenne/main/trunk/tutorials/tutorial-rop-server/pom.xml

Author: aadamchik
Date: Thu Sep 13 12:20:32 2012
New Revision: 1384298

URL: http://svn.apache.org/viewvc?rev=1384298&view=rev
Log:
CAY-1738 Tutorial cayenne-rop-server should be packaged as a war

Modified:
    cayenne/main/trunk/tutorials/tutorial-rop-server/pom.xml

Modified: cayenne/main/trunk/tutorials/tutorial-rop-server/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/tutorials/tutorial-rop-server/pom.xml?rev=1384298&r1=1384297&r2=1384298&view=diff
==============================================================================
--- cayenne/main/trunk/tutorials/tutorial-rop-server/pom.xml (original)
+++ cayenne/main/trunk/tutorials/tutorial-rop-server/pom.xml Thu Sep 13 12:20:32 2012
@@ -19,6 +19,7 @@
 	<artifactId>tutorial-rop-server</artifactId>
 	<name>Cayenne ROP Server Tutorial</name>
 	<version>3.2M1-SNAPSHOT</version>
+    <packaging>war</packaging>
 
 	<dependencies>
 		<dependency>