You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@edgent.apache.org by dj...@apache.org on 2016/03/07 19:26:24 UTC

[14/50] incubator-quarks git commit: incorporate new test.common.classpath for test execution

incorporate new test.common.classpath for test execution

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

Branch: refs/heads/master
Commit: ca786b0854b780689e24140ac1bdc5398c8812a8
Parents: adaa729
Author: Dale LaBossiere <dl...@us.ibm.com>
Authored: Fri Mar 4 12:30:24 2016 -0500
Committer: Dale LaBossiere <dl...@us.ibm.com>
Committed: Fri Mar 4 12:30:24 2016 -0500

----------------------------------------------------------------------
 connectors/wsclient-javax.websocket/build.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/ca786b08/connectors/wsclient-javax.websocket/build.xml
----------------------------------------------------------------------
diff --git a/connectors/wsclient-javax.websocket/build.xml b/connectors/wsclient-javax.websocket/build.xml
index e4bb40f..95580a2 100644
--- a/connectors/wsclient-javax.websocket/build.xml
+++ b/connectors/wsclient-javax.websocket/build.xml
@@ -33,6 +33,7 @@
   <path id="test.classpath">
     <pathelement location="${test.classes}" />
     <path refid="test.compile.classpath"/>
+    <path refid="test.common.classpath" />
     <path refid="quarks.ext.classpath" />
   </path>