You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jg...@apache.org on 2015/04/22 21:46:15 UTC

[4/6] tomee git commit: Update arquillian file

Update arquillian file


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

Branch: refs/heads/tomee-1.7.x
Commit: 3cf8f2fd0f972cd88f3747e0a8deee9a6f953cb5
Parents: 78f2904
Author: Jonathan Gallimore <jo...@jrg.me.uk>
Authored: Mon Apr 20 13:32:35 2015 +0100
Committer: Jonathan Gallimore <jo...@jrg.me.uk>
Committed: Mon Apr 20 13:32:35 2015 +0100

----------------------------------------------------------------------
 .../resources-jmx-ejb/src/test/resources/arquillian.xml          | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/3cf8f2fd/examples/resources-jmx-example/resources-jmx-ejb/src/test/resources/arquillian.xml
----------------------------------------------------------------------
diff --git a/examples/resources-jmx-example/resources-jmx-ejb/src/test/resources/arquillian.xml b/examples/resources-jmx-example/resources-jmx-ejb/src/test/resources/arquillian.xml
index 7466cda..2a16207 100644
--- a/examples/resources-jmx-example/resources-jmx-ejb/src/test/resources/arquillian.xml
+++ b/examples/resources-jmx-example/resources-jmx-ejb/src/test/resources/arquillian.xml
@@ -22,9 +22,9 @@
     <configuration>
       <property name="classifier">plus</property>
       <property name="httpPort">-1</property>
+      <property name="httpsPort">-1</property>
+      <property name="ajpPort">-1</property>
       <property name="stopPort">-1</property>
-      <property name="tomcatVersion"></property>
-      <property name="openejbVersion">${tomee.version}</property>
       <property name="dir">target/apache-tomee-remote</property>
       <property name="appWorkingDir">target/arquillian-test-working-dir</property>
     </configuration>