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 2016/08/10 22:05:56 UTC

incubator-juneau git commit: Remove build.properties and plugin.properties files.

Repository: incubator-juneau
Updated Branches:
  refs/heads/master c2fad3fe9 -> 7d8f8f209


Remove build.properties and plugin.properties files.

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

Branch: refs/heads/master
Commit: 7d8f8f209ba9d3d642abbb9254217fdf6d586092
Parents: c2fad3f
Author: jamesbognar <ja...@gmail.com>
Authored: Wed Aug 10 18:05:10 2016 -0400
Committer: jamesbognar <ja...@gmail.com>
Committed: Wed Aug 10 18:05:24 2016 -0400

----------------------------------------------------------------------
 juneau-client/OSGI-INF/l10n/plugin.properties   | 19 ----------------
 juneau-client/build.properties                  | 21 -----------------
 juneau-core/OSGI-INF/l10n/plugin.properties     | 19 ----------------
 juneau-core/build.properties                    | 24 --------------------
 juneau-microservice-template/build.properties   | 17 --------------
 juneau-microservice/build.properties            | 18 ---------------
 juneau-releng/build.properties                  | 20 ----------------
 juneau-samples/OSGI-INF/l10n/plugin.properties  | 18 ---------------
 juneau-samples/build.properties                 | 20 ----------------
 .../OSGI-INF/l10n/plugin.properties             | 19 ----------------
 juneau-server-test/build.properties             | 19 ----------------
 juneau-server/OSGI-INF/l10n/plugin.properties   | 19 ----------------
 juneau-server/build.properties                  | 23 -------------------
 13 files changed, 256 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/7d8f8f20/juneau-client/OSGI-INF/l10n/plugin.properties
