[webbeans-commits] Webbeans SVN: r2693 - in extensions/trunk/se: src/main/resources and 3 other directories.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Tue May 19 16:22:16 EDT 2009


Author: peteroyle
Date: 2009-05-19 16:22:16 -0400 (Tue, 19 May 2009)
New Revision: 2693

Added:
   extensions/trunk/se/src/main/resources/META-INF/
   extensions/trunk/se/src/main/resources/META-INF/beans.xml
   extensions/trunk/se/src/test/resources/META-INF/
   extensions/trunk/se/src/test/resources/META-INF/beans.xml
Removed:
   extensions/trunk/se/src/test/resources/beans.xml
Modified:
   extensions/trunk/se/pom.xml
Log:
Moved beans.xml into META-INF directory, as per spec. Tracking SNAPSHOT parent POM again (was PREVIEW1)

Modified: extensions/trunk/se/pom.xml
===================================================================
--- extensions/trunk/se/pom.xml	2009-05-19 19:53:20 UTC (rev 2692)
+++ extensions/trunk/se/pom.xml	2009-05-19 20:22:16 UTC (rev 2693)
@@ -3,7 +3,7 @@
 	<parent>
 		<artifactId>webbeans-parent</artifactId>
 		<groupId>org.jboss.webbeans</groupId>
-		<version>1.0.0.PREVIEW1</version>
+		<version>1.0.0-SNAPSHOT</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.jboss.webbeans</groupId>

Copied: extensions/trunk/se/src/main/resources/META-INF/beans.xml (from rev 2690, extensions/trunk/se/src/main/resources/beans.xml)
===================================================================
--- extensions/trunk/se/src/main/resources/META-INF/beans.xml	                        (rev 0)
+++ extensions/trunk/se/src/main/resources/META-INF/beans.xml	2009-05-19 20:22:16 UTC (rev 2693)
@@ -0,0 +1,19 @@
+<!--
+
+    JBoss, Home of Professional Open Source
+    Copyright 2008, Red Hat Middleware LLC, and individual contributors
+    by the @authors tag. See the copyright.txt in the distribution for a
+    full listing of individual contributors.
+
+    Licensed under the Apache License, Version 2.0 (the "License");
+    you may not use this file except in compliance with the License.
+    You may obtain a copy of the License at
+    http://www.apache.org/licenses/LICENSE-2.0
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+
+-->
+<beans></beans>

Added: extensions/trunk/se/src/test/resources/META-INF/beans.xml
===================================================================
--- extensions/trunk/se/src/test/resources/META-INF/beans.xml	                        (rev 0)
+++ extensions/trunk/se/src/test/resources/META-INF/beans.xml	2009-05-19 20:22:16 UTC (rev 2693)
@@ -0,0 +1,19 @@
+<!--
+
+    JBoss, Home of Professional Open Source
+    Copyright 2008, Red Hat Middleware LLC, and individual contributors
+    by the @authors tag. See the copyright.txt in the distribution for a
+    full listing of individual contributors.
+
+    Licensed under the Apache License, Version 2.0 (the "License");
+    you may not use this file except in compliance with the License.
+    You may obtain a copy of the License at
+    http://www.apache.org/licenses/LICENSE-2.0
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+
+-->
+<beans></beans>

Deleted: extensions/trunk/se/src/test/resources/beans.xml
===================================================================
--- extensions/trunk/se/src/test/resources/beans.xml	2009-05-19 19:53:20 UTC (rev 2692)
+++ extensions/trunk/se/src/test/resources/beans.xml	2009-05-19 20:22:16 UTC (rev 2693)
@@ -1,19 +0,0 @@
-<!--
-
-    JBoss, Home of Professional Open Source
-    Copyright 2008, Red Hat Middleware LLC, and individual contributors
-    by the @authors tag. See the copyright.txt in the distribution for a
-    full listing of individual contributors.
-
-    Licensed under the Apache License, Version 2.0 (the "License");
-    you may not use this file except in compliance with the License.
-    You may obtain a copy of the License at
-    http://www.apache.org/licenses/LICENSE-2.0
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
-
--->
-<beans></beans>




More information about the weld-commits mailing list