Repository: incubator-edgent Updated Branches: refs/heads/master 650e7c94e -> b214477b1
Edgent-276 revert eclipse build to exclude pi4j sample app Project: http://git-wip-us.apache.org/repos/asf/incubator-edgent/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-edgent/commit/f278a189 Tree: http://git-wip-us.apache.org/repos/asf/incubator-edgent/tree/f278a189 Diff: http://git-wip-us.apache.org/repos/asf/incubator-edgent/diff/f278a189 Branch: refs/heads/master Commit: f278a18941fe6fe0e37e1e080177a25213a928b5 Parents: 0ba7648 Author: Dale LaBossiere <[email protected]> Authored: Tue Oct 11 09:05:02 2016 -0400 Committer: Dale LaBossiere <[email protected]> Committed: Tue Oct 11 09:05:02 2016 -0400 ---------------------------------------------------------------------- samples/.classpath | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-edgent/blob/f278a189/samples/.classpath ---------------------------------------------------------------------- diff --git a/samples/.classpath b/samples/.classpath index 634de7f..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 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"/> @@ -15,7 +15,6 @@ <classpathentry combineaccessrules="false" kind="src" path="/providers"/> <classpathentry combineaccessrules="false" kind="src" path="/spi"/> <classpathentry combineaccessrules="false" kind="src" path="/utils"/> - <classpathentry kind="lib" path="../externalJars/java8/samples/ext/pi4j-core-1.0.jar"/> <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/> <classpathentry combineaccessrules="false" kind="src" path="/runtime"/> <classpathentry combineaccessrules="false" kind="src" path="/provider_iot"/>