----------------------------------------------------------------------
diff --git a/juneau-client/OSGI-INF/l10n/plugin.properties b/juneau-client/OSGI-INF/l10n/plugin.properties
deleted file mode 100644
index d32c8c6..0000000
--- a/juneau-client/OSGI-INF/l10n/plugin.properties
+++ /dev/null
@@ -1,19 +0,0 @@
-# ***************************************************************************************************************************
-# * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file
-# * distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file
-# * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance
-# * with the License.  You may obtain a copy of the License at
-# *  
-# *  http://www.apache.org/licenses/LICENSE-2.0
-# *  
-# * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an
-# * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the
-# * specific language governing permissions and limitations under the License.
-# *
-# ***************************************************************************************************************************
-# NLS_ENCODING=UTF-8
-# NLS_MESSAGEFORMAT_VAR
-
-# META-INF/MANIFEST.MF
-bundle.name = Apache Juneau - REST client component
-bundle.vendor = Apache Software Foundation, Juneau

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/7d8f8f20/juneau-client/build.properties
----------------------------------------------------------------------
diff --git a/juneau-client/build.properties b/juneau-client/build.properties
deleted file mode 100755
index 0edf12d..0000000
--- a/juneau-client/build.properties
+++ /dev/null
@@ -1,21 +0,0 @@
-# ***************************************************************************************************************************
-# * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file
-# * distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file
-# * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance
-# * with the License.  You may obtain a copy of the License at
-# *  
-# *  http://www.apache.org/licenses/LICENSE-2.0
-# *  
-# * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an
-# * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the
-# * specific language governing permissions and limitations under the License.
-# *
-# ***************************************************************************************************************************
-source.. = src/main/java/,\
-           src/test/java/
-output.. = target/classes
-bin.includes = META-INF/,\
-               .,\
-               OSGI-INF/
-bin.excludes = **/doc-files/**
-nls_exclude=**/*.html

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/7d8f8f20/juneau-core/OSGI-INF/l10n/plugin.properties
----------------------------------------------------------------------
diff --git a/juneau-core/OSGI-INF/l10n/plugin.properties b/juneau-core/OSGI-INF/l10n/plugin.properties
deleted file mode 100644
index 7f1b10b..0000000
--- a/juneau-core/OSGI-INF/l10n/plugin.properties
+++ /dev/null
@@ -1,19 +0,0 @@
-# ***************************************************************************************************************************
-# * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file
-# * distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file
-# * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance
-# * with the License.  You may obtain a copy of the License at
-# *  
-# *  http://www.apache.org/licenses/LICENSE-2.0
-# *  
-# * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an
-# * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the
-# * specific language governing permissions and limitations under the License.
-# *
-# ***************************************************************************************************************************
-# NLS_ENCODING=UTF-8
-# NLS_MESSAGEFORMAT_VAR
-
-# META-INF/MANIFEST.MF
-bundle.name = Apache Juneau - Core component, serializers, parsers
-bundle.vendor = Apache Software Foundation, Juneau

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/7d8f8f20/juneau-core/build.properties
----------------------------------------------------------------------
diff --git a/juneau-core/build.properties b/juneau-core/build.properties
deleted file mode 100755
index d8d99b6..0000000
--- a/juneau-core/build.properties
+++ /dev/null
@@ -1,24 +0,0 @@
-# ***************************************************************************************************************************
-# * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file
-# * distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file
-# * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance
-# * with the License.  You may obtain a copy of the License at
-# *  
-# *  http://www.apache.org/licenses/LICENSE-2.0
-# *  
-# * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an
-# * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the
-# * specific language governing permissions and limitations under the License.
-# *
-# ***************************************************************************************************************************
-
-source.. = src/main/java/,\
-           src/main/resources/,\
-           src/test/java/,\
-           src/test/resources/
-output.. = target/classes
-bin.includes = META-INF/,\
-               .,\
-               OSGI-INF/
-bin.excludes = **/overview.html, **/doc-files/**
-nls_exclude=**/*.html

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/7d8f8f20/juneau-microservice-template/build.properties
----------------------------------------------------------------------
diff --git a/juneau-microservice-template/build.properties b/juneau-microservice-template/build.properties
deleted file mode 100644
index 133fbf3..0000000
--- a/juneau-microservice-template/build.properties
+++ /dev/null
@@ -1,17 +0,0 @@
-# ***************************************************************************************************************************
-# * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file *
-# * distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file        *
-# * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance            * 
-# * with the License.  You may obtain a copy of the License at                                                              *
-# *                                                                                                                         *
-# *  http://www.apache.org/licenses/LICENSE-2.0                                                                             *
-# *                                                                                                                         *
-# * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an  *
-# * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the        *
-# * specific language governing permissions and limitations under the License.                                              *
-# ***************************************************************************************************************************
-
-jar = microservice.jar
-zip = microservice.zip
-		
-

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/7d8f8f20/juneau-microservice/build.properties
----------------------------------------------------------------------
diff --git a/juneau-microservice/build.properties b/juneau-microservice/build.properties
deleted file mode 100755
index 8fe52e5..0000000
--- a/juneau-microservice/build.properties
+++ /dev/null
@@ -1,18 +0,0 @@
-# ***************************************************************************************************************************
-# * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file *
-# * distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file        *
-# * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance            * 
-# * with the License.  You may obtain a copy of the License at                                                              *
-# *                                                                                                                         *
-# *  http://www.apache.org/licenses/LICENSE-2.0                                                                             *
-# *                                                                                                                         *
-# * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an  *
-# * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the        *
-# * specific language governing permissions and limitations under the License.                                              *
-# ***************************************************************************************************************************
-source.. = src/main/java
-output.. = target/classes
-bin.includes = META-INF/,\
-               .
-jar = microservice.jar
-jre.compilation.profile = JavaSE-1.6

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/7d8f8f20/juneau-releng/build.properties
----------------------------------------------------------------------
diff --git a/juneau-releng/build.properties b/juneau-releng/build.properties
deleted file mode 100755
index 8d24d5d..0000000
--- a/juneau-releng/build.properties
+++ /dev/null
@@ -1,20 +0,0 @@
-# ***************************************************************************************************************************
-# * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file *
-# * distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file        *
-# * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance            * 
-# * with the License.  You may obtain a copy of the License at                                                              *
-# *                                                                                                                         *
-# *  http://www.apache.org/licenses/LICENSE-2.0                                                                             *
-# *                                                                                                                         *
-# * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an  *
-# * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the        *
-# * specific language governing permissions and limitations under the License.                                              *
-# ***************************************************************************************************************************
-
-nls_exclude=**/*.html
-
-jre.compilation.profile = JavaSE-1.6
-
-version = 6.0.0
-
-dir.build=build

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/7d8f8f20/juneau-samples/OSGI-INF/l10n/plugin.properties
----------------------------------------------------------------------
diff --git a/juneau-samples/OSGI-INF/l10n/plugin.properties b/juneau-samples/OSGI-INF/l10n/plugin.properties
deleted file mode 100644
index 52ddf0a..0000000
--- a/juneau-samples/OSGI-INF/l10n/plugin.properties
+++ /dev/null
@@ -1,18 +0,0 @@
-# ***************************************************************************************************************************
-# * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file *
-# * distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file        *
-# * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance            * 
-# * with the License.  You may obtain a copy of the License at                                                              *
-# *                                                                                                                         *
-# *  http://www.apache.org/licenses/LICENSE-2.0                                                                             *
-# *                                                                                                                         *
-# * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an  *
-# * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the        *
-# * specific language governing permissions and limitations under the License.                                              *
-# ***************************************************************************************************************************
-# NLS_ENCODING=UTF-8
-# NLS_MESSAGEFORMAT_VAR
-
-# META-INF/MANIFEST.MF
-bundle.name = Apache Juneau - Samples
-bundle.vendor = Apache Software Foundation, Juneau

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/7d8f8f20/juneau-samples/build.properties
----------------------------------------------------------------------
diff --git a/juneau-samples/build.properties b/juneau-samples/build.properties
deleted file mode 100755
index 881d866..0000000
--- a/juneau-samples/build.properties
+++ /dev/null
@@ -1,20 +0,0 @@
-# ***************************************************************************************************************************
-# * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file
-# * distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file
-# * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance
-# * with the License.  You may obtain a copy of the License at
-# *  
-# *  http://www.apache.org/licenses/LICENSE-2.0
-# *  
-# * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an
-# * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the
-# * specific language governing permissions and limitations under the License.
-# *
-# ***************************************************************************************************************************
-
-source.. = src/main/java
-output.. = target/classes
-bin.includes = META-INF/,\
-               .,\
-               OSGI-INF/
-jre.compilation.profile = JavaSE-1.6

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/7d8f8f20/juneau-server-test/OSGI-INF/l10n/plugin.properties
----------------------------------------------------------------------
diff --git a/juneau-server-test/OSGI-INF/l10n/plugin.properties b/juneau-server-test/OSGI-INF/l10n/plugin.properties
deleted file mode 100644
index b614f81..0000000
--- a/juneau-server-test/OSGI-INF/l10n/plugin.properties
+++ /dev/null
@@ -1,19 +0,0 @@
-# ***************************************************************************************************************************
-# * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file *
-# * distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file        *
-# * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance            * 
-# * with the License.  You may obtain a copy of the License at                                                              *
-# *                                                                                                                         *
-# *  http://www.apache.org/licenses/LICENSE-2.0                                                                             *
-# *                                                                                                                         *
-# * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an  *
-# * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the        *
-# * specific language governing permissions and limitations under the License.                                              *
-# *                                                                                                                         *
-# ***************************************************************************************************************************
-# NLS_ENCODING=UTF-8
-# NLS_MESSAGEFORMAT_VAR
-
-# META-INF/MANIFEST.MF
-bundle.name = Apache Juneau - REST server test component
-bundle.vendor = Apache Software Foundation, Juneau

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/7d8f8f20/juneau-server-test/build.properties
----------------------------------------------------------------------
diff --git a/juneau-server-test/build.properties b/juneau-server-test/build.properties
deleted file mode 100755
index 01ef7a9..0000000
--- a/juneau-server-test/build.properties
+++ /dev/null
@@ -1,19 +0,0 @@
-# ***************************************************************************************************************************
-# * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file *
-# * distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file        *
-# * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance            * 
-# * with the License.  You may obtain a copy of the License at                                                              *
-# *                                                                                                                         *
-# *  http://www.apache.org/licenses/LICENSE-2.0                                                                             *
-# *                                                                                                                         *
-# * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an  *
-# * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the        *
-# * specific language governing permissions and limitations under the License.                                              *
-# ***************************************************************************************************************************
-
-source.. = src/main/java,\
-           src/test/java
-output.. = target/classes
-bin.includes = META-INF/,\
-               .,\
-               OSGI-INF/

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/7d8f8f20/juneau-server/OSGI-INF/l10n/plugin.properties
----------------------------------------------------------------------
diff --git a/juneau-server/OSGI-INF/l10n/plugin.properties b/juneau-server/OSGI-INF/l10n/plugin.properties
deleted file mode 100644
index 9a1d1fb..0000000
--- a/juneau-server/OSGI-INF/l10n/plugin.properties
+++ /dev/null
@@ -1,19 +0,0 @@
-# ***************************************************************************************************************************
-# * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file *
-# * distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file        *
-# * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance            * 
-# * with the License.  You may obtain a copy of the License at                                                              *
-# *                                                                                                                         *
-# *  http://www.apache.org/licenses/LICENSE-2.0                                                                             *
-# *                                                                                                                         *
-# * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an  *
-# * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the        *
-# * specific language governing permissions and limitations under the License.                                              *
-# *                                                                                                                         *
-# ***************************************************************************************************************************
-# NLS_ENCODING=UTF-8
-# NLS_MESSAGEFORMAT_VAR
-
-# META-INF/MANIFEST.MF
-bundle.name = Apache Juneau - REST server component
-bundle.vendor = Apache Software Foundation, Juneau (Incubating Project)

http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/7d8f8f20/juneau-server/build.properties
----------------------------------------------------------------------
diff --git a/juneau-server/build.properties b/juneau-server/build.properties
deleted file mode 100755
index 7501beb..0000000
--- a/juneau-server/build.properties
+++ /dev/null
@@ -1,23 +0,0 @@
-# ***************************************************************************************************************************
-# * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.  See the NOTICE file *
-# * distributed with this work for additional information regarding copyright ownership.  The ASF licenses this file        *
-# * to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance            * 
-# * with the License.  You may obtain a copy of the License at                                                              *
-# *                                                                                                                         *
-# *  http://www.apache.org/licenses/LICENSE-2.0                                                                             *
-# *                                                                                                                         *
-# * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an  *
-# * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the License for the        *
-# * specific language governing permissions and limitations under the License.                                              *
-# *                                                                                                                         *
-# ***************************************************************************************************************************
-
-source.. = src/main/java/,\
-           src/test/java/,\
-           src/main/resources/
-output.. = target/classes
-bin.includes = META-INF/,\
-               .,\
-               OSGI-INF/
-bin.excludes = **/doc-files/**
-nls_exclude=**/*.html