You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juneau.apache.org by jo...@apache.org on 2016/08/08 23:13:00 UTC

incubator-juneau git commit: JUNEAU-11 Fix references to other projects.

Repository: incubator-juneau
Updated Branches:
  refs/heads/master b9f31b819 -> 3c3abb55d


JUNEAU-11 Fix references to other projects.


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

Branch: refs/heads/master
Commit: 3c3abb55df846e18a799a70bf9e9846acb1eb4a1
Parents: b9f31b8
Author: John D. Ament <jo...@apache.org>
Authored: Mon Aug 8 19:12:53 2016 -0400
Committer: John D. Ament <jo...@apache.org>
Committed: Mon Aug 8 19:12:53 2016 -0400

----------------------------------------------------------------------
 org.apache.juneau.microservice.template/.classpath | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/3c3abb55/org.apache.juneau.microservice.template/.classpath
----------------------------------------------------------------------
diff --git a/org.apache.juneau.microservice.template/.classpath b/org.apache.juneau.microservice.template/.classpath
index d710161..933efa5 100755
--- a/org.apache.juneau.microservice.template/.classpath
+++ b/org.apache.juneau.microservice.template/.classpath
@@ -17,14 +17,14 @@
 			<attribute name="maven.pomderived" value="true"/>
 		</attributes>
 	</classpathentry>
-	<classpathentry combineaccessrules="false" kind="src" path="/org.apache.juneau"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/org.apache.juneau.client"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/org.apache.juneau.microservice"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/org.apache.juneau.server"/>
 	<classpathentry exported="true" kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
 		<attributes>
 			<attribute name="maven.pomderived" value="true"/>
 		</attributes>
 	</classpathentry>
+	<classpathentry combineaccessrules="false" kind="src" path="/juneau-client"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/juneau-core"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/juneau-microservice"/>
+	<classpathentry combineaccessrules="false" kind="src" path="/juneau-server"/>
 	<classpathentry kind="output" path="target/classes"/>
 </classpath>