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/11/13 00:55:45 UTC

[juneau] branch master updated: Eclipse build autochanges.

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 1e5e63a  Eclipse build autochanges.
1e5e63a is described below

commit 1e5e63a4fe58416f0e1682126bc83053f36e7795
Author: JamesBognar <ja...@apache.org>
AuthorDate: Mon Nov 12 19:55:30 2018 -0500

    Eclipse build autochanges.
---
 juneau-core/juneau-config/.classpath                                | 6 +++++-
 .../juneau-config/.settings/org.eclipse.core.resources.prefs        | 1 +
 juneau-core/juneau-core-test/.classpath                             | 6 +++++-
 juneau-core/juneau-dto/.classpath                                   | 6 +++++-
 juneau-core/juneau-dto/.settings/org.eclipse.core.resources.prefs   | 1 +
 juneau-core/juneau-marshall-rdf/.classpath                          | 6 +++++-
 .../juneau-marshall-rdf/.settings/org.eclipse.core.resources.prefs  | 1 +
 juneau-core/juneau-marshall/.classpath                              | 6 +++++-
 juneau-core/juneau-svl/.classpath                                   | 6 +++++-
 juneau-core/juneau-svl/.settings/org.eclipse.core.resources.prefs   | 1 +
 juneau-doc/.classpath                                               | 6 +++++-
 juneau-doc/.settings/org.eclipse.core.resources.prefs               | 1 +
 juneau-examples/juneau-examples-core/.classpath                     | 6 +++++-
 juneau-microservice/juneau-microservice-test/.classpath             | 6 +++++-
 juneau-rest/juneau-rest-client/.classpath                           | 6 +++++-
 juneau-rest/juneau-rest-server-jaxrs/.classpath                     | 6 +++++-
 .../.settings/org.eclipse.core.resources.prefs                      | 1 +
 juneau-rest/juneau-rest-server/.classpath                           | 6 +++++-
 18 files changed, 66 insertions(+), 12 deletions(-)

diff --git a/juneau-core/juneau-config/.classpath b/juneau-core/juneau-config/.classpath
index 9b30e89..83dd2f4 100644
--- a/juneau-core/juneau-config/.classpath
+++ b/juneau-core/juneau-config/.classpath
@@ -17,6 +17,10 @@
 			<attribute name="maven.pomderived" value="true"/>
 		</attributes>
 	</classpathentry>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
+		<attributes>
+			<attribute name="maven.pomderived" value="true"/>
+		</attributes>
+	</classpathentry>
 	<classpathentry kind="output" path="target/classes"/>
 </classpath>
diff --git a/juneau-core/juneau-config/.settings/org.eclipse.core.resources.prefs b/juneau-core/juneau-config/.settings/org.eclipse.core.resources.prefs
index e9441bb..f9fe345 100644
--- a/juneau-core/juneau-config/.settings/org.eclipse.core.resources.prefs
+++ b/juneau-core/juneau-config/.settings/org.eclipse.core.resources.prefs
@@ -1,3 +1,4 @@
 eclipse.preferences.version=1
 encoding//src/main/java=UTF-8
+encoding//src/test/java=UTF-8
 encoding/<project>=UTF-8
diff --git a/juneau-core/juneau-core-test/.classpath b/juneau-core/juneau-core-test/.classpath
index 03d1dc3..3759907 100644
--- a/juneau-core/juneau-core-test/.classpath
+++ b/juneau-core/juneau-core-test/.classpath
@@ -17,6 +17,10 @@
 			<attribute name="maven.pomderived" value="true"/>
 		</attributes>
 	</classpathentry>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
+		<attributes>
+			<attribute name="maven.pomderived" value="true"/>
+		</attributes>
+	</classpathentry>
 	<classpathentry kind="output" path="target/classes"/>
 </classpath>
diff --git a/juneau-core/juneau-dto/.classpath b/juneau-core/juneau-dto/.classpath
index 269c122..8019572 100644
--- a/juneau-core/juneau-dto/.classpath
+++ b/juneau-core/juneau-dto/.classpath
@@ -22,6 +22,10 @@
 			<attribute name="maven.pomderived" value="true"/>
 		</attributes>
 	</classpathentry>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
+		<attributes>
+			<attribute name="maven.pomderived" value="true"/>
+		</attributes>
+	</classpathentry>
 	<classpathentry kind="output" path="target/classes"/>
 </classpath>
