[maven] convert to maven build using bnd-maven-plugin
Project: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/repo
Commit: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/commit/c7de7755
Tree: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/tree/c7de7755
Diff: http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/diff/c7de7755
Branch: refs/heads/master
Commit: c7de7755233792bbf7a9b61fbc402bbee75c7c69
Parents: f9c4f9f
Author: Raymond Auge <raymond.auge@liferay.com>
Authored: Mon Oct 24 17:44:25 2016 +0200
Committer: Raymond Auge <raymond.auge@liferay.com>
Committed: Mon Oct 24 17:44:25 2016 +0200
----------------------------------------------------------------------
.gitignore | 2 +-
.gradle-wrapper/gradle-wrapper.jar | Bin 53639 -> 0 bytes
.gradle-wrapper/gradle-wrapper.properties | 6 -
Readme.md | 3 -
build.gradle | 41 -
example-jaxrs-application/.gitignore | 2 -
example-jaxrs-application/bnd.bnd | 3 -
example-jaxrs-application/build.gradle | 4 -
.../example-jaxrs-application.iml | 20 -
.../portal/rest/example/ExampleAddon.java | 50 --
.../portal/rest/example/ExampleApplication.java | 46 -
.../portal/rest/example/ExampleFilter.java | 44 -
gradle/wrapper/gradle-wrapper.jar | Bin 53636 -> 0 bytes
gradle/wrapper/gradle-wrapper.properties | 6 -
gradlew | 160 ----
gradlew.bat | 90 --
org.apache.aries.jax-rs.cxf-common/.gitignore | 2 +
org.apache.aries.jax-rs.cxf-common/bnd.bnd | 55 ++
org.apache.aries.jax-rs.cxf-common/pom.xml | 107 +++
.../remote/cxf/common/ServicesRegistrator.java | 168 ++++
.../CXFEndpointPublisherActivator.java | 47 +
.../main/resources/content/Language.properties | 1 +
.../resources/content/Language_ar.properties | 1 +
.../resources/content/Language_bg.properties | 1 +
.../resources/content/Language_ca.properties | 1 +
.../resources/content/Language_cs.properties | 1 +
.../resources/content/Language_da.properties | 1 +
.../resources/content/Language_de.properties | 1 +
.../resources/content/Language_el.properties | 1 +
.../resources/content/Language_en.properties | 1 +
.../resources/content/Language_es.properties | 1 +
.../resources/content/Language_et.properties | 1 +
.../resources/content/Language_eu.properties | 1 +
.../resources/content/Language_fa.properties | 1 +
.../resources/content/Language_fi.properties | 1 +
.../resources/content/Language_fr.properties | 1 +
.../resources/content/Language_gl.properties | 1 +
.../resources/content/Language_hi_IN.properties | 1 +
.../resources/content/Language_hr.properties | 1 +
.../resources/content/Language_hu.properties | 1 +
.../resources/content/Language_in.properties | 1 +
.../resources/content/Language_it.properties | 1 +
.../resources/content/Language_iw.properties | 1 +
.../resources/content/Language_ja.properties | 1 +
.../resources/content/Language_ko.properties | 1 +
.../resources/content/Language_lo.properties | 1 +
.../resources/content/Language_lt.properties | 1 +
.../resources/content/Language_nb.properties | 1 +
.../resources/content/Language_nl.properties | 1 +
.../resources/content/Language_nl_BE.properties | 1 +
.../resources/content/Language_pl.properties | 1 +
.../resources/content/Language_pt_BR.properties | 1 +
.../resources/content/Language_pt_PT.properties | 1 +
.../resources/content/Language_ro.properties | 1 +
.../resources/content/Language_ru.properties | 1 +
.../resources/content/Language_sk.properties | 1 +
.../resources/content/Language_sl.properties | 1 +
.../resources/content/Language_sr_RS.properties | 1 +
.../content/Language_sr_RS_latin.properties | 1 +
.../resources/content/Language_sv.properties | 1 +
.../resources/content/Language_tr.properties | 1 +
.../resources/content/Language_uk.properties | 1 +
.../resources/content/Language_vi.properties | 1 +
.../resources/content/Language_zh_CN.properties | 1 +
.../resources/content/Language_zh_TW.properties | 1 +
org.apache.aries.jax-rs.example/.gitignore | 2 +
org.apache.aries.jax-rs.example/pom.xml | 27 +
.../portal/rest/example/ExampleAddon.java | 50 ++
.../portal/rest/example/ExampleApplication.java | 46 +
.../portal/rest/example/ExampleFilter.java | 44 +
org.apache.aries.rest.extender/.gitignore | 2 +
org.apache.aries.rest.extender/bnd.bnd | 5 +
org.apache.aries.rest.extender/pom.xml | 67 ++
.../activator/CXFJaxRsBundleActivator.java | 78 ++
.../AddonsServiceTrackerCustomizer.java | 102 +++
.../ApplicationServiceTrackerCustomizer.java | 140 +++
.../internal/BusServiceTrackerCustomizer.java | 116 +++
.../internal/CXFJaxRsServiceRegistrator.java | 148 +++
...AndInterceptorsServiceTrackerCustomizer.java | 123 +++
.../ServicesServiceTrackerCustomizer.java | 104 +++
.../SingletonServiceTrackerCustomizer.java | 159 ++++
.../main/resources/content/Language.properties | 1 +
.../resources/content/Language_ar.properties | 1 +
.../resources/content/Language_bg.properties | 1 +
.../resources/content/Language_ca.properties | 1 +
.../resources/content/Language_cs.properties | 1 +
.../resources/content/Language_da.properties | 1 +
.../resources/content/Language_de.properties | 1 +
.../resources/content/Language_el.properties | 1 +
.../resources/content/Language_en.properties | 1 +
.../resources/content/Language_es.properties | 1 +
.../resources/content/Language_et.properties | 1 +
.../resources/content/Language_eu.properties | 1 +
.../resources/content/Language_fa.properties | 1 +
.../resources/content/Language_fi.properties | 1 +
.../resources/content/Language_fr.properties | 1 +
.../resources/content/Language_gl.properties | 1 +
.../resources/content/Language_hi_IN.properties | 1 +
.../resources/content/Language_hr.properties | 1 +
.../resources/content/Language_hu.properties | 1 +
.../resources/content/Language_in.properties | 1 +
.../resources/content/Language_it.properties | 1 +
.../resources/content/Language_iw.properties | 1 +
.../resources/content/Language_ja.properties | 1 +
.../resources/content/Language_ko.properties | 1 +
.../resources/content/Language_lo.properties | 1 +
.../resources/content/Language_lt.properties | 1 +
.../resources/content/Language_nb.properties | 1 +
.../resources/content/Language_nl.properties | 1 +
.../resources/content/Language_nl_BE.properties | 1 +
.../resources/content/Language_pl.properties | 1 +
.../resources/content/Language_pt_BR.properties | 1 +
.../resources/content/Language_pt_PT.properties | 1 +
.../resources/content/Language_ro.properties | 1 +
.../resources/content/Language_ru.properties | 1 +
.../resources/content/Language_sk.properties | 1 +
.../resources/content/Language_sl.properties | 1 +
.../resources/content/Language_sr_RS.properties | 1 +
.../content/Language_sr_RS_latin.properties | 1 +
.../resources/content/Language_sv.properties | 1 +
.../resources/content/Language_tr.properties | 1 +
.../resources/content/Language_uk.properties | 1 +
.../resources/content/Language_vi.properties | 1 +
.../resources/content/Language_zh_CN.properties | 1 +
.../resources/content/Language_zh_TW.properties | 1 +
osgi-rest.iml | 14 -
pom.xml | 16 +-
portal-remote-cxf-common/.gitignore | 2 -
portal-remote-cxf-common/.lfrbuild-portal | 0
portal-remote-cxf-common/bnd.bnd | 63 --
portal-remote-cxf-common/build.gradle | 48 -
.../cxf/common/CXFEndpointPublisher$1.class | Bin 282 -> 0 bytes
...ndpointPublisher$ServicesRegistrator$1.class | Bin 1000 -> 0 bytes
...ServicesRegistrator$RemoteAccessFilter.class | Bin 2256 -> 0 bytes
...FEndpointPublisher$ServicesRegistrator.class | Bin 7314 -> 0 bytes
.../cxf/common/CXFEndpointPublisher.class | Bin 3813 -> 0 bytes
.../remote/cxf/common/ExtensionManager.class | Bin 1463 -> 0 bytes
.../CXFEndpointPublisherConfiguration.class | Bin 1181 -> 0 bytes
.../classes/content/Language.properties | 1 -
.../classes/content/Language_ar.properties | 1 -
.../classes/content/Language_bg.properties | 1 -
.../classes/content/Language_ca.properties | 1 -
.../classes/content/Language_cs.properties | 1 -
.../classes/content/Language_da.properties | 1 -
.../classes/content/Language_de.properties | 1 -
.../classes/content/Language_el.properties | 1 -
.../classes/content/Language_en.properties | 1 -
.../classes/content/Language_es.properties | 1 -
.../classes/content/Language_et.properties | 1 -
.../classes/content/Language_eu.properties | 1 -
.../classes/content/Language_fa.properties | 1 -
.../classes/content/Language_fi.properties | 1 -
.../classes/content/Language_fr.properties | 1 -
.../classes/content/Language_gl.properties | 1 -
.../classes/content/Language_hi_IN.properties | 1 -
.../classes/content/Language_hr.properties | 1 -
.../classes/content/Language_hu.properties | 1 -
.../classes/content/Language_in.properties | 1 -
.../classes/content/Language_it.properties | 1 -
.../classes/content/Language_iw.properties | 1 -
.../classes/content/Language_ja.properties | 1 -
.../classes/content/Language_ko.properties | 1 -
.../classes/content/Language_lo.properties | 1 -
.../classes/content/Language_lt.properties | 1 -
.../classes/content/Language_nb.properties | 1 -
.../classes/content/Language_nl.properties | 1 -
.../classes/content/Language_nl_BE.properties | 1 -
.../classes/content/Language_pl.properties | 1 -
.../classes/content/Language_pt_BR.properties | 1 -
.../classes/content/Language_pt_PT.properties | 1 -
.../classes/content/Language_ro.properties | 1 -
.../classes/content/Language_ru.properties | 1 -
.../classes/content/Language_sk.properties | 1 -
.../classes/content/Language_sl.properties | 1 -
.../classes/content/Language_sr_RS.properties | 1 -
.../content/Language_sr_RS_latin.properties | 1 -
.../classes/content/Language_sv.properties | 1 -
.../classes/content/Language_tr.properties | 1 -
.../classes/content/Language_uk.properties | 1 -
.../classes/content/Language_vi.properties | 1 -
.../classes/content/Language_zh_CN.properties | 1 -
.../classes/content/Language_zh_TW.properties | 1 -
.../javax/wsdl/extensions/http/packageinfo | 1 -
.../javax/wsdl/extensions/mime/packageinfo | 1 -
.../classes/javax/wsdl/extensions/packageinfo | 1 -
.../javax/wsdl/extensions/schema/packageinfo | 1 -
.../javax/wsdl/extensions/soap/packageinfo | 1 -
.../javax/wsdl/extensions/soap12/packageinfo | 1 -
.../classes/javax/wsdl/factory/packageinfo | 1 -
.../classes/javax/wsdl/packageinfo | 1 -
.../classes/javax/wsdl/xml/packageinfo | 1 -
.../binding/soap/wsdl/extensions/packageinfo | 1 -
.../cxf/databinding/source/mime/packageinfo | 1 -
.../ws/commons/schema/constants/packageinfo | 1 -
.../ws/commons/schema/extensions/packageinfo | 1 -
.../ws/commons/schema/internal/packageinfo | 1 -
.../org/apache/ws/commons/schema/packageinfo | 1 -
.../ws/commons/schema/resolver/packageinfo | 1 -
.../apache/ws/commons/schema/utils/packageinfo | 1 -
.../portal-remote-cxf-common.iml | 46 -
.../remote/cxf/common/ServicesRegistrator.java | 168 ----
.../CXFEndpointPublisherActivator.java | 47 -
.../main/resources/content/Language.properties | 1 -
.../resources/content/Language_ar.properties | 1 -
.../resources/content/Language_bg.properties | 1 -
.../resources/content/Language_ca.properties | 1 -
.../resources/content/Language_cs.properties | 1 -
.../resources/content/Language_da.properties | 1 -
.../resources/content/Language_de.properties | 1 -
.../resources/content/Language_el.properties | 1 -
.../resources/content/Language_en.properties | 1 -
.../resources/content/Language_es.properties | 1 -
.../resources/content/Language_et.properties | 1 -
.../resources/content/Language_eu.properties | 1 -
.../resources/content/Language_fa.properties | 1 -
.../resources/content/Language_fi.properties | 1 -
.../resources/content/Language_fr.properties | 1 -
.../resources/content/Language_gl.properties | 1 -
.../resources/content/Language_hi_IN.properties | 1 -
.../resources/content/Language_hr.properties | 1 -
.../resources/content/Language_hu.properties | 1 -
.../resources/content/Language_in.properties | 1 -
.../resources/content/Language_it.properties | 1 -
.../resources/content/Language_iw.properties | 1 -
.../resources/content/Language_ja.properties | 1 -
.../resources/content/Language_ko.properties | 1 -
.../resources/content/Language_lo.properties | 1 -
.../resources/content/Language_lt.properties | 1 -
.../resources/content/Language_nb.properties | 1 -
.../resources/content/Language_nl.properties | 1 -
.../resources/content/Language_nl_BE.properties | 1 -
.../resources/content/Language_pl.properties | 1 -
.../resources/content/Language_pt_BR.properties | 1 -
.../resources/content/Language_pt_PT.properties | 1 -
.../resources/content/Language_ro.properties | 1 -
.../resources/content/Language_ru.properties | 1 -
.../resources/content/Language_sk.properties | 1 -
.../resources/content/Language_sl.properties | 1 -
.../resources/content/Language_sr_RS.properties | 1 -
.../content/Language_sr_RS_latin.properties | 1 -
.../resources/content/Language_sv.properties | 1 -
.../resources/content/Language_tr.properties | 1 -
.../resources/content/Language_uk.properties | 1 -
.../resources/content/Language_vi.properties | 1 -
.../resources/content/Language_zh_CN.properties | 1 -
.../resources/content/Language_zh_TW.properties | 1 -
.../javax/wsdl/extensions/http/packageinfo | 1 -
.../javax/wsdl/extensions/mime/packageinfo | 1 -
.../resources/javax/wsdl/extensions/packageinfo | 1 -
.../javax/wsdl/extensions/schema/packageinfo | 1 -
.../javax/wsdl/extensions/soap/packageinfo | 1 -
.../javax/wsdl/extensions/soap12/packageinfo | 1 -
.../resources/javax/wsdl/factory/packageinfo | 1 -
.../src/main/resources/javax/wsdl/packageinfo | 1 -
.../main/resources/javax/wsdl/xml/packageinfo | 1 -
.../binding/soap/wsdl/extensions/packageinfo | 1 -
.../cxf/databinding/source/mime/packageinfo | 1 -
.../ws/commons/schema/constants/packageinfo | 1 -
.../ws/commons/schema/extensions/packageinfo | 1 -
.../ws/commons/schema/internal/packageinfo | 1 -
.../org/apache/ws/commons/schema/packageinfo | 1 -
.../ws/commons/schema/resolver/packageinfo | 1 -
.../apache/ws/commons/schema/utils/packageinfo | 1 -
portal-remote-cxf-jaxrs-common/.gitignore | 2 -
portal-remote-cxf-jaxrs-common/.lfrbuild-portal | 0
portal-remote-cxf-jaxrs-common/bnd.bnd | 64 --
portal-remote-cxf-jaxrs-common/build.gradle | 13 -
.../portal-remote-cxf-jaxrs-common.iml | 35 -
.../.gitignore | 2 -
portal-remote-rest-extender/.gitignore | 2 -
portal-remote-rest-extender/.lfrbuild-portal | 0
portal-remote-rest-extender/bnd.bnd | 6 -
portal-remote-rest-extender/build.gradle | 12 -
.../activator/CXFJaxRsBundleActivator.class | Bin 1438 -> 0 bytes
.../RestExtenderConfiguration.class | Bin 1463 -> 0 bytes
.../internal/CXFJaxRsServiceRegistrator.class | Bin 5632 -> 0 bytes
.../rest/extender/internal/RestExtender.class | Bin 6460 -> 0 bytes
.../classes/content/Language.properties | 1 -
.../classes/content/Language_ar.properties | 1 -
.../classes/content/Language_bg.properties | 1 -
.../classes/content/Language_ca.properties | 1 -
.../classes/content/Language_cs.properties | 1 -
.../classes/content/Language_da.properties | 1 -
.../classes/content/Language_de.properties | 1 -
.../classes/content/Language_el.properties | 1 -
.../classes/content/Language_en.properties | 1 -
.../classes/content/Language_es.properties | 1 -
.../classes/content/Language_et.properties | 1 -
.../classes/content/Language_eu.properties | 1 -
.../classes/content/Language_fa.properties | 1 -
.../classes/content/Language_fi.properties | 1 -
.../classes/content/Language_fr.properties | 1 -
.../classes/content/Language_gl.properties | 1 -
.../classes/content/Language_hi_IN.properties | 1 -
.../classes/content/Language_hr.properties | 1 -
.../classes/content/Language_hu.properties | 1 -
.../classes/content/Language_in.properties | 1 -
.../classes/content/Language_it.properties | 1 -
.../classes/content/Language_iw.properties | 1 -
.../classes/content/Language_ja.properties | 1 -
.../classes/content/Language_ko.properties | 1 -
.../classes/content/Language_lo.properties | 1 -
.../classes/content/Language_lt.properties | 1 -
.../classes/content/Language_nb.properties | 1 -
.../classes/content/Language_nl.properties | 1 -
.../classes/content/Language_nl_BE.properties | 1 -
.../classes/content/Language_pl.properties | 1 -
.../classes/content/Language_pt_BR.properties | 1 -
.../classes/content/Language_pt_PT.properties | 1 -
.../classes/content/Language_ro.properties | 1 -
.../classes/content/Language_ru.properties | 1 -
.../classes/content/Language_sk.properties | 1 -
.../classes/content/Language_sl.properties | 1 -
.../classes/content/Language_sr_RS.properties | 1 -
.../content/Language_sr_RS_latin.properties | 1 -
.../classes/content/Language_sv.properties | 1 -
.../classes/content/Language_tr.properties | 1 -
.../classes/content/Language_uk.properties | 1 -
.../classes/content/Language_vi.properties | 1 -
.../classes/content/Language_zh_CN.properties | 1 -
.../classes/content/Language_zh_TW.properties | 1 -
.../portal-remote-rest-extender.iml | 36 -
.../activator/CXFJaxRsBundleActivator.java | 78 --
.../AddonsServiceTrackerCustomizer.java | 102 ---
.../ApplicationServiceTrackerCustomizer.java | 140 ---
.../internal/BusServiceTrackerCustomizer.java | 116 ---
.../internal/CXFJaxRsServiceRegistrator.java | 148 ---
...AndInterceptorsServiceTrackerCustomizer.java | 123 ---
.../ServicesServiceTrackerCustomizer.java | 104 ---
.../SingletonServiceTrackerCustomizer.java | 159 ----
.../main/resources/content/Language.properties | 1 -
.../resources/content/Language_ar.properties | 1 -
.../resources/content/Language_bg.properties | 1 -
.../resources/content/Language_ca.properties | 1 -
.../resources/content/Language_cs.properties | 1 -
.../resources/content/Language_da.properties | 1 -
.../resources/content/Language_de.properties | 1 -
.../resources/content/Language_el.properties | 1 -
.../resources/content/Language_en.properties | 1 -
.../resources/content/Language_es.properties | 1 -
.../resources/content/Language_et.properties | 1 -
.../resources/content/Language_eu.properties | 1 -
.../resources/content/Language_fa.properties | 1 -
.../resources/content/Language_fi.properties | 1 -
.../resources/content/Language_fr.properties | 1 -
.../resources/content/Language_gl.properties | 1 -
.../resources/content/Language_hi_IN.properties | 1 -
.../resources/content/Language_hr.properties | 1 -
.../resources/content/Language_hu.properties | 1 -
.../resources/content/Language_in.properties | 1 -
.../resources/content/Language_it.properties | 1 -
.../resources/content/Language_iw.properties | 1 -
.../resources/content/Language_ja.properties | 1 -
.../resources/content/Language_ko.properties | 1 -
.../resources/content/Language_lo.properties | 1 -
.../resources/content/Language_lt.properties | 1 -
.../resources/content/Language_nb.properties | 1 -
.../resources/content/Language_nl.properties | 1 -
.../resources/content/Language_nl_BE.properties | 1 -
.../resources/content/Language_pl.properties | 1 -
.../resources/content/Language_pt_BR.properties | 1 -
.../resources/content/Language_pt_PT.properties | 1 -
.../resources/content/Language_ro.properties | 1 -
.../resources/content/Language_ru.properties | 1 -
.../resources/content/Language_sk.properties | 1 -
.../resources/content/Language_sl.properties | 1 -
.../resources/content/Language_sr_RS.properties | 1 -
.../content/Language_sr_RS_latin.properties | 1 -
.../resources/content/Language_sv.properties | 1 -
.../resources/content/Language_tr.properties | 1 -
.../resources/content/Language_uk.properties | 1 -
.../resources/content/Language_vi.properties | 1 -
.../resources/content/Language_zh_CN.properties | 1 -
.../resources/content/Language_zh_TW.properties | 1 -
run.sh | 2 -
settings.gradle | 7 -
test-cxf/.gitignore | 2 -
test-cxf/.idea/.name | 1 -
test-cxf/.idea/compiler.xml | 22 -
test-cxf/.idea/copyright/profiles_settings.xml | 3 -
test-cxf/.idea/encodings.xml | 6 -
.../.idea/libraries/org_osgi_core_6_0_0.xml | 12 -
test-cxf/.idea/misc.xml | 19 -
test-cxf/.idea/modules.xml | 8 -
test-cxf/.idea/uiDesigner.xml | 124 ---
test-cxf/.idea/workspace.xml | 893 -------------------
test-cxf/bnd.bnd | 3 -
test-cxf/build.gradle | 57 --
test-cxf/conf/config.properties | 105 ---
...on.CXFEndpointPublisherConfiguration-one.cfg | 1 -
...figuration.RestExtenderConfiguration-one.cfg | 1 -
.../java/com/liferay/cxf/TestApplication.java | 22 -
test-cxf/test-cxf.iml | 61 --
393 files changed, 1695 insertions(+), 3567 deletions(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/c7de7755/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index 2920297..7cfaff5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,6 +6,6 @@
*/.settings/
*/bin/
**/build/
-/.gradle/
+**/target/
/test-cxf/felix-cache/
/test-cxf/bundle/
http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/c7de7755/.gradle-wrapper/gradle-wrapper.jar
----------------------------------------------------------------------
diff --git a/.gradle-wrapper/gradle-wrapper.jar b/.gradle-wrapper/gradle-wrapper.jar
deleted file mode 100644
index 2c6137b..0000000
Binary files a/.gradle-wrapper/gradle-wrapper.jar and /dev/null differ
http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/c7de7755/.gradle-wrapper/gradle-wrapper.properties
----------------------------------------------------------------------
diff --git a/.gradle-wrapper/gradle-wrapper.properties b/.gradle-wrapper/gradle-wrapper.properties
deleted file mode 100644
index 49e6283..0000000
--- a/.gradle-wrapper/gradle-wrapper.properties
+++ /dev/null
@@ -1,6 +0,0 @@
-#Tue Mar 15 10:18:27 CDT 2016
-distributionBase=GRADLE_USER_HOME
-distributionPath=wrapper/dists
-zipStoreBase=GRADLE_USER_HOME
-zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-2.12-bin.zip
http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/c7de7755/Readme.md
----------------------------------------------------------------------
diff --git a/Readme.md b/Readme.md
deleted file mode 100644
index 25cd09e..0000000
--- a/Readme.md
+++ /dev/null
@@ -1,3 +0,0 @@
-To run the examples issue `./gradlew -q test-cxf:run`
-
-you should be able to access `example-jaxrs-application` in `http://localhost:8080/cxf/example`
\ No newline at end of file
http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/c7de7755/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
deleted file mode 100644
index 989ec63..0000000
--- a/build.gradle
+++ /dev/null
@@ -1,41 +0,0 @@
-buildscript {
- repositories {
- maven {
- url "http://cdn.repository.liferay.com/nexus/content/groups/public/"
- }
- }
- dependencies {
- classpath 'biz.aQute.bnd:biz.aQute.bnd.gradle:3.3.0'
- classpath 'com.liferay:com.liferay.ant.bnd:2.0.21'
- }
-}
-
-defaultTasks 'build'
-
-subprojects {
- buildscript {
- repositories {
- maven {
- url "http://cdn.repository.liferay.com/nexus/content/groups/public/"
- }
- }
- }
-
- if (file('bnd.bnd').exists()) {
- apply plugin: 'biz.aQute.bnd.builder'
- sourceCompatibility = 1.7
- }
- else {
- apply plugin: 'java'
- }
-
- repositories {
- maven {
- url "http://cdn.repository.liferay.com/nexus/content/groups/public/"
- }
- }
-}
-
-task wrapper(type:Wrapper){
- gradleVersion = '3.1'
-}
http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/c7de7755/example-jaxrs-application/.gitignore
----------------------------------------------------------------------
diff --git a/example-jaxrs-application/.gitignore b/example-jaxrs-application/.gitignore
deleted file mode 100644
index 83ccc54..0000000
--- a/example-jaxrs-application/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-/build/
-/bin/
http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/c7de7755/example-jaxrs-application/bnd.bnd
----------------------------------------------------------------------
diff --git a/example-jaxrs-application/bnd.bnd b/example-jaxrs-application/bnd.bnd
deleted file mode 100644
index b9afa09..0000000
--- a/example-jaxrs-application/bnd.bnd
+++ /dev/null
@@ -1,3 +0,0 @@
-Bundle-Name: Example OSGi Rest Application
-Bundle-SymbolicName: com.liferay.portal.rest.example
-Bundle-Version: 1.0.0
http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/c7de7755/example-jaxrs-application/build.gradle
----------------------------------------------------------------------
diff --git a/example-jaxrs-application/build.gradle b/example-jaxrs-application/build.gradle
deleted file mode 100644
index 4e48a50..0000000
--- a/example-jaxrs-application/build.gradle
+++ /dev/null
@@ -1,4 +0,0 @@
-dependencies {
- compile group: "javax.ws.rs", name: "javax.ws.rs-api", version: "2.0.1"
- compile group: "org.osgi", name: "org.osgi.service.component.annotations", version: "1.3.0"
-}
\ No newline at end of file
http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/c7de7755/example-jaxrs-application/example-jaxrs-application.iml
----------------------------------------------------------------------
diff --git a/example-jaxrs-application/example-jaxrs-application.iml b/example-jaxrs-application/example-jaxrs-application.iml
deleted file mode 100644
index 491aed7..0000000
--- a/example-jaxrs-application/example-jaxrs-application.iml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<module external.linked.project.id=":example-jaxrs-application" external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$/.." external.system.id="GRADLE" external.system.module.group="osgi-rest" external.system.module.version="unspecified" type="JAVA_MODULE" version="4">
- <component name="NewModuleRootManager" inherit-compiler-output="false">
- <output url="file://$MODULE_DIR$/build/classes/main" />
- <output-test url="file://$MODULE_DIR$/build/classes/test" />
- <exclude-output />
- <content url="file://$MODULE_DIR$">
- <sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
- <sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />
- <sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
- <sourceFolder url="file://$MODULE_DIR$/src/test/resources" type="java-test-resource" />
- <excludeFolder url="file://$MODULE_DIR$/.gradle" />
- <excludeFolder url="file://$MODULE_DIR$/build" />
- </content>
- <orderEntry type="inheritedJdk" />
- <orderEntry type="sourceFolder" forTests="false" />
- <orderEntry type="library" name="Gradle: javax.ws.rs:javax.ws.rs-api:2.0.1" level="project" />
- <orderEntry type="library" name="Gradle: org.osgi:org.osgi.service.component.annotations:1.3.0" level="project" />
- </component>
-</module>
\ No newline at end of file
http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/c7de7755/example-jaxrs-application/src/main/java/com/liferay/portal/rest/example/ExampleAddon.java
----------------------------------------------------------------------
diff --git a/example-jaxrs-application/src/main/java/com/liferay/portal/rest/example/ExampleAddon.java b/example-jaxrs-application/src/main/java/com/liferay/portal/rest/example/ExampleAddon.java
deleted file mode 100644
index 5431e76..0000000
--- a/example-jaxrs-application/src/main/java/com/liferay/portal/rest/example/ExampleAddon.java
+++ /dev/null
@@ -1,50 +0,0 @@
-/**
- * Copyright (c) 2000-present Liferay, Inc. All rights reserved.
- * <p>
- * This library is free software; you can redistribute it and/or modify it under
- * the terms of the GNU Lesser General Public License as published by the Free
- * Software Foundation; either version 2.1 of the License, or (at your option)
- * any later version.
- * <p>
- * This library is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
- * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
- * details.
- */
-
-package com.liferay.portal.rest.example;
-
-import org.osgi.service.component.annotations.Component;
-
-import javax.annotation.PostConstruct;
-import javax.ws.rs.GET;
-import javax.ws.rs.Path;
-import javax.ws.rs.PathParam;
-import javax.ws.rs.core.Context;
-import javax.ws.rs.core.UriInfo;
-
-/**
- * @author Carlos Sierra Andrés
- */
-@Component(
- immediate = true,
- property = "osgi.jaxrs.resource.base=/examples/example-addon",
- service = ExampleAddon.class
-)
-public class ExampleAddon {
-
- @GET
- @Path("/{name}")
- public String sayHello(@PathParam("name") String name) {
- return "Hello " + name;
- }
-
- @PostConstruct
- public void init() {
- System.out.println("URIINFO: " + _uriInfo);
- }
-
- @Context
- UriInfo _uriInfo;
-
-}
http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/c7de7755/example-jaxrs-application/src/main/java/com/liferay/portal/rest/example/ExampleApplication.java
----------------------------------------------------------------------
diff --git a/example-jaxrs-application/src/main/java/com/liferay/portal/rest/example/ExampleApplication.java b/example-jaxrs-application/src/main/java/com/liferay/portal/rest/example/ExampleApplication.java
deleted file mode 100644
index 25234b2..0000000
--- a/example-jaxrs-application/src/main/java/com/liferay/portal/rest/example/ExampleApplication.java
+++ /dev/null
@@ -1,46 +0,0 @@
-/**
- * Copyright (c) 2000-present Liferay, Inc. All rights reserved.
- * <p/>
- * This library is free software; you can redistribute it and/or modify it under
- * the terms of the GNU Lesser General Public License as published by the Free
- * Software Foundation; either version 2.1 of the License, or (at your option)
- * any later version.
- * <p/>
- * This library is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
- * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
- * details.
- */
-
-package com.liferay.portal.rest.example;
-
-import org.osgi.service.component.annotations.Component;
-
-import javax.ws.rs.GET;
-import javax.ws.rs.Produces;
-import javax.ws.rs.core.Application;
-import java.util.Collections;
-import java.util.Set;
-
-/**
- * @author Carlos Sierra Andrés
- */
-@Component(
- immediate = true,
- property = "osgi.jaxrs.application.base=/example-application",
- service = Application.class
-)
-public class ExampleApplication extends Application {
-
- @Override
- public Set<Object> getSingletons() {
- return Collections.<Object>singleton(this);
- }
-
- @GET
- @Produces("text/plain")
- public String sayHello() {
- return "Hello world";
- }
-
-}
http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/c7de7755/example-jaxrs-application/src/main/java/com/liferay/portal/rest/example/ExampleFilter.java
----------------------------------------------------------------------
diff --git a/example-jaxrs-application/src/main/java/com/liferay/portal/rest/example/ExampleFilter.java b/example-jaxrs-application/src/main/java/com/liferay/portal/rest/example/ExampleFilter.java
deleted file mode 100644
index c2e89ac..0000000
--- a/example-jaxrs-application/src/main/java/com/liferay/portal/rest/example/ExampleFilter.java
+++ /dev/null
@@ -1,44 +0,0 @@
-/**
- * Copyright (c) 2000-present Liferay, Inc. All rights reserved.
- * <p>
- * This library is free software; you can redistribute it and/or modify it under
- * the terms of the GNU Lesser General Public License as published by the Free
- * Software Foundation; either version 2.1 of the License, or (at your option)
- * any later version.
- * <p>
- * This library is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
- * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
- * details.
- */
-
-package com.liferay.portal.rest.example;
-
-import org.osgi.service.component.annotations.Component;
-
-import javax.ws.rs.container.ContainerRequestContext;
-import javax.ws.rs.container.ContainerRequestFilter;
-import javax.ws.rs.ext.Provider;
-import java.io.IOException;
-
-/**
- * @author Carlos Sierra Andrés
- */
-@Component(
- immediate = true,
- property = {
- "jaxrs.application.select=(component.name=com.liferay.portal.rest.example.ExampleApplication)",
- "osgi.jaxrs.filter.base=/examples"
- }
-)
-@Provider
-public class ExampleFilter implements ContainerRequestFilter {
-
- @Override
- public void filter(ContainerRequestContext requestContext)
- throws IOException {
-
- System.out.println("FILTERED!");
- }
-
-}
http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/c7de7755/gradle/wrapper/gradle-wrapper.jar
----------------------------------------------------------------------
diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar
deleted file mode 100644
index 9411448..0000000
Binary files a/gradle/wrapper/gradle-wrapper.jar and /dev/null differ
http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/c7de7755/gradle/wrapper/gradle-wrapper.properties
----------------------------------------------------------------------
diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties
deleted file mode 100644
index 42dcda0..0000000
--- a/gradle/wrapper/gradle-wrapper.properties
+++ /dev/null
@@ -1,6 +0,0 @@
-#Thu Jun 30 11:34:11 CEST 2016
-distributionBase=GRADLE_USER_HOME
-distributionPath=wrapper/dists
-zipStoreBase=GRADLE_USER_HOME
-zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-2.9-bin.zip
http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/c7de7755/gradlew
----------------------------------------------------------------------
diff --git a/gradlew b/gradlew
deleted file mode 100755
index 9d82f78..0000000
--- a/gradlew
+++ /dev/null
@@ -1,160 +0,0 @@
-#!/usr/bin/env bash
-
-##############################################################################
-##
-## Gradle start up script for UN*X
-##
-##############################################################################
-
-# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
-DEFAULT_JVM_OPTS=""
-
-APP_NAME="Gradle"
-APP_BASE_NAME=`basename "$0"`
-
-# Use the maximum available, or set MAX_FD != -1 to use that value.
-MAX_FD="maximum"
-
-warn ( ) {
- echo "$*"
-}
-
-die ( ) {
- echo
- echo "$*"
- echo
- exit 1
-}
-
-# OS specific support (must be 'true' or 'false').
-cygwin=false
-msys=false
-darwin=false
-case "`uname`" in
- CYGWIN* )
- cygwin=true
- ;;
- Darwin* )
- darwin=true
- ;;
- MINGW* )
- msys=true
- ;;
-esac
-
-# Attempt to set APP_HOME
-# Resolve links: $0 may be a link
-PRG="$0"
-# Need this for relative symlinks.
-while [ -h "$PRG" ] ; do
- ls=`ls -ld "$PRG"`
- link=`expr "$ls" : '.*-> \(.*\)$'`
- if expr "$link" : '/.*' > /dev/null; then
- PRG="$link"
- else
- PRG=`dirname "$PRG"`"/$link"
- fi
-done
-SAVED="`pwd`"
-cd "`dirname \"$PRG\"`/" >/dev/null
-APP_HOME="`pwd -P`"
-cd "$SAVED" >/dev/null
-
-CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar
-
-# Determine the Java command to use to start the JVM.
-if [ -n "$JAVA_HOME" ] ; then
- if [ -x "$JAVA_HOME/jre/sh/java" ] ; then
- # IBM's JDK on AIX uses strange locations for the executables
- JAVACMD="$JAVA_HOME/jre/sh/java"
- else
- JAVACMD="$JAVA_HOME/bin/java"
- fi
- if [ ! -x "$JAVACMD" ] ; then
- die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME
-
-Please set the JAVA_HOME variable in your environment to match the
-location of your Java installation."
- fi
-else
- JAVACMD="java"
- which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
-
-Please set the JAVA_HOME variable in your environment to match the
-location of your Java installation."
-fi
-
-# Increase the maximum file descriptors if we can.
-if [ "$cygwin" = "false" -a "$darwin" = "false" ] ; then
- MAX_FD_LIMIT=`ulimit -H -n`
- if [ $? -eq 0 ] ; then
- if [ "$MAX_FD" = "maximum" -o "$MAX_FD" = "max" ] ; then
- MAX_FD="$MAX_FD_LIMIT"
- fi
- ulimit -n $MAX_FD
- if [ $? -ne 0 ] ; then
- warn "Could not set maximum file descriptor limit: $MAX_FD"
- fi
- else
- warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT"
- fi
-fi
-
-# For Darwin, add options to specify how the application appears in the dock
-if $darwin; then
- GRADLE_OPTS="$GRADLE_OPTS \"-Xdock:name=$APP_NAME\" \"-Xdock:icon=$APP_HOME/media/gradle.icns\""
-fi
-
-# For Cygwin, switch paths to Windows format before running java
-if $cygwin ; then
- APP_HOME=`cygpath --path --mixed "$APP_HOME"`
- CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
- JAVACMD=`cygpath --unix "$JAVACMD"`
-
- # We build the pattern for arguments to be converted via cygpath
- ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
- SEP=""
- for dir in $ROOTDIRSRAW ; do
- ROOTDIRS="$ROOTDIRS$SEP$dir"
- SEP="|"
- done
- OURCYGPATTERN="(^($ROOTDIRS))"
- # Add a user-defined pattern to the cygpath arguments
- if [ "$GRADLE_CYGPATTERN" != "" ] ; then
- OURCYGPATTERN="$OURCYGPATTERN|($GRADLE_CYGPATTERN)"
- fi
- # Now convert the arguments - kludge to limit ourselves to /bin/sh
- i=0
- for arg in "$@" ; do
- CHECK=`echo "$arg"|egrep -c "$OURCYGPATTERN" -`
- CHECK2=`echo "$arg"|egrep -c "^-"` ### Determine if an option
-
- if [ $CHECK -ne 0 ] && [ $CHECK2 -eq 0 ] ; then ### Added a condition
- eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
- else
- eval `echo args$i`="\"$arg\""
- fi
- i=$((i+1))
- done
- case $i in
- (0) set -- ;;
- (1) set -- "$args0" ;;
- (2) set -- "$args0" "$args1" ;;
- (3) set -- "$args0" "$args1" "$args2" ;;
- (4) set -- "$args0" "$args1" "$args2" "$args3" ;;
- (5) set -- "$args0" "$args1" "$args2" "$args3" "$args4" ;;
- (6) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" ;;
- (7) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" ;;
- (8) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" ;;
- (9) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" "$args8" ;;
- esac
-fi
-
-# Split up the JVM_OPTS And GRADLE_OPTS values into an array, following the shell quoting and substitution rules
-function splitJvmOpts() {
- JVM_OPTS=("$@")
-}
-eval splitJvmOpts $DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS
-JVM_OPTS[${#JVM_OPTS[*]}]="-Dorg.gradle.appname=$APP_BASE_NAME"
-
-exec "$JAVACMD" "${JVM_OPTS[@]}" -classpath "$CLASSPATH" org.gradle.wrapper.GradleWrapperMain "$@"
http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/c7de7755/gradlew.bat
----------------------------------------------------------------------
diff --git a/gradlew.bat b/gradlew.bat
deleted file mode 100644
index aec9973..0000000
--- a/gradlew.bat
+++ /dev/null
@@ -1,90 +0,0 @@
-@if "%DEBUG%" == "" @echo off
-@rem ##########################################################################
-@rem
-@rem Gradle startup script for Windows
-@rem
-@rem ##########################################################################
-
-@rem Set local scope for the variables with windows NT shell
-if "%OS%"=="Windows_NT" setlocal
-
-@rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
-set DEFAULT_JVM_OPTS=
-
-set DIRNAME=%~dp0
-if "%DIRNAME%" == "" set DIRNAME=.
-set APP_BASE_NAME=%~n0
-set APP_HOME=%DIRNAME%
-
-@rem Find java.exe
-if defined JAVA_HOME goto findJavaFromJavaHome
-
-set JAVA_EXE=java.exe
-%JAVA_EXE% -version >NUL 2>&1
-if "%ERRORLEVEL%" == "0" goto init
-
-echo.
-echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
-echo.
-echo Please set the JAVA_HOME variable in your environment to match the
-echo location of your Java installation.
-
-goto fail
-
-:findJavaFromJavaHome
-set JAVA_HOME=%JAVA_HOME:"=%
-set JAVA_EXE=%JAVA_HOME%/bin/java.exe
-
-if exist "%JAVA_EXE%" goto init
-
-echo.
-echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
-echo.
-echo Please set the JAVA_HOME variable in your environment to match the
-echo location of your Java installation.
-
-goto fail
-
-:init
-@rem Get command-line arguments, handling Windowz variants
-
-if not "%OS%" == "Windows_NT" goto win9xME_args
-if "%@eval[2+2]" == "4" goto 4NT_args
-
-:win9xME_args
-@rem Slurp the command line arguments.
-set CMD_LINE_ARGS=
-set _SKIP=2
-
-:win9xME_args_slurp
-if "x%~1" == "x" goto execute
-
-set CMD_LINE_ARGS=%*
-goto execute
-
-:4NT_args
-@rem Get arguments from the 4NT Shell from JP Software
-set CMD_LINE_ARGS=%$
-
-:execute
-@rem Setup the command line
-
-set CLASSPATH=%APP_HOME%\gradle\wrapper\gradle-wrapper.jar
-
-@rem Execute Gradle
-"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -classpath "%CLASSPATH%" org.gradle.wrapper.GradleWrapperMain %CMD_LINE_ARGS%
-
-:end
-@rem End local scope for the variables with windows NT shell
-if "%ERRORLEVEL%"=="0" goto mainEnd
-
-:fail
-rem Set variable GRADLE_EXIT_CONSOLE if you need the _script_ return code instead of
-rem the _cmd.exe /c_ return code!
-if not "" == "%GRADLE_EXIT_CONSOLE%" exit 1
-exit /b 1
-
-:mainEnd
-if "%OS%"=="Windows_NT" endlocal
-
-:omega
http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/c7de7755/org.apache.aries.jax-rs.cxf-common/.gitignore
----------------------------------------------------------------------
diff --git a/org.apache.aries.jax-rs.cxf-common/.gitignore b/org.apache.aries.jax-rs.cxf-common/.gitignore
new file mode 100644
index 0000000..83ccc54
--- /dev/null
+++ b/org.apache.aries.jax-rs.cxf-common/.gitignore
@@ -0,0 +1,2 @@
+/build/
+/bin/
http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/c7de7755/org.apache.aries.jax-rs.cxf-common/bnd.bnd
----------------------------------------------------------------------
diff --git a/org.apache.aries.jax-rs.cxf-common/bnd.bnd b/org.apache.aries.jax-rs.cxf-common/bnd.bnd
new file mode 100644
index 0000000..53dfced
--- /dev/null
+++ b/org.apache.aries.jax-rs.cxf-common/bnd.bnd
@@ -0,0 +1,55 @@
+Bundle-Activator: com.liferay.portal.remote.cxf.common.activator.CXFEndpointPublisherActivator
+-exportcontents:\
+ javax.json.*,\
+ javax.ws.rs.*,\
+ javax.wsdl.*,\
+ org.apache.cxf.*,\
+ org.apache.ws.commons.schema.*
+Import-Package:\
+ !com.sun.*,\
+ !com.ctc.wstx.*,\
+ !javax.validation.*,\
+ !net.sf.cglib.proxy.*,\
+ !org.apache.abdera.*,\
+ !org.apache.aries.*,\
+ !org.apache.cxf.*,\
+ !org.apache.neethi.*,\
+ !org.apache.velocity.*,\
+ !org.apache.xerces.*,\
+ !org.apache.xml.resolver.*,\
+ !org.apache.xmlbeans.*,\
+ !org.codehaus.stax2.*,\
+ !org.dom4j.*,\
+ !org.junit.*,\
+ !org.jvnet.fastinfoset.*,\
+ !org.jvnet.staxex.*,\
+ !org.osgi.service.blueprint.*,\
+ !org.relaxng.datatype.*,\
+ !org.slf4j.spi.*,\
+ !org.springframework.*,\
+ *
+Provide-Capability:\
+ osgi.contract;\
+ osgi.contract=JavaJAXRS;\
+ uses:="javax.ws.rs,javax.ws.rs.core,javax.ws.rs.client,javax.ws.rs.container,javax.ws.rs.ext";\
+ version:Version=2,\
+ osgi.contract;\
+ osgi.contract=JavaJSONP;\
+ uses:="javax.json,javax.json.spi,javax.json.stream";\
+ version:Version=1
+-includeresource:\
+ lib/cxf-core.jar=cxf-core-*.jar;lib:=true,\
+ lib/cxf-rt-bindings-soap.jar=cxf-rt-bindings-soap-*.jar;lib:=true,\
+ lib/cxf-rt-databinding-jaxb.jar=cxf-rt-databinding-jaxb-*.jar;lib:=true,\
+ lib/cxf-rt-frontend-jaxrs.jar=cxf-rt-frontend-jaxrs-*.jar;lib:=true,\
+ lib/cxf-rt-rs-extension-providers.jar=cxf-rt-rs-extension-providers-*.jar;lib:=true,\
+ lib/cxf-rt-transports-http.jar=cxf-rt-transports-http-*.jar;lib:=true,\
+ lib/cxf-rt-wsdl.jar=cxf-rt-wsdl-*.jar;lib:=true,\
+ lib/cxf-tools-common.jar=cxf-tools-common-*.jar;lib:=true,\
+ lib/cxf-tools-validator.jar=cxf-tools-validator-*.jar;lib:=true,\
+ lib/javax.annotation-api.jar=javax.annotation-api-*.jar;lib:=true,\
+ lib/javax.json-api.jar=javax.json-api-*.jar;lib:=true,\
+ lib/javax.ws.rs-api.jar=javax.ws.rs-api-*.jar;lib:=true,\
+ lib/jettison.jar=jettison-*.jar;lib:=true,\
+ lib/wsdl4j.jar=wsdl4j-*.jar;lib:=true,\
+ lib/xmlschema-core.jar=xmlschema-core-*.jar;lib:=true
http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/c7de7755/org.apache.aries.jax-rs.cxf-common/pom.xml
----------------------------------------------------------------------
diff --git a/org.apache.aries.jax-rs.cxf-common/pom.xml b/org.apache.aries.jax-rs.cxf-common/pom.xml
new file mode 100644
index 0000000..0786f41
--- /dev/null
+++ b/org.apache.aries.jax-rs.cxf-common/pom.xml
@@ -0,0 +1,107 @@
+<project
+ xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
+>
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.apache.aries</groupId>
+ <artifactId>org.apache.aries.jax-rs</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ </parent>
+ <artifactId>org.apache.aries.jax-rs.cxf-common</artifactId>
+ <packaging>jar</packaging>
+ <description>Aries Repackaging of CXF Common Jars</description>
+ <dependencies>
+ <dependency>
+ <groupId>biz.aQute.bnd</groupId>
+ <artifactId>biz.aQute.bndlib</artifactId>
+ <version>3.1.0</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.annotation</groupId>
+ <artifactId>javax.annotation-api</artifactId>
+ <version>1.2</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.json</groupId>
+ <artifactId>javax.json-api</artifactId>
+ <version>1.0</version>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>javax.servlet-api</artifactId>
+ <version>3.0.1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.cxf</groupId>
+ <artifactId>cxf-rt-bindings-soap</artifactId>
+ <version>3.1.7</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.cxf</groupId>
+ <artifactId>cxf-rt-databinding-jaxb</artifactId>
+ <version>3.1.7</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.cxf</groupId>
+ <artifactId>cxf-rt-rs-extension-providers</artifactId>
+ <version>3.1.7</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.cxf</groupId>
+ <artifactId>cxf-rt-frontend-jaxrs</artifactId>
+ <version>3.1.7</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.cxf</groupId>
+ <artifactId>cxf-rt-transports-http</artifactId>
+ <version>3.1.7</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.cxf</groupId>
+ <artifactId>cxf-rt-wsdl</artifactId>
+ <version>3.1.7</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.cxf</groupId>
+ <artifactId>cxf-tools-common</artifactId>
+ <version>3.1.7</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.cxf</groupId>
+ <artifactId>cxf-tools-validator</artifactId>
+ <version>3.1.7</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>org.apache.felix.dependencymanager</artifactId>
+ <version>3.2.0</version>
+ </dependency>
+ <dependency>
+ <groupId>org.codehaus.jettison</groupId>
+ <artifactId>jettison</artifactId>
+ <version>1.3.8</version>
+ </dependency>
+ <dependency>
+ <groupId>org.codehaus.woodstox</groupId>
+ <artifactId>stax2-api</artifactId>
+ <version>3.1.4</version>
+ </dependency>
+ <dependency>
+ <groupId>org.codehaus.woodstox</groupId>
+ <artifactId>woodstox-core-asl</artifactId>
+ <version>4.4.1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.osgi</groupId>
+ <artifactId>org.osgi.core</artifactId>
+ <version>6.0.0</version>
+ </dependency>
+ <dependency>
+ <groupId>wsdl4j</groupId>
+ <artifactId>wsdl4j</artifactId>
+ <version>1.6.3</version>
+ </dependency>
+ </dependencies>
+</project>
http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/c7de7755/org.apache.aries.jax-rs.cxf-common/src/main/java/com/liferay/portal/remote/cxf/common/ServicesRegistrator.java
----------------------------------------------------------------------
diff --git a/org.apache.aries.jax-rs.cxf-common/src/main/java/com/liferay/portal/remote/cxf/common/ServicesRegistrator.java b/org.apache.aries.jax-rs.cxf-common/src/main/java/com/liferay/portal/remote/cxf/common/ServicesRegistrator.java
new file mode 100644
index 0000000..68d79f6
--- /dev/null
+++ b/org.apache.aries.jax-rs.cxf-common/src/main/java/com/liferay/portal/remote/cxf/common/ServicesRegistrator.java
@@ -0,0 +1,168 @@
+/**
+ * Copyright (c) 2000-present Liferay, Inc. All rights reserved.
+ * <p>
+ * This library is free software; you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation; either version 2.1 of the License, or (at your option)
+ * any later version.
+ * <p>
+ * This library is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
+ * details.
+ */
+
+package com.liferay.portal.remote.cxf.common;
+
+import org.apache.cxf.Bus;
+import org.apache.cxf.bus.CXFBusFactory;
+import org.apache.cxf.transport.servlet.CXFNonSpringServlet;
+import org.osgi.framework.BundleContext;
+import org.osgi.framework.ServiceRegistration;
+import org.osgi.service.http.context.ServletContextHelper;
+import org.osgi.service.http.whiteboard.HttpWhiteboardConstants;
+import org.slf4j.Logger;
+import org.slf4j.LoggerFactory;
+
+import javax.servlet.Servlet;
+import java.util.Dictionary;
+import java.util.HashMap;
+import java.util.Hashtable;
+import java.util.Map;
+
+/**
+ * @author Carlos Sierra Andrés
+ */
+public class ServicesRegistrator {
+
+ public ServicesRegistrator(
+ BundleContext bundleContext, Map<String, Object> properties) {
+
+ _bundleContext = bundleContext;
+
+ _properties = properties;
+ }
+
+ @SuppressWarnings("unused")
+ protected void addExtension(
+ Map<String, Object> properties, Object extension) {
+
+ Class<?> extensionClass = (Class<?>) properties.get(
+ "cxf.extension.class");
+
+ if (extensionClass == null) {
+ extensionClass = extension.getClass();
+ }
+
+ _extensions.put(extensionClass, extension);
+ }
+
+ @SuppressWarnings("unused")
+ public void start() {
+ Dictionary<String, Object> properties = new Hashtable<>();
+
+ Object contextPathObject = _properties.get("contextPath");
+
+ String contextPath = contextPathObject.toString();
+
+ String contextName = contextPath.substring(1);
+
+ contextName = contextName.replace("/", ".");
+
+ properties.put(
+ HttpWhiteboardConstants.HTTP_WHITEBOARD_CONTEXT_NAME,
+ contextName);
+ properties.put(
+ HttpWhiteboardConstants.HTTP_WHITEBOARD_CONTEXT_PATH,
+ contextPath);
+
+ _servletContextHelperServiceRegistration =
+ _bundleContext.registerService(
+ ServletContextHelper.class,
+ new ServletContextHelper(_bundleContext.getBundle()) {
+ },
+ properties);
+
+ CXFNonSpringServlet cxfNonSpringServlet = new CXFNonSpringServlet();
+
+ CXFBusFactory cxfBusFactory =
+ (CXFBusFactory) CXFBusFactory.newInstance(
+ CXFBusFactory.class.getName());
+
+ Bus bus = cxfBusFactory.createBus(_extensions);
+
+ properties = new Hashtable<>();
+
+ properties.put(
+ HttpWhiteboardConstants.HTTP_WHITEBOARD_CONTEXT_SELECT,
+ "(osgi.http.whiteboard.context.name=" + contextName + ")");
+ properties.put(
+ HttpWhiteboardConstants.HTTP_WHITEBOARD_SERVLET_NAME,
+ CXFNonSpringServlet.class.getName());
+ properties.put(
+ HttpWhiteboardConstants.HTTP_WHITEBOARD_SERVLET_PATTERN, "/*");
+
+ cxfNonSpringServlet.setBus(bus);
+
+ _servletServiceRegistration = _bundleContext.registerService(
+ Servlet.class, cxfNonSpringServlet, properties);
+
+ properties = new Hashtable<>();
+
+ properties.put(
+ HttpWhiteboardConstants.HTTP_WHITEBOARD_CONTEXT_PATH,
+ contextPath);
+
+ _busServiceRegistration = _bundleContext.registerService(
+ Bus.class, bus, properties);
+ }
+
+ @SuppressWarnings("unused")
+ public void stop() {
+ try {
+ _busServiceRegistration.unregister();
+ }
+ catch (Exception e) {
+ if (_logger.isWarnEnabled()) {
+ _logger.warn(
+ "Unable to unregister CXF bus service registration " +
+ _busServiceRegistration);
+ }
+ }
+
+ try {
+ _servletServiceRegistration.unregister();
+ }
+ catch (Exception e) {
+ if (_logger.isWarnEnabled()) {
+ _logger.warn(
+ "Unable to unregister servlet service registration " +
+ _servletServiceRegistration);
+ }
+ }
+
+ try {
+ _servletContextHelperServiceRegistration.unregister();
+ }
+ catch (Exception e) {
+ if (_logger.isWarnEnabled()) {
+ _logger.warn(
+ "Unable to unregister servlet context helper service " +
+ "registration " +
+ _servletContextHelperServiceRegistration);
+ }
+ }
+ }
+
+ private static final Logger _logger = LoggerFactory.getLogger(
+ ServicesRegistrator.class);
+
+ private final BundleContext _bundleContext;
+ private ServiceRegistration<Bus> _busServiceRegistration;
+ private final Map<Class<?>, Object> _extensions = new HashMap<>();
+ private final Map<String, Object> _properties;
+ private ServiceRegistration<ServletContextHelper>
+ _servletContextHelperServiceRegistration;
+ private ServiceRegistration<Servlet> _servletServiceRegistration;
+
+}
http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/c7de7755/org.apache.aries.jax-rs.cxf-common/src/main/java/com/liferay/portal/remote/cxf/common/activator/CXFEndpointPublisherActivator.java
----------------------------------------------------------------------
diff --git a/org.apache.aries.jax-rs.cxf-common/src/main/java/com/liferay/portal/remote/cxf/common/activator/CXFEndpointPublisherActivator.java b/org.apache.aries.jax-rs.cxf-common/src/main/java/com/liferay/portal/remote/cxf/common/activator/CXFEndpointPublisherActivator.java
new file mode 100644
index 0000000..df299db
--- /dev/null
+++ b/org.apache.aries.jax-rs.cxf-common/src/main/java/com/liferay/portal/remote/cxf/common/activator/CXFEndpointPublisherActivator.java
@@ -0,0 +1,47 @@
+/**
+ * Copyright (c) 2000-present Liferay, Inc. All rights reserved.
+ *
+ * This library is free software; you can redistribute it and/or modify it under
+ * the terms of the GNU Lesser General Public License as published by the Free
+ * Software Foundation; either version 2.1 of the License, or (at your option)
+ * any later version.
+ *
+ * This library is distributed in the hope that it will be useful, but WITHOUT
+ * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+ * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
+ * details.
+ */
+
+package com.liferay.portal.remote.cxf.common.activator;
+
+import com.liferay.portal.remote.cxf.common.ServicesRegistrator;
+import org.osgi.framework.BundleActivator;
+import org.osgi.framework.BundleContext;
+
+import java.util.HashMap;
+
+/**
+ * @author Carlos Sierra Andrés
+ */
+public class CXFEndpointPublisherActivator implements BundleActivator {
+
+ private ServicesRegistrator _servicesRegistrator;
+
+ @Override
+ public void start(BundleContext bundleContext) throws Exception {
+ HashMap<String, Object> properties = new HashMap<String, Object>() {{
+ put("contextPath", "/cxf");
+ }};
+
+ _servicesRegistrator = new ServicesRegistrator(
+ bundleContext, properties);
+
+ _servicesRegistrator.start();
+ }
+
+ @Override
+ public void stop(BundleContext context) throws Exception {
+ _servicesRegistrator.stop();
+ }
+}
+
http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/c7de7755/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language.properties
----------------------------------------------------------------------
diff --git a/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language.properties b/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language.properties
new file mode 100644
index 0000000..12dd09d
--- /dev/null
+++ b/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language.properties
@@ -0,0 +1 @@
+cxf.endpoint.configuration.name=CXF Endpoints
\ No newline at end of file
http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/c7de7755/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_ar.properties
----------------------------------------------------------------------
diff --git a/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_ar.properties b/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_ar.properties
new file mode 100644
index 0000000..1e2a617
--- /dev/null
+++ b/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_ar.properties
@@ -0,0 +1 @@
+cxf.endpoint.configuration.name=نقاط النهاية CXF (Automatic Translation)
\ No newline at end of file
http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/c7de7755/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_bg.properties
----------------------------------------------------------------------
diff --git a/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_bg.properties b/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_bg.properties
new file mode 100644
index 0000000..64113eb
--- /dev/null
+++ b/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_bg.properties
@@ -0,0 +1 @@
+cxf.endpoint.configuration.name=CXF крайни точки (Automatic Translation)
\ No newline at end of file
http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/c7de7755/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_ca.properties
----------------------------------------------------------------------
diff --git a/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_ca.properties b/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_ca.properties
new file mode 100644
index 0000000..d434f12
--- /dev/null
+++ b/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_ca.properties
@@ -0,0 +1 @@
+cxf.endpoint.configuration.name=Punts finals CXF
\ No newline at end of file
http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/c7de7755/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_cs.properties
----------------------------------------------------------------------
diff --git a/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_cs.properties b/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_cs.properties
new file mode 100644
index 0000000..d6e9761
--- /dev/null
+++ b/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_cs.properties
@@ -0,0 +1 @@
+cxf.endpoint.configuration.name=CXF koncové body (Automatic Translation)
\ No newline at end of file
http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/c7de7755/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_da.properties
----------------------------------------------------------------------
diff --git a/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_da.properties b/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_da.properties
new file mode 100644
index 0000000..c97e7ad
--- /dev/null
+++ b/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_da.properties
@@ -0,0 +1 @@
+cxf.endpoint.configuration.name=CXF slutpunkter (Automatic Translation)
\ No newline at end of file
http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/c7de7755/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_de.properties
----------------------------------------------------------------------
diff --git a/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_de.properties b/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_de.properties
new file mode 100644
index 0000000..12dd09d
--- /dev/null
+++ b/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_de.properties
@@ -0,0 +1 @@
+cxf.endpoint.configuration.name=CXF Endpoints
\ No newline at end of file
http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/c7de7755/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_el.properties
----------------------------------------------------------------------
diff --git a/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_el.properties b/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_el.properties
new file mode 100644
index 0000000..62c364f
--- /dev/null
+++ b/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_el.properties
@@ -0,0 +1 @@
+cxf.endpoint.configuration.name=CXF απολήξεις (Automatic Translation)
\ No newline at end of file
http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/c7de7755/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_en.properties
----------------------------------------------------------------------
diff --git a/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_en.properties b/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_en.properties
new file mode 100644
index 0000000..12dd09d
--- /dev/null
+++ b/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_en.properties
@@ -0,0 +1 @@
+cxf.endpoint.configuration.name=CXF Endpoints
\ No newline at end of file
http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/c7de7755/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_es.properties
----------------------------------------------------------------------
diff --git a/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_es.properties b/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_es.properties
new file mode 100644
index 0000000..a7da044
--- /dev/null
+++ b/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_es.properties
@@ -0,0 +1 @@
+cxf.endpoint.configuration.name=Puntos finales CXF
\ No newline at end of file
http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/c7de7755/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_et.properties
----------------------------------------------------------------------
diff --git a/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_et.properties b/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_et.properties
new file mode 100644
index 0000000..50810e0
--- /dev/null
+++ b/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_et.properties
@@ -0,0 +1 @@
+cxf.endpoint.configuration.name=CXF lõpp (Automatic Translation)
\ No newline at end of file
http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/c7de7755/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_eu.properties
----------------------------------------------------------------------
diff --git a/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_eu.properties b/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_eu.properties
new file mode 100644
index 0000000..b79f51c
--- /dev/null
+++ b/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_eu.properties
@@ -0,0 +1 @@
+cxf.endpoint.configuration.name=CXF Endpoints (Automatic Copy)
\ No newline at end of file
http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/c7de7755/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_fa.properties
----------------------------------------------------------------------
diff --git a/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_fa.properties b/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_fa.properties
new file mode 100644
index 0000000..a344c54
--- /dev/null
+++ b/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_fa.properties
@@ -0,0 +1 @@
+cxf.endpoint.configuration.name=نقطه پایانی CXF
\ No newline at end of file
http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/c7de7755/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_fi.properties
----------------------------------------------------------------------
diff --git a/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_fi.properties b/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_fi.properties
new file mode 100644
index 0000000..513c688
--- /dev/null
+++ b/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_fi.properties
@@ -0,0 +1 @@
+cxf.endpoint.configuration.name=CXF-päätepisteet
\ No newline at end of file
http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/c7de7755/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_fr.properties
----------------------------------------------------------------------
diff --git a/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_fr.properties b/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_fr.properties
new file mode 100644
index 0000000..079f60e
--- /dev/null
+++ b/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_fr.properties
@@ -0,0 +1 @@
+cxf.endpoint.configuration.name=Extrémités CXF
\ No newline at end of file
http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/c7de7755/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_gl.properties
----------------------------------------------------------------------
diff --git a/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_gl.properties b/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_gl.properties
new file mode 100644
index 0000000..b79f51c
--- /dev/null
+++ b/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_gl.properties
@@ -0,0 +1 @@
+cxf.endpoint.configuration.name=CXF Endpoints (Automatic Copy)
\ No newline at end of file
http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/c7de7755/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_hi_IN.properties
----------------------------------------------------------------------
diff --git a/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_hi_IN.properties b/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_hi_IN.properties
new file mode 100644
index 0000000..bce7eb1
--- /dev/null
+++ b/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_hi_IN.properties
@@ -0,0 +1 @@
+cxf.endpoint.configuration.name=CXF अंतिमबिंदु (Automatic Translation)
\ No newline at end of file
http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/c7de7755/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_hr.properties
----------------------------------------------------------------------
diff --git a/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_hr.properties b/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_hr.properties
new file mode 100644
index 0000000..b79f51c
--- /dev/null
+++ b/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_hr.properties
@@ -0,0 +1 @@
+cxf.endpoint.configuration.name=CXF Endpoints (Automatic Copy)
\ No newline at end of file
http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/c7de7755/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_hu.properties
----------------------------------------------------------------------
diff --git a/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_hu.properties b/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_hu.properties
new file mode 100644
index 0000000..f529f91
--- /dev/null
+++ b/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_hu.properties
@@ -0,0 +1 @@
+cxf.endpoint.configuration.name=CXF végpontok
\ No newline at end of file
http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/c7de7755/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_in.properties
----------------------------------------------------------------------
diff --git a/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_in.properties b/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_in.properties
new file mode 100644
index 0000000..6b2166f
--- /dev/null
+++ b/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_in.properties
@@ -0,0 +1 @@
+cxf.endpoint.configuration.name=CXF Endpoint (Automatic Translation)
\ No newline at end of file
http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/c7de7755/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_it.properties
----------------------------------------------------------------------
diff --git a/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_it.properties b/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_it.properties
new file mode 100644
index 0000000..9792228
--- /dev/null
+++ b/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_it.properties
@@ -0,0 +1 @@
+cxf.endpoint.configuration.name=Endpoint CXF
\ No newline at end of file
http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/c7de7755/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_iw.properties
----------------------------------------------------------------------
diff --git a/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_iw.properties b/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_iw.properties
new file mode 100644
index 0000000..709f990
--- /dev/null
+++ b/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_iw.properties
@@ -0,0 +1 @@
+cxf.endpoint.configuration.name=נקודות קצה CXF
\ No newline at end of file
http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/c7de7755/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_ja.properties
----------------------------------------------------------------------
diff --git a/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_ja.properties b/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_ja.properties
new file mode 100644
index 0000000..6227a00
--- /dev/null
+++ b/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_ja.properties
@@ -0,0 +1 @@
+cxf.endpoint.configuration.name=CXF エンドポイント
\ No newline at end of file
http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/c7de7755/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_ko.properties
----------------------------------------------------------------------
diff --git a/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_ko.properties b/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_ko.properties
new file mode 100644
index 0000000..0ec8433
--- /dev/null
+++ b/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_ko.properties
@@ -0,0 +1 @@
+cxf.endpoint.configuration.name=CXF 끝점 (Automatic Translation)
\ No newline at end of file
http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/c7de7755/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_lo.properties
----------------------------------------------------------------------
diff --git a/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_lo.properties b/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_lo.properties
new file mode 100644
index 0000000..b79f51c
--- /dev/null
+++ b/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_lo.properties
@@ -0,0 +1 @@
+cxf.endpoint.configuration.name=CXF Endpoints (Automatic Copy)
\ No newline at end of file
http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/c7de7755/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_lt.properties
----------------------------------------------------------------------
diff --git a/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_lt.properties b/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_lt.properties
new file mode 100644
index 0000000..c22d773
--- /dev/null
+++ b/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_lt.properties
@@ -0,0 +1 @@
+cxf.endpoint.configuration.name=CXF importas galiniai punktai (Automatic Translation)
\ No newline at end of file
http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/c7de7755/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_nb.properties
----------------------------------------------------------------------
diff --git a/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_nb.properties b/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_nb.properties
new file mode 100644
index 0000000..034a23f
--- /dev/null
+++ b/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_nb.properties
@@ -0,0 +1 @@
+cxf.endpoint.configuration.name=CXF endepunkt (Automatic Translation)
\ No newline at end of file
http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/c7de7755/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_nl.properties
----------------------------------------------------------------------
diff --git a/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_nl.properties b/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_nl.properties
new file mode 100644
index 0000000..eef886c
--- /dev/null
+++ b/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_nl.properties
@@ -0,0 +1 @@
+cxf.endpoint.configuration.name=CXF-endpoints
\ No newline at end of file
http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/c7de7755/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_nl_BE.properties
----------------------------------------------------------------------
diff --git a/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_nl_BE.properties b/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_nl_BE.properties
new file mode 100644
index 0000000..f517012
--- /dev/null
+++ b/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_nl_BE.properties
@@ -0,0 +1 @@
+cxf.endpoint.configuration.name=CXF eindpunten (Automatic Translation)
\ No newline at end of file
http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/c7de7755/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_pl.properties
----------------------------------------------------------------------
diff --git a/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_pl.properties b/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_pl.properties
new file mode 100644
index 0000000..f755610
--- /dev/null
+++ b/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_pl.properties
@@ -0,0 +1 @@
+cxf.endpoint.configuration.name=CXF'A końcowe (Automatic Translation)
\ No newline at end of file
http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/c7de7755/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_pt_BR.properties
----------------------------------------------------------------------
diff --git a/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_pt_BR.properties b/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_pt_BR.properties
new file mode 100644
index 0000000..bd24788
--- /dev/null
+++ b/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_pt_BR.properties
@@ -0,0 +1 @@
+cxf.endpoint.configuration.name=Terminais CXF
\ No newline at end of file
http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/c7de7755/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_pt_PT.properties
----------------------------------------------------------------------
diff --git a/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_pt_PT.properties b/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_pt_PT.properties
new file mode 100644
index 0000000..bd24788
--- /dev/null
+++ b/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_pt_PT.properties
@@ -0,0 +1 @@
+cxf.endpoint.configuration.name=Terminais CXF
\ No newline at end of file
http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/c7de7755/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_ro.properties
----------------------------------------------------------------------
diff --git a/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_ro.properties b/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_ro.properties
new file mode 100644
index 0000000..ae28733
--- /dev/null
+++ b/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_ro.properties
@@ -0,0 +1 @@
+cxf.endpoint.configuration.name=CXF obiective (Automatic Translation)
\ No newline at end of file
http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/c7de7755/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_ru.properties
----------------------------------------------------------------------
diff --git a/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_ru.properties b/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_ru.properties
new file mode 100644
index 0000000..6e3bb27
--- /dev/null
+++ b/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_ru.properties
@@ -0,0 +1 @@
+cxf.endpoint.configuration.name=CXF конечные точки (Automatic Translation)
\ No newline at end of file
http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/c7de7755/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_sk.properties
----------------------------------------------------------------------
diff --git a/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_sk.properties b/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_sk.properties
new file mode 100644
index 0000000..d6e9761
--- /dev/null
+++ b/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_sk.properties
@@ -0,0 +1 @@
+cxf.endpoint.configuration.name=CXF koncové body (Automatic Translation)
\ No newline at end of file
http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/c7de7755/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_sl.properties
----------------------------------------------------------------------
diff --git a/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_sl.properties b/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_sl.properties
new file mode 100644
index 0000000..2706ade
--- /dev/null
+++ b/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_sl.properties
@@ -0,0 +1 @@
+cxf.endpoint.configuration.name=Končne točke CXF (Automatic Translation)
\ No newline at end of file
http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/c7de7755/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_sr_RS.properties
----------------------------------------------------------------------
diff --git a/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_sr_RS.properties b/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_sr_RS.properties
new file mode 100644
index 0000000..b79f51c
--- /dev/null
+++ b/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_sr_RS.properties
@@ -0,0 +1 @@
+cxf.endpoint.configuration.name=CXF Endpoints (Automatic Copy)
\ No newline at end of file
http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/c7de7755/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_sr_RS_latin.properties
----------------------------------------------------------------------
diff --git a/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_sr_RS_latin.properties b/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_sr_RS_latin.properties
new file mode 100644
index 0000000..b79f51c
--- /dev/null
+++ b/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_sr_RS_latin.properties
@@ -0,0 +1 @@
+cxf.endpoint.configuration.name=CXF Endpoints (Automatic Copy)
\ No newline at end of file
http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/c7de7755/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_sv.properties
----------------------------------------------------------------------
diff --git a/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_sv.properties b/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_sv.properties
new file mode 100644
index 0000000..ccbfe3c
--- /dev/null
+++ b/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_sv.properties
@@ -0,0 +1 @@
+cxf.endpoint.configuration.name=CXF ändpunkter (Automatic Translation)
\ No newline at end of file
http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/c7de7755/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_tr.properties
----------------------------------------------------------------------
diff --git a/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_tr.properties b/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_tr.properties
new file mode 100644
index 0000000..ecc09cc
--- /dev/null
+++ b/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_tr.properties
@@ -0,0 +1 @@
+cxf.endpoint.configuration.name=CXF bitiş noktaları (Automatic Translation)
\ No newline at end of file
http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/c7de7755/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_uk.properties
----------------------------------------------------------------------
diff --git a/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_uk.properties b/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_uk.properties
new file mode 100644
index 0000000..8de2199
--- /dev/null
+++ b/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_uk.properties
@@ -0,0 +1 @@
+cxf.endpoint.configuration.name=Цього ОПИСУ кінцевих точок (Automatic Translation)
\ No newline at end of file
http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/c7de7755/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_vi.properties
----------------------------------------------------------------------
diff --git a/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_vi.properties b/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_vi.properties
new file mode 100644
index 0000000..2bfeb99
--- /dev/null
+++ b/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_vi.properties
@@ -0,0 +1 @@
+cxf.endpoint.configuration.name=Hai điểm cuối CXF (Automatic Translation)
\ No newline at end of file
http://git-wip-us.apache.org/repos/asf/aries-jax-rs-whiteboard/blob/c7de7755/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_zh_CN.properties
----------------------------------------------------------------------
diff --git a/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_zh_CN.properties b/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_zh_CN.properties
new file mode 100644
index 0000000..9b60693
--- /dev/null
+++ b/org.apache.aries.jax-rs.cxf-common/src/main/resources/content/Language_zh_CN.properties
@@ -0,0 +1 @@
+cxf.endpoint.configuration.name=CXF终结点
\ No newline at end of file
|