You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@edgent.apache.org by dl...@apache.org on 2016/04/26 21:35:21 UTC

[05/14] incubator-quarks git commit: add jsoncontrol.jar dependency

add jsoncontrol.jar dependency

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

Branch: refs/heads/master
Commit: 691d64f9a92d79ce2a243c5954820c326db25524
Parents: eacda8a
Author: Dale LaBossiere <dl...@us.ibm.com>
Authored: Wed Apr 13 11:57:22 2016 -0400
Committer: Dale LaBossiere <dl...@us.ibm.com>
Committed: Wed Apr 13 11:57:22 2016 -0400

----------------------------------------------------------------------
 providers/direct/build.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/691d64f9/providers/direct/build.xml
----------------------------------------------------------------------
diff --git a/providers/direct/build.xml b/providers/direct/build.xml
index 81f1215..5c14420 100644
--- a/providers/direct/build.xml
+++ b/providers/direct/build.xml
@@ -28,6 +28,7 @@
     <pathelement location="${lib}/quarks.spi.topology.jar" />
     <pathelement location="${lib}/quarks.spi.graph.jar" />
     <pathelement location="${lib}/quarks.runtime.etiao.jar" />
+    <pathelement location="${lib}/quarks.runtime.jsoncontrol.jar" />
   </path>
 
   <path id="test.compile.classpath">