diff --git a/juneau-core/juneau-dto/.settings/org.eclipse.core.resources.prefs b/juneau-core/juneau-dto/.settings/org.eclipse.core.resources.prefs
index abdea9a..839d647 100644
--- a/juneau-core/juneau-dto/.settings/org.eclipse.core.resources.prefs
+++ b/juneau-core/juneau-dto/.settings/org.eclipse.core.resources.prefs
@@ -1,4 +1,5 @@
 eclipse.preferences.version=1
 encoding//src/main/java=UTF-8
 encoding//src/main/resources=UTF-8
+encoding//src/test/java=UTF-8
 encoding/<project>=UTF-8
diff --git a/juneau-core/juneau-marshall-rdf/.classpath b/juneau-core/juneau-marshall-rdf/.classpath
index 269c122..8019572 100644
--- a/juneau-core/juneau-marshall-rdf/.classpath
+++ b/juneau-core/juneau-marshall-rdf/.classpath
@@ -22,6 +22,10 @@
 			<attribute name="maven.pomderived" value="true"/>
 		</attributes>
 	</classpathentry>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
+		<attributes>
+			<attribute name="maven.pomderived" value="true"/>
+		</attributes>
+	</classpathentry>
 	<classpathentry kind="output" path="target/classes"/>
 </classpath>
diff --git a/juneau-core/juneau-marshall-rdf/.settings/org.eclipse.core.resources.prefs b/juneau-core/juneau-marshall-rdf/.settings/org.eclipse.core.resources.prefs
index abdea9a..839d647 100644
--- a/juneau-core/juneau-marshall-rdf/.settings/org.eclipse.core.resources.prefs
+++ b/juneau-core/juneau-marshall-rdf/.settings/org.eclipse.core.resources.prefs
@@ -1,4 +1,5 @@
 eclipse.preferences.version=1
 encoding//src/main/java=UTF-8
 encoding//src/main/resources=UTF-8
+encoding//src/test/java=UTF-8
 encoding/<project>=UTF-8
diff --git a/juneau-core/juneau-marshall/.classpath b/juneau-core/juneau-marshall/.classpath
index 269c122..8019572 100644
--- a/juneau-core/juneau-marshall/.classpath
+++ b/juneau-core/juneau-marshall/.classpath
@@ -22,6 +22,10 @@
 			<attribute name="maven.pomderived" value="true"/>
 		</attributes>
 	</classpathentry>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
+		<attributes>
+			<attribute name="maven.pomderived" value="true"/>
+		</attributes>
+	</classpathentry>
 	<classpathentry kind="output" path="target/classes"/>
 </classpath>
diff --git a/juneau-core/juneau-svl/.classpath b/juneau-core/juneau-svl/.classpath
index 9b30e89..83dd2f4 100644
--- a/juneau-core/juneau-svl/.classpath
+++ b/juneau-core/juneau-svl/.classpath
@@ -17,6 +17,10 @@
 			<attribute name="maven.pomderived" value="true"/>
 		</attributes>
 	</classpathentry>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
+		<attributes>
+			<attribute name="maven.pomderived" value="true"/>
+		</attributes>
+	</classpathentry>
 	<classpathentry kind="output" path="target/classes"/>
 </classpath>
diff --git a/juneau-core/juneau-svl/.settings/org.eclipse.core.resources.prefs b/juneau-core/juneau-svl/.settings/org.eclipse.core.resources.prefs
index e9441bb..f9fe345 100644
--- a/juneau-core/juneau-svl/.settings/org.eclipse.core.resources.prefs
+++ b/juneau-core/juneau-svl/.settings/org.eclipse.core.resources.prefs
@@ -1,3 +1,4 @@
 eclipse.preferences.version=1
 encoding//src/main/java=UTF-8
+encoding//src/test/java=UTF-8
 encoding/<project>=UTF-8
diff --git a/juneau-doc/.classpath b/juneau-doc/.classpath
index 911e2a1..6660033 100644
--- a/juneau-doc/.classpath
+++ b/juneau-doc/.classpath
@@ -23,6 +23,10 @@
 			<attribute name="maven.pomderived" value="true"/>
 		</attributes>
 	</classpathentry>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
+		<attributes>
+			<attribute name="maven.pomderived" value="true"/>
+		</attributes>
+	</classpathentry>
 	<classpathentry kind="output" path="target/classes"/>
 </classpath>
