Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id DAD16200B2B for ; Tue, 28 Jun 2016 15:34:21 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id D9953160A6C; Tue, 28 Jun 2016 13:34:21 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id DE3BE160A56 for ; Tue, 28 Jun 2016 15:34:20 +0200 (CEST) Received: (qmail 96153 invoked by uid 500); 28 Jun 2016 13:34:20 -0000 Mailing-List: contact commits-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list commits@cxf.apache.org Received: (qmail 96143 invoked by uid 99); 28 Jun 2016 13:34:20 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Jun 2016 13:34:20 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id EAD6BE08FE; Tue, 28 Jun 2016 13:34:19 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: cschneider@apache.org To: commits@cxf.apache.org Date: Tue, 28 Jun 2016 13:34:19 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [1/2] cxf-dosgi git commit: [DOSGI-240] Fix checkstyle in eclipse archived-at: Tue, 28 Jun 2016 13:34:22 -0000 Repository: cxf-dosgi Updated Branches: refs/heads/master c62f33a94 -> 8d58f3e18 http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/8d58f3e1/samples/spring_dm/impl/src/main/resources/META-INF/spring/spring.xml ---------------------------------------------------------------------- diff --git a/samples/spring_dm/impl/src/main/resources/META-INF/spring/spring.xml b/samples/spring_dm/impl/src/main/resources/META-INF/spring/spring.xml deleted file mode 100644 index 7c798c4..0000000 --- a/samples/spring_dm/impl/src/main/resources/META-INF/spring/spring.xml +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - - - - http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/8d58f3e1/samples/spring_dm/interface/pom.xml ---------------------------------------------------------------------- diff --git a/samples/spring_dm/interface/pom.xml b/samples/spring_dm/interface/pom.xml deleted file mode 100644 index 5b21e0e..0000000 --- a/samples/spring_dm/interface/pom.xml +++ /dev/null @@ -1,52 +0,0 @@ - - - - - 4.0.0 - org.apache.cxf.dosgi.samples - cxf-dosgi-ri-samples-spring-dm-interface - bundle - Distributed OSGI Spring-DM Sample Interface Bundle - 1.9-SNAPSHOT - - - org.apache.cxf.dosgi.samples - cxf-dosgi-ri-samples-spring-dm-parent - 1.9-SNAPSHOT - - - - - - org.apache.felix - maven-bundle-plugin - - - CXF Distributed OSGi Spring-DM Sample Interface Bundle - The interfaces of the Distributed OSGi with Spring-DM sample - ${project.artifactId} - - org.apache.cxf.dosgi.samples.springdm - - - - - - http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/8d58f3e1/samples/spring_dm/interface/src/main/java/org/apache/cxf/dosgi/samples/springdm/DinnerService.java ---------------------------------------------------------------------- diff --git a/samples/spring_dm/interface/src/main/java/org/apache/cxf/dosgi/samples/springdm/DinnerService.java b/samples/spring_dm/interface/src/main/java/org/apache/cxf/dosgi/samples/springdm/DinnerService.java deleted file mode 100644 index da296b3..0000000 --- a/samples/spring_dm/interface/src/main/java/org/apache/cxf/dosgi/samples/springdm/DinnerService.java +++ /dev/null @@ -1,25 +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. - */ -package org.apache.cxf.dosgi.samples.springdm; - -import java.util.List; - -public interface DinnerService { - List findRestaurants(String searchQuery); -} http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/8d58f3e1/samples/spring_dm/interface/src/main/java/org/apache/cxf/dosgi/samples/springdm/Restaurant.java ---------------------------------------------------------------------- diff --git a/samples/spring_dm/interface/src/main/java/org/apache/cxf/dosgi/samples/springdm/Restaurant.java b/samples/spring_dm/interface/src/main/java/org/apache/cxf/dosgi/samples/springdm/Restaurant.java deleted file mode 100644 index f6f06b1..0000000 --- a/samples/spring_dm/interface/src/main/java/org/apache/cxf/dosgi/samples/springdm/Restaurant.java +++ /dev/null @@ -1,59 +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. - */ -package org.apache.cxf.dosgi.samples.springdm; - -public class Restaurant { - - private String name; - private String address; - private int rating; - - public Restaurant() { - } - - public Restaurant(String name, String address, int rating) { - this.name = name; - this.address = address; - this.rating = rating; - } - - public String getAddress() { - return address; - } - - public String getName() { - return name; - } - - public int getRating() { - return rating; - } - - public void setName(String name) { - this.name = name; - } - - public void setAddress(String address) { - this.address = address; - } - - public void setRating(int rating) { - this.rating = rating; - } -} http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/8d58f3e1/samples/spring_dm/pom.xml ---------------------------------------------------------------------- diff --git a/samples/spring_dm/pom.xml b/samples/spring_dm/pom.xml deleted file mode 100644 index 36b73a6..0000000 --- a/samples/spring_dm/pom.xml +++ /dev/null @@ -1,41 +0,0 @@ - - - - - 4.0.0 - org.apache.cxf.dosgi.samples - cxf-dosgi-ri-samples-spring-dm-parent - pom - Distributed OSGI Spring-DM Sample - 1.9-SNAPSHOT - - - org.apache.cxf.dosgi - cxf-dosgi-ri-parent - 1.9-SNAPSHOT - ../../parent/pom.xml - - - - interface - impl - client - - http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/8d58f3e1/systests2/common/pom.xml ---------------------------------------------------------------------- diff --git a/systests2/common/pom.xml b/systests2/common/pom.xml index c5e8247..b3aacb3 100644 --- a/systests2/common/pom.xml +++ b/systests2/common/pom.xml @@ -26,6 +26,10 @@ 1.9-SNAPSHOT ../../parent/pom.xml + + + ../.. + org.apache.cxf.dosgi.systests cxf-dosgi-ri-systests2-common http://git-wip-us.apache.org/repos/asf/cxf-dosgi/blob/8d58f3e1/systests2/multi-bundle/pom.xml ---------------------------------------------------------------------- diff --git a/systests2/multi-bundle/pom.xml b/systests2/multi-bundle/pom.xml index f601559..642c58f 100644 --- a/systests2/multi-bundle/pom.xml +++ b/systests2/multi-bundle/pom.xml @@ -31,9 +31,12 @@ org.apache.cxf.dosgi.systests cxf-dosgi-ri-systests2-multibundle jar - Distributed OSGi System Tests Multi-Bundle + + ../.. + +