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/08/02 14:45:22 UTC

[1/2] incubator-quarks git commit: Fix Eclipse building of iotp sample

Repository: incubator-quarks
Updated Branches:
  refs/heads/master 725715ed1 -> 3f89af516


Fix Eclipse building of iotp sample

change the classpath to exclude "iotp" (from "iotf")

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

Branch: refs/heads/master
Commit: aa935d6891e2133adf3df106b313b93e08d8699e
Parents: a7582c0
Author: Dale LaBossiere <dl...@us.ibm.com>
Authored: Tue Aug 2 10:40:18 2016 -0400
Committer: Dale LaBossiere <dl...@us.ibm.com>
Committed: Tue Aug 2 10:40:18 2016 -0400

----------------------------------------------------------------------
 samples/.classpath | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-quarks/blob/aa935d68/samples/.classpath
----------------------------------------------------------------------
diff --git a/samples/.classpath b/samples/.classpath
index 0274415..60f029f 100644
--- a/samples/.classpath
+++ b/samples/.classpath
@@ -3,7 +3,7 @@
 	<classpathentry kind="src" path="apps/src/main/java"/>
 	<classpathentry kind="src" path="connectors/src/main/java"/>
 	<classpathentry kind="src" path="console/src/main/java"/>
-	<classpathentry excluding="org/apache/edgent/samples/scenarios/iotf/range/sensor/" kind="src" path="scenarios/src/main/java"/>
+	<classpathentry excluding="org/apache/edgent/samples/scenarios/iotp/range/sensor/" kind="src" path="scenarios/src/main/java"/>
 	<classpathentry kind="src" path="topology/src/main/java"/>
 	<classpathentry kind="src" path="utils/src/main/java"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>


[2/2] incubator-quarks git commit: Merge pull request #177

Posted by dl...@apache.org.
Merge pull request #177

This closes #177


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

Branch: refs/heads/master
Commit: 3f89af516d4c7f80b6ae2d73c376171f8e1446b7
Parents: 725715e aa935d6
Author: Dale LaBossiere <dl...@us.ibm.com>
Authored: Tue Aug 2 10:45:10 2016 -0400
Committer: Dale LaBossiere <dl...@us.ibm.com>
Committed: Tue Aug 2 10:45:10 2016 -0400

----------------------------------------------------------------------
 samples/.classpath | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------