diff --git a/juneau-doc/.settings/org.eclipse.core.resources.prefs b/juneau-doc/.settings/org.eclipse.core.resources.prefs
index abdea9a..839d647 100644
--- a/juneau-doc/.settings/org.eclipse.core.resources.prefs
+++ b/juneau-doc/.settings/org.eclipse.core.resources.prefs
@@ -1,4 +1,5 @@
 eclipse.preferences.version=1
 encoding//src/main/java=UTF-8
 encoding//src/main/resources=UTF-8
+encoding//src/test/java=UTF-8
 encoding/<project>=UTF-8
diff --git a/juneau-examples/juneau-examples-core/.classpath b/juneau-examples/juneau-examples-core/.classpath
index 7e41bff..b91347d 100644
--- a/juneau-examples/juneau-examples-core/.classpath
+++ b/juneau-examples/juneau-examples-core/.classpath
@@ -23,6 +23,10 @@
 			<attribute name="maven.pomderived" value="true"/>
 		</attributes>
 	</classpathentry>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
+		<attributes>
+			<attribute name="maven.pomderived" value="true"/>
+		</attributes>
+	</classpathentry>
 	<classpathentry kind="output" path="target/classes"/>
 </classpath>
diff --git a/juneau-microservice/juneau-microservice-test/.classpath b/juneau-microservice/juneau-microservice-test/.classpath
index 02c73ea..968a4da 100644
--- a/juneau-microservice/juneau-microservice-test/.classpath
+++ b/juneau-microservice/juneau-microservice-test/.classpath
@@ -22,6 +22,10 @@
 			<attribute name="maven.pomderived" value="true"/>
 		</attributes>
 	</classpathentry>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
+		<attributes>
+			<attribute name="maven.pomderived" value="true"/>
+		</attributes>
+	</classpathentry>
 	<classpathentry kind="output" path="target/classes"/>
 </classpath>
diff --git a/juneau-rest/juneau-rest-client/.classpath b/juneau-rest/juneau-rest-client/.classpath
index 03d1dc3..3759907 100644
--- a/juneau-rest/juneau-rest-client/.classpath
+++ b/juneau-rest/juneau-rest-client/.classpath
@@ -17,6 +17,10 @@
 			<attribute name="maven.pomderived" value="true"/>
 		</attributes>
 	</classpathentry>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
+		<attributes>
+			<attribute name="maven.pomderived" value="true"/>
+		</attributes>
+	</classpathentry>
 	<classpathentry kind="output" path="target/classes"/>
 </classpath>
diff --git a/juneau-rest/juneau-rest-server-jaxrs/.classpath b/juneau-rest/juneau-rest-server-jaxrs/.classpath
index 9b30e89..83dd2f4 100644
--- a/juneau-rest/juneau-rest-server-jaxrs/.classpath
+++ b/juneau-rest/juneau-rest-server-jaxrs/.classpath
@@ -17,6 +17,10 @@
 			<attribute name="maven.pomderived" value="true"/>
 		</attributes>
 	</classpathentry>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
+		<attributes>
+			<attribute name="maven.pomderived" value="true"/>
+		</attributes>
+	</classpathentry>
 	<classpathentry kind="output" path="target/classes"/>
 </classpath>
diff --git a/juneau-rest/juneau-rest-server-jaxrs/.settings/org.eclipse.core.resources.prefs b/juneau-rest/juneau-rest-server-jaxrs/.settings/org.eclipse.core.resources.prefs
index e9441bb..f9fe345 100644
--- a/juneau-rest/juneau-rest-server-jaxrs/.settings/org.eclipse.core.resources.prefs
+++ b/juneau-rest/juneau-rest-server-jaxrs/.settings/org.eclipse.core.resources.prefs
@@ -1,3 +1,4 @@
 eclipse.preferences.version=1
 encoding//src/main/java=UTF-8
+encoding//src/test/java=UTF-8
 encoding/<project>=UTF-8
diff --git a/juneau-rest/juneau-rest-server/.classpath b/juneau-rest/juneau-rest-server/.classpath
index c74f311..e4980db 100644
--- a/juneau-rest/juneau-rest-server/.classpath
+++ b/juneau-rest/juneau-rest-server/.classpath
@@ -28,6 +28,10 @@
 		</attributes>
 	</classpathentry>
 	<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
+		<attributes>
+			<attribute name="maven.pomderived" value="true"/>
+		</attributes>
+	</classpathentry>
 	<classpathentry kind="output" path="target/classes"/>
 </classpath>