[webbeans-commits] Webbeans SVN: r71 - in ri/trunk/examples: webbeans-pizzashack and 1 other directory.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Fri Aug 8 07:14:09 EDT 2008


Author: pete.muir at jboss.org
Date: 2008-08-08 07:14:08 -0400 (Fri, 08 Aug 2008)
New Revision: 71

Added:
   ri/trunk/examples/webbeans-pizzashack/
   ri/trunk/examples/webbeans-pizzashack/pom.xml
   ri/trunk/examples/webbeans-pizzashack/resources/
   ri/trunk/examples/webbeans-pizzashack/src/
   ri/trunk/examples/webbeans-pizzashack/view/
Removed:
   ri/trunk/examples/pizzashack/
   ri/trunk/examples/webbeans-pizzashack/resources/
   ri/trunk/examples/webbeans-pizzashack/src/
   ri/trunk/examples/webbeans-pizzashack/view/
Log:
move pizzashack

Copied: ri/trunk/examples/webbeans-pizzashack (from rev 69, ri/trunk/examples/pizzashack)

Copied: ri/trunk/examples/webbeans-pizzashack/pom.xml (from rev 70, ri/trunk/examples/pizzashack/pom.xml)
===================================================================
--- ri/trunk/examples/webbeans-pizzashack/pom.xml	                        (rev 0)
+++ ri/trunk/examples/webbeans-pizzashack/pom.xml	2008-08-08 11:14:08 UTC (rev 71)
@@ -0,0 +1,22 @@
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>org.jboss.webbeans.examples</groupId>
+    <artifactId>parent</artifactId>
+    <version>1.0.0-SNAPSHOT</version>
+  </parent>
+  <groupId>org.jboss.webbeans.examples.pizzashack</groupId>
+  <artifactId>webbeans-pizzashack</artifactId>
+  <packaging>war</packaging>
+  <dependencies>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <scope>test</scope>
+    </dependency>
+  </dependencies>
+  <build>
+    <finalName>webbeans-pizzashack</finalName>
+  </build>
+</project>
+

Copied: ri/trunk/examples/webbeans-pizzashack/resources (from rev 70, ri/trunk/examples/pizzashack/resources)

Copied: ri/trunk/examples/webbeans-pizzashack/src (from rev 70, ri/trunk/examples/pizzashack/src)

Copied: ri/trunk/examples/webbeans-pizzashack/view (from rev 70, ri/trunk/examples/pizzashack/view)




More information about the weld-commits mailing list