You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by an...@apache.org on 2015/04/18 11:58:56 UTC

tomee git commit: NS

Repository: tomee
Updated Branches:
  refs/heads/tomee-1.7.x 46f451ee5 -> 28998c937


NS


Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/28998c93
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/28998c93
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/28998c93

Branch: refs/heads/tomee-1.7.x
Commit: 28998c93783fac8525ff945eb633e4be667b5ba4
Parents: 46f451e
Author: andygumbrecht@apache.org <an...@apache.org>
Authored: Sat Apr 18 11:58:29 2015 +0200
Committer: andygumbrecht@apache.org <an...@apache.org>
Committed: Sat Apr 18 11:58:29 2015 +0200

----------------------------------------------------------------------
 .../archetype-resources/src/test/resources/arquillian.xml   | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/28998c93/maven/tomee-webapp-archetype/src/main/resources/archetype-resources/src/test/resources/arquillian.xml
----------------------------------------------------------------------
diff --git a/maven/tomee-webapp-archetype/src/main/resources/archetype-resources/src/test/resources/arquillian.xml b/maven/tomee-webapp-archetype/src/main/resources/archetype-resources/src/test/resources/arquillian.xml
index 3795244..32c300a 100644
--- a/maven/tomee-webapp-archetype/src/main/resources/archetype-resources/src/test/resources/arquillian.xml
+++ b/maven/tomee-webapp-archetype/src/main/resources/archetype-resources/src/test/resources/arquillian.xml
@@ -16,9 +16,11 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-<arquillian
-  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://jboss.org/schema/arquillian http://jboss.org/schema/arquillian/arquillian_1_0.xsd">
+<arquillian xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+            xmlns="http://jboss.org/schema/arquillian"
+            xsi:schemaLocation="http://jboss.org/schema/arquillian
+  http://jboss.org/schema/arquillian/arquillian_1_0.xsd">
+
   <!-- if you decided to use openejb embedded adapter in the pom
   <container qualifier="openejb-embedded" default="true">
     <configuration>
@@ -31,6 +33,7 @@
     </configuration>
   </container>
   -->
+
   <!-- if you decided to use tomee adapter in the pom
   <container qualifier="tomee" default="true">
     <configuration>