You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juneau.apache.org by ja...@apache.org on 2018/12/31 15:19:13 UTC

[juneau] branch master updated: Autogenerated .classpath file changes.

This is an automated email from the ASF dual-hosted git repository.

jamesbognar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git


The following commit(s) were added to refs/heads/master by this push:
     new fc80f50  Autogenerated .classpath file changes.
fc80f50 is described below

commit fc80f508da82f0695bd43a0b2b24761965272928
Author: JamesBognar <ja...@apache.org>
AuthorDate: Mon Dec 31 10:19:04 2018 -0500

    Autogenerated .classpath file changes.
---
 juneau-core/juneau-core-test/.classpath                    | 6 +++++-
 juneau-doc/.classpath                                      | 6 ++++++
 juneau-examples/juneau-examples-core/.classpath            | 6 ++++++
 juneau-examples/juneau-examples-rest-springboot/.classpath | 6 ++++++
 4 files changed, 23 insertions(+), 1 deletion(-)

diff --git a/juneau-core/juneau-core-test/.classpath b/juneau-core/juneau-core-test/.classpath
index d5ec1a3..d70acfe 100644
--- a/juneau-core/juneau-core-test/.classpath
+++ b/juneau-core/juneau-core-test/.classpath
@@ -12,7 +12,11 @@
 			<attribute name="maven.pomderived" value="true"/>
 		</attributes>
 	</classpathentry>
-	<classpathentry kind="src" path="src/test/resources"/>
+	<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
+		<attributes>
+			<attribute name="maven.pomderived" value="true"/>
+		</attributes>
+	</classpathentry>
 	<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
 		<attributes>
 			<attribute name="maven.pomderived" value="true"/>
diff --git a/juneau-doc/.classpath b/juneau-doc/.classpath
index 1605ea8..45faaa9 100644
--- a/juneau-doc/.classpath
+++ b/juneau-doc/.classpath
@@ -18,5 +18,11 @@
 			<attribute name="maven.pomderived" value="true"/>
 		</attributes>
 	</classpathentry>
+	<classpathentry kind="src" output="target/test-classes" path="src/test/java">
+		<attributes>
+			<attribute name="optional" value="true"/>
+			<attribute name="maven.pomderived" value="true"/>
+		</attributes>
+	</classpathentry>
 	<classpathentry kind="output" path="target/classes"/>
 </classpath>
diff --git a/juneau-examples/juneau-examples-core/.classpath b/juneau-examples/juneau-examples-core/.classpath
index f183d77..d4d64db 100644
--- a/juneau-examples/juneau-examples-core/.classpath
+++ b/juneau-examples/juneau-examples-core/.classpath
@@ -17,5 +17,11 @@
 			<attribute name="maven.pomderived" value="true"/>
 		</attributes>
 	</classpathentry>
+	<classpathentry kind="src" output="target/test-classes" path="src/test/java">
+		<attributes>
+			<attribute name="optional" value="true"/>
+			<attribute name="maven.pomderived" value="true"/>
+		</attributes>
+	</classpathentry>
 	<classpathentry kind="output" path="target/classes"/>
 </classpath>
diff --git a/juneau-examples/juneau-examples-rest-springboot/.classpath b/juneau-examples/juneau-examples-rest-springboot/.classpath
index b8f9eed..0dd9435 100644
--- a/juneau-examples/juneau-examples-rest-springboot/.classpath
+++ b/juneau-examples/juneau-examples-rest-springboot/.classpath
@@ -22,5 +22,11 @@
 			<attribute name="maven.pomderived" value="true"/>
 		</attributes>
 	</classpathentry>
+	<classpathentry kind="src" output="target/test-classes" path="src/test/java">
+		<attributes>
+			<attribute name="optional" value="true"/>
+			<attribute name="maven.pomderived" value="true"/>
+		</attributes>
+	</classpathentry>
 	<classpathentry kind="output" path="target/classes"/>
 </classpath>