You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by st...@apache.org on 2012/02/20 23:22:15 UTC

git commit: DELTASPIKE-86 add Categories to Archives - needed for container tests

Updated Branches:
  refs/heads/master 1e2dd6712 -> 11c04913d


DELTASPIKE-86 add Categories to Archives - needed for container tests


Project: http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/commit/11c04913
Tree: http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/tree/11c04913
Diff: http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/diff/11c04913

Branch: refs/heads/master
Commit: 11c04913d664ed7c52859be3a131c90ad553cba2
Parents: 1e2dd67
Author: Mark Struberg <st...@apache.org>
Authored: Mon Feb 20 23:21:39 2012 +0100
Committer: Mark Struberg <st...@apache.org>
Committed: Mon Feb 20 23:21:39 2012 +0100

----------------------------------------------------------------------
 .../core/api/exclude/ExcludeIntegrationTest.java   |    1 +
 .../src/main/resources/META-INF/beans.xml          |   23 +++++++++++++++
 2 files changed, 24 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/11c04913/deltaspike/core/integration-test/src/test/java/org/apache/deltaspike/integration/core/api/exclude/ExcludeIntegrationTest.java
----------------------------------------------------------------------
diff --git a/deltaspike/core/integration-test/src/test/java/org/apache/deltaspike/integration/core/api/exclude/ExcludeIntegrationTest.java b/deltaspike/core/integration-test/src/test/java/org/apache/deltaspike/integration/core/api/exclude/ExcludeIntegrationTest.java
index e008e25..0739ee7 100644
--- a/deltaspike/core/integration-test/src/test/java/org/apache/deltaspike/integration/core/api/exclude/ExcludeIntegrationTest.java
+++ b/deltaspike/core/integration-test/src/test/java/org/apache/deltaspike/integration/core/api/exclude/ExcludeIntegrationTest.java
@@ -68,6 +68,7 @@ public class ExcludeIntegrationTest
                         "META-INF/beans.xml",
                         new String[]{"org.apache.deltaspike.core",
                                 "org.apache.deltaspike.integration",
+                                "org.apache.deltaspike.test.category",
                                 "org.apache.deltaspike.test.core.api.exclude",
                                 "org.apache.deltaspike.test.core.impl.activation"},
                         null))

http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/11c04913/deltaspike/test-utils/src/main/resources/META-INF/beans.xml
----------------------------------------------------------------------
diff --git a/deltaspike/test-utils/src/main/resources/META-INF/beans.xml b/deltaspike/test-utils/src/main/resources/META-INF/beans.xml
new file mode 100644
index 0000000..4070730
--- /dev/null
+++ b/deltaspike/test-utils/src/main/resources/META-INF/beans.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+    Licensed to the Apache Software Foundation (ASF) under one
+    or more contributor license agreements.  See the NOTICE file
+    distributed with this work for additional information
+    regarding copyright ownership.  The ASF licenses this file
+    to you 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 xmlns="http://java.sun.com/xml/ns/javaee"
+       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/beans_1_0.xsd">
+</beans>