You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by ge...@apache.org on 2009/05/13 23:16:24 UTC

svn commit: r774542 - in /incubator/openwebbeans/trunk/samples: guess/pom.xml pom.xml reservation/

Author: gerdogdu
Date: Wed May 13 21:16:24 2009
New Revision: 774542

URL: http://svn.apache.org/viewvc?rev=774542&view=rev
Log:
Adding reservation sample

Modified:
    incubator/openwebbeans/trunk/samples/guess/pom.xml
    incubator/openwebbeans/trunk/samples/pom.xml
    incubator/openwebbeans/trunk/samples/reservation/   (props changed)

Modified: incubator/openwebbeans/trunk/samples/guess/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/samples/guess/pom.xml?rev=774542&r1=774541&r2=774542&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/samples/guess/pom.xml (original)
+++ incubator/openwebbeans/trunk/samples/guess/pom.xml Wed May 13 21:16:24 2009
@@ -25,7 +25,7 @@
 	<groupId>org.apache.openwebbeans.samples</groupId>
 	<artifactId>guess</artifactId>
 	<packaging>war</packaging>
-	<name>OpenWebBeans :: Sample Application</name>
+	<name>OpenWebBeans :: Sample Guess Application</name>
 	<description>Simple login application</description>
 
 	<build>

Modified: incubator/openwebbeans/trunk/samples/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/samples/pom.xml?rev=774542&r1=774541&r2=774542&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/samples/pom.xml (original)
+++ incubator/openwebbeans/trunk/samples/pom.xml Wed May 13 21:16:24 2009
@@ -28,7 +28,7 @@
 	<name>OpenWebBeans :: Samples</name>
 	<description>Contains samples project for openwebbeans.</description>
 	<modules>
-		<module>guess</module>
-   <!--  <module>reservation</module> -->
-  </modules>
+           <module>guess</module>
+           <module>reservation</module>
+        </modules>
 </project>

Propchange: incubator/openwebbeans/trunk/samples/reservation/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed May 13 21:16:24 2009
@@ -0,0 +1,4 @@
+.settings
+target
+.classpath
+.project