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 2019/07/01 20:49:34 UTC

[juneau] branch master updated: Clean up .classpath and .settings files.

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 e429205  Clean up .classpath and .settings files.
e429205 is described below

commit e4292055e6c225eefa98c381cd4930bcdc79011b
Author: JamesBognar <ja...@apache.org>
AuthorDate: Mon Jul 1 16:47:40 2019 -0400

    Clean up .classpath and .settings files.
---
 .gitignore                                                       | 4 ++--
 juneau-core/.gitignore                                           | 2 ++
 juneau-core/juneau-config/.gitignore                             | 2 ++
 juneau-core/juneau-core-utest/.gitignore                         | 2 ++
 juneau-core/juneau-dto/.gitignore                                | 2 ++
 juneau-core/juneau-marshall-rdf/.gitignore                       | 2 ++
 juneau-core/juneau-marshall/.gitignore                           | 2 ++
 juneau-core/juneau-svl/.gitignore                                | 2 ++
 juneau-doc/.gitignore                                            | 2 ++
 juneau-examples/.gitignore                                       | 2 ++
 juneau-examples/juneau-examples-core/.gitignore                  | 2 ++
 juneau-examples/juneau-examples-rest-jetty-ftest/.gitignore      | 2 ++
 juneau-examples/juneau-examples-rest-jetty/.gitignore            | 2 ++
 juneau-examples/juneau-examples-rest-springboot/.gitignore       | 2 ++
 juneau-examples/juneau-examples-rest/.gitignore                  | 2 ++
 juneau-microservice/.gitignore                                   | 2 ++
 juneau-microservice/juneau-microservice-core/.gitignore          | 2 ++
 juneau-microservice/juneau-microservice-ftest/.gitignore         | 2 ++
 juneau-microservice/juneau-microservice-jetty/.gitignore         | 2 ++
 juneau-microservice/juneau-my-jetty-microservice/.gitignore      | 2 ++
 juneau-microservice/juneau-my-springboot-microservice/.gitignore | 2 ++
 juneau-releng/.gitignore                                         | 2 ++
 juneau-releng/juneau-all/.gitignore                              | 2 ++
 juneau-releng/juneau-distrib/.gitignore                          | 2 ++
 juneau-rest/.gitignore                                           | 2 ++
 juneau-rest/juneau-rest-client-utest/.gitignore                  | 2 ++
 juneau-rest/juneau-rest-client/.gitignore                        | 2 ++
 juneau-rest/juneau-rest-mock-utest/.gitignore                    | 2 ++
 juneau-rest/juneau-rest-mock/.gitignore                          | 2 ++
 juneau-rest/juneau-rest-server-jaxrs/.gitignore                  | 2 ++
 juneau-rest/juneau-rest-server-rdf/.gitignore                    | 2 ++
 juneau-rest/juneau-rest-server-springboot/.gitignore             | 2 ++
 juneau-rest/juneau-rest-server-utest/.gitignore                  | 2 ++
 juneau-rest/juneau-rest-server/.gitignore                        | 2 ++
 juneau-sc/.gitignore                                             | 2 ++
 juneau-sc/juneau-server-config-client/.gitignore                 | 2 ++
 juneau-sc/juneau-server-config/.gitignore                        | 2 ++
 37 files changed, 74 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 89c0266..6c24aba 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,5 @@
 /target/
 **/.DS_Store
+.classpath
+/.settings/
 derby.log
-.idea/
-*.iml
diff --git a/juneau-core/.gitignore b/juneau-core/.gitignore
index 22d1e37..dbb8c2d 100644
--- a/juneau-core/.gitignore
+++ b/juneau-core/.gitignore
@@ -1,2 +1,4 @@
 /target/
 **/.DS_Store
+.classpath
+/.settings/
diff --git a/juneau-core/juneau-config/.gitignore b/juneau-core/juneau-config/.gitignore
index 22d1e37..dbb8c2d 100644
--- a/juneau-core/juneau-config/.gitignore
+++ b/juneau-core/juneau-config/.gitignore
@@ -1,2 +1,4 @@
 /target/
 **/.DS_Store
+.classpath
+/.settings/
diff --git a/juneau-core/juneau-core-utest/.gitignore b/juneau-core/juneau-core-utest/.gitignore
index 22d1e37..dbb8c2d 100644
--- a/juneau-core/juneau-core-utest/.gitignore
+++ b/juneau-core/juneau-core-utest/.gitignore
@@ -1,2 +1,4 @@
 /target/
 **/.DS_Store
+.classpath
+/.settings/
diff --git a/juneau-core/juneau-dto/.gitignore b/juneau-core/juneau-dto/.gitignore
index 22d1e37..dbb8c2d 100644
--- a/juneau-core/juneau-dto/.gitignore
+++ b/juneau-core/juneau-dto/.gitignore
@@ -1,2 +1,4 @@
 /target/
 **/.DS_Store
+.classpath
+/.settings/
diff --git a/juneau-core/juneau-marshall-rdf/.gitignore b/juneau-core/juneau-marshall-rdf/.gitignore
index 22d1e37..dbb8c2d 100644
--- a/juneau-core/juneau-marshall-rdf/.gitignore
+++ b/juneau-core/juneau-marshall-rdf/.gitignore
@@ -1,2 +1,4 @@
 /target/
 **/.DS_Store
+.classpath
+/.settings/
diff --git a/juneau-core/juneau-marshall/.gitignore b/juneau-core/juneau-marshall/.gitignore
index 22d1e37..dbb8c2d 100644
--- a/juneau-core/juneau-marshall/.gitignore
+++ b/juneau-core/juneau-marshall/.gitignore
@@ -1,2 +1,4 @@
 /target/
 **/.DS_Store
+.classpath
+/.settings/
diff --git a/juneau-core/juneau-svl/.gitignore b/juneau-core/juneau-svl/.gitignore
index 22d1e37..dbb8c2d 100644
--- a/juneau-core/juneau-svl/.gitignore
+++ b/juneau-core/juneau-svl/.gitignore
@@ -1,2 +1,4 @@
 /target/
 **/.DS_Store
+.classpath
+/.settings/
diff --git a/juneau-doc/.gitignore b/juneau-doc/.gitignore
index 22d1e37..dbb8c2d 100644
--- a/juneau-doc/.gitignore
+++ b/juneau-doc/.gitignore
@@ -1,2 +1,4 @@
 /target/
 **/.DS_Store
+.classpath
+/.settings/
diff --git a/juneau-examples/.gitignore b/juneau-examples/.gitignore
index 22d1e37..dbb8c2d 100644
--- a/juneau-examples/.gitignore
+++ b/juneau-examples/.gitignore
@@ -1,2 +1,4 @@
 /target/
 **/.DS_Store
+.classpath
+/.settings/
diff --git a/juneau-examples/juneau-examples-core/.gitignore b/juneau-examples/juneau-examples-core/.gitignore
index 22d1e37..dbb8c2d 100644
--- a/juneau-examples/juneau-examples-core/.gitignore
+++ b/juneau-examples/juneau-examples-core/.gitignore
@@ -1,2 +1,4 @@
 /target/
 **/.DS_Store
+.classpath
+/.settings/
diff --git a/juneau-examples/juneau-examples-rest-jetty-ftest/.gitignore b/juneau-examples/juneau-examples-rest-jetty-ftest/.gitignore
index 5ad1d63..13a6661 100644
--- a/juneau-examples/juneau-examples-rest-jetty-ftest/.gitignore
+++ b/juneau-examples/juneau-examples-rest-jetty-ftest/.gitignore
@@ -1,3 +1,5 @@
 /target/
 **/.DS_Store
+.classpath
+/.settings/
 /derby.log
diff --git a/juneau-examples/juneau-examples-rest-jetty/.gitignore b/juneau-examples/juneau-examples-rest-jetty/.gitignore
index 5ad1d63..13a6661 100644
--- a/juneau-examples/juneau-examples-rest-jetty/.gitignore
+++ b/juneau-examples/juneau-examples-rest-jetty/.gitignore
@@ -1,3 +1,5 @@
 /target/
 **/.DS_Store
+.classpath
+/.settings/
 /derby.log
diff --git a/juneau-examples/juneau-examples-rest-springboot/.gitignore b/juneau-examples/juneau-examples-rest-springboot/.gitignore
index 5ad1d63..13a6661 100644
--- a/juneau-examples/juneau-examples-rest-springboot/.gitignore
+++ b/juneau-examples/juneau-examples-rest-springboot/.gitignore
@@ -1,3 +1,5 @@
 /target/
 **/.DS_Store
+.classpath
+/.settings/
 /derby.log
diff --git a/juneau-examples/juneau-examples-rest/.gitignore b/juneau-examples/juneau-examples-rest/.gitignore
index 22d1e37..dbb8c2d 100644
--- a/juneau-examples/juneau-examples-rest/.gitignore
+++ b/juneau-examples/juneau-examples-rest/.gitignore
@@ -1,2 +1,4 @@
 /target/
 **/.DS_Store
+.classpath
+/.settings/
diff --git a/juneau-microservice/.gitignore b/juneau-microservice/.gitignore
index 22d1e37..dbb8c2d 100644
--- a/juneau-microservice/.gitignore
+++ b/juneau-microservice/.gitignore
@@ -1,2 +1,4 @@
 /target/
 **/.DS_Store
+.classpath
+/.settings/
diff --git a/juneau-microservice/juneau-microservice-core/.gitignore b/juneau-microservice/juneau-microservice-core/.gitignore
index 22d1e37..dbb8c2d 100644
--- a/juneau-microservice/juneau-microservice-core/.gitignore
+++ b/juneau-microservice/juneau-microservice-core/.gitignore
@@ -1,2 +1,4 @@
 /target/
 **/.DS_Store
+.classpath
+/.settings/
diff --git a/juneau-microservice/juneau-microservice-ftest/.gitignore b/juneau-microservice/juneau-microservice-ftest/.gitignore
index 22d1e37..dbb8c2d 100644
--- a/juneau-microservice/juneau-microservice-ftest/.gitignore
+++ b/juneau-microservice/juneau-microservice-ftest/.gitignore
@@ -1,2 +1,4 @@
 /target/
 **/.DS_Store
+.classpath
+/.settings/
diff --git a/juneau-microservice/juneau-microservice-jetty/.gitignore b/juneau-microservice/juneau-microservice-jetty/.gitignore
index 22d1e37..b29c602 100644
--- a/juneau-microservice/juneau-microservice-jetty/.gitignore
+++ b/juneau-microservice/juneau-microservice-jetty/.gitignore
@@ -1,2 +1,4 @@
 /target/
 **/.DS_Store
+.classpath
+/.settings/
\ No newline at end of file
diff --git a/juneau-microservice/juneau-my-jetty-microservice/.gitignore b/juneau-microservice/juneau-my-jetty-microservice/.gitignore
index 22d1e37..dbb8c2d 100644
--- a/juneau-microservice/juneau-my-jetty-microservice/.gitignore
+++ b/juneau-microservice/juneau-my-jetty-microservice/.gitignore
@@ -1,2 +1,4 @@
 /target/
 **/.DS_Store
+.classpath
+/.settings/
diff --git a/juneau-microservice/juneau-my-springboot-microservice/.gitignore b/juneau-microservice/juneau-my-springboot-microservice/.gitignore
index 22d1e37..b29c602 100644
--- a/juneau-microservice/juneau-my-springboot-microservice/.gitignore
+++ b/juneau-microservice/juneau-my-springboot-microservice/.gitignore
@@ -1,2 +1,4 @@
 /target/
 **/.DS_Store
+.classpath
+/.settings/
\ No newline at end of file
diff --git a/juneau-releng/.gitignore b/juneau-releng/.gitignore
index 22d1e37..dbb8c2d 100644
--- a/juneau-releng/.gitignore
+++ b/juneau-releng/.gitignore
@@ -1,2 +1,4 @@
 /target/
 **/.DS_Store
+.classpath
+/.settings/
diff --git a/juneau-releng/juneau-all/.gitignore b/juneau-releng/juneau-all/.gitignore
index 22d1e37..dbb8c2d 100644
--- a/juneau-releng/juneau-all/.gitignore
+++ b/juneau-releng/juneau-all/.gitignore
@@ -1,2 +1,4 @@
 /target/
 **/.DS_Store
+.classpath
+/.settings/
diff --git a/juneau-releng/juneau-distrib/.gitignore b/juneau-releng/juneau-distrib/.gitignore
index 22d1e37..dbb8c2d 100644
--- a/juneau-releng/juneau-distrib/.gitignore
+++ b/juneau-releng/juneau-distrib/.gitignore
@@ -1,2 +1,4 @@
 /target/
 **/.DS_Store
+.classpath
+/.settings/
diff --git a/juneau-rest/.gitignore b/juneau-rest/.gitignore
index 22d1e37..dbb8c2d 100644
--- a/juneau-rest/.gitignore
+++ b/juneau-rest/.gitignore
@@ -1,2 +1,4 @@
 /target/
 **/.DS_Store
+.classpath
+/.settings/
diff --git a/juneau-rest/juneau-rest-client-utest/.gitignore b/juneau-rest/juneau-rest-client-utest/.gitignore
index 22d1e37..dbb8c2d 100644
--- a/juneau-rest/juneau-rest-client-utest/.gitignore
+++ b/juneau-rest/juneau-rest-client-utest/.gitignore
@@ -1,2 +1,4 @@
 /target/
 **/.DS_Store
+.classpath
+/.settings/
diff --git a/juneau-rest/juneau-rest-client/.gitignore b/juneau-rest/juneau-rest-client/.gitignore
index 22d1e37..dbb8c2d 100644
--- a/juneau-rest/juneau-rest-client/.gitignore
+++ b/juneau-rest/juneau-rest-client/.gitignore
@@ -1,2 +1,4 @@
 /target/
 **/.DS_Store
+.classpath
+/.settings/
diff --git a/juneau-rest/juneau-rest-mock-utest/.gitignore b/juneau-rest/juneau-rest-mock-utest/.gitignore
index c5b462d..2524ab5 100644
--- a/juneau-rest/juneau-rest-mock-utest/.gitignore
+++ b/juneau-rest/juneau-rest-mock-utest/.gitignore
@@ -1,3 +1,5 @@
 /target/
 **/.DS_Store
+.classpath
+/.settings/
 
diff --git a/juneau-rest/juneau-rest-mock/.gitignore b/juneau-rest/juneau-rest-mock/.gitignore
index c5b462d..2524ab5 100644
--- a/juneau-rest/juneau-rest-mock/.gitignore
+++ b/juneau-rest/juneau-rest-mock/.gitignore
@@ -1,3 +1,5 @@
 /target/
 **/.DS_Store
+.classpath
+/.settings/
 
diff --git a/juneau-rest/juneau-rest-server-jaxrs/.gitignore b/juneau-rest/juneau-rest-server-jaxrs/.gitignore
index 22d1e37..dbb8c2d 100644
--- a/juneau-rest/juneau-rest-server-jaxrs/.gitignore
+++ b/juneau-rest/juneau-rest-server-jaxrs/.gitignore
@@ -1,2 +1,4 @@
 /target/
 **/.DS_Store
+.classpath
+/.settings/
diff --git a/juneau-rest/juneau-rest-server-rdf/.gitignore b/juneau-rest/juneau-rest-server-rdf/.gitignore
index 22d1e37..dbb8c2d 100644
--- a/juneau-rest/juneau-rest-server-rdf/.gitignore
+++ b/juneau-rest/juneau-rest-server-rdf/.gitignore
@@ -1,2 +1,4 @@
 /target/
 **/.DS_Store
+.classpath
+/.settings/
diff --git a/juneau-rest/juneau-rest-server-springboot/.gitignore b/juneau-rest/juneau-rest-server-springboot/.gitignore
index 22d1e37..dbb8c2d 100644
--- a/juneau-rest/juneau-rest-server-springboot/.gitignore
+++ b/juneau-rest/juneau-rest-server-springboot/.gitignore
@@ -1,2 +1,4 @@
 /target/
 **/.DS_Store
+.classpath
+/.settings/
diff --git a/juneau-rest/juneau-rest-server-utest/.gitignore b/juneau-rest/juneau-rest-server-utest/.gitignore
index 22d1e37..dbb8c2d 100644
--- a/juneau-rest/juneau-rest-server-utest/.gitignore
+++ b/juneau-rest/juneau-rest-server-utest/.gitignore
@@ -1,2 +1,4 @@
 /target/
 **/.DS_Store
+.classpath
+/.settings/
diff --git a/juneau-rest/juneau-rest-server/.gitignore b/juneau-rest/juneau-rest-server/.gitignore
index 22d1e37..dbb8c2d 100644
--- a/juneau-rest/juneau-rest-server/.gitignore
+++ b/juneau-rest/juneau-rest-server/.gitignore
@@ -1,2 +1,4 @@
 /target/
 **/.DS_Store
+.classpath
+/.settings/
diff --git a/juneau-sc/.gitignore b/juneau-sc/.gitignore
index 0762eb3..6c24aba 100644
--- a/juneau-sc/.gitignore
+++ b/juneau-sc/.gitignore
@@ -1,3 +1,5 @@
 /target/
 **/.DS_Store
+.classpath
+/.settings/
 derby.log
diff --git a/juneau-sc/juneau-server-config-client/.gitignore b/juneau-sc/juneau-server-config-client/.gitignore
index b62858f..62802d2 100644
--- a/juneau-sc/juneau-server-config-client/.gitignore
+++ b/juneau-sc/juneau-server-config-client/.gitignore
@@ -1,3 +1,5 @@
 /target/
 **/.DS_Store
+.classpath
+/.settings/
 derby.log
\ No newline at end of file
diff --git a/juneau-sc/juneau-server-config/.gitignore b/juneau-sc/juneau-server-config/.gitignore
index 0762eb3..6c24aba 100644
--- a/juneau-sc/juneau-server-config/.gitignore
+++ b/juneau-sc/juneau-server-config/.gitignore
@@ -1,3 +1,5 @@
 /target/
 **/.DS_Store
+.classpath
+/.settings/
 derby.log