From: James William Dumay Date: Thu, 4 Sep 2008 04:05:23 +0000 (+0000) Subject: Xmlrpc is now included in archiva X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=772399bc9a0624ed1039dea2a77f723973339e6a;p=archiva.git Xmlrpc is now included in archiva git-svn-id: https://svn.apache.org/repos/asf/archiva/branches@691865 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/MRM-124/archiva-modules/archiva-web/archiva-xmlrpc/archiva-xmlrpc-server/pom.xml b/MRM-124/archiva-modules/archiva-web/archiva-xmlrpc/archiva-xmlrpc-server/pom.xml deleted file mode 100644 index f38d11ec9..000000000 --- a/MRM-124/archiva-modules/archiva-web/archiva-xmlrpc/archiva-xmlrpc-server/pom.xml +++ /dev/null @@ -1,45 +0,0 @@ - - - - - 4.0.0 - - org.apache.archiva - archiva-xmlrpc - 1.2-SNAPSHOT - - - archiva-xmlrpc-services - Archiva Web :: XML-RPC Services - - - org.apache.archiva - archiva-xmlrpc-api - - - javax.servlet - servlet-api - - - org.springframework - spring-web - - - diff --git a/MRM-124/archiva-modules/archiva-web/archiva-xmlrpc/archiva-xmlrpc-server/src/main/java/org/apache/maven/archiva/web/xmlrpc/services/PingServiceImpl.java b/MRM-124/archiva-modules/archiva-web/archiva-xmlrpc/archiva-xmlrpc-server/src/main/java/org/apache/maven/archiva/web/xmlrpc/services/PingServiceImpl.java deleted file mode 100644 index e77adffe0..000000000 --- a/MRM-124/archiva-modules/archiva-web/archiva-xmlrpc/archiva-xmlrpc-server/src/main/java/org/apache/maven/archiva/web/xmlrpc/services/PingServiceImpl.java +++ /dev/null @@ -1,30 +0,0 @@ -package org.apache.maven.archiva.web.xmlrpc.services; - -/* - * 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. - */ - -import org.apache.maven.archiva.web.xmlrpc.api.TestService; - -public class PingServiceImpl implements TestService -{ - public String ping() - { - return "pong"; - } -} diff --git a/MRM-124/archiva-modules/archiva-web/archiva-xmlrpc/archiva-xmlrpc-services/pom.xml b/MRM-124/archiva-modules/archiva-web/archiva-xmlrpc/archiva-xmlrpc-services/pom.xml new file mode 100644 index 000000000..f38d11ec9 --- /dev/null +++ b/MRM-124/archiva-modules/archiva-web/archiva-xmlrpc/archiva-xmlrpc-services/pom.xml @@ -0,0 +1,45 @@ + + + + + 4.0.0 + + org.apache.archiva + archiva-xmlrpc + 1.2-SNAPSHOT + + + archiva-xmlrpc-services + Archiva Web :: XML-RPC Services + + + org.apache.archiva + archiva-xmlrpc-api + + + javax.servlet + servlet-api + + + org.springframework + spring-web + + + diff --git a/MRM-124/archiva-modules/archiva-web/archiva-xmlrpc/archiva-xmlrpc-services/src/main/java/org/apache/maven/archiva/web/xmlrpc/services/PingServiceImpl.java b/MRM-124/archiva-modules/archiva-web/archiva-xmlrpc/archiva-xmlrpc-services/src/main/java/org/apache/maven/archiva/web/xmlrpc/services/PingServiceImpl.java new file mode 100644 index 000000000..e77adffe0 --- /dev/null +++ b/MRM-124/archiva-modules/archiva-web/archiva-xmlrpc/archiva-xmlrpc-services/src/main/java/org/apache/maven/archiva/web/xmlrpc/services/PingServiceImpl.java @@ -0,0 +1,30 @@ +package org.apache.maven.archiva.web.xmlrpc.services; + +/* + * 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. + */ + +import org.apache.maven.archiva.web.xmlrpc.api.TestService; + +public class PingServiceImpl implements TestService +{ + public String ping() + { + return "pong"; + } +} diff --git a/MRM-124/archiva-modules/archiva-web/archiva-xmlrpc/pom.xml b/MRM-124/archiva-modules/archiva-web/archiva-xmlrpc/pom.xml index 5734ed37d..33c4e9da4 100644 --- a/MRM-124/archiva-modules/archiva-web/archiva-xmlrpc/pom.xml +++ b/MRM-124/archiva-modules/archiva-web/archiva-xmlrpc/pom.xml @@ -31,6 +31,6 @@ pom archiva-xmlrpc-api - archiva-xmlrpc-server + archiva-xmlrpc-services diff --git a/MRM-124/pom.xml b/MRM-124/pom.xml index 7d88ee0be..62b6a2cf6 100644 --- a/MRM-124/pom.xml +++ b/MRM-124/pom.xml @@ -879,15 +879,17 @@ jetty ${jetty.version} + + com.atlassian.xmlrpc atlassian-xmlrpc-binder-annotations - 0.6-SNAPSHOT + 0.7 com.atlassian.xmlrpc atlassian-xmlrpc-binder-server-spring - 0.6-SNAPSHOT + 0.7 commons-logging @@ -898,13 +900,13 @@ com.atlassian.xmlrpc atlassian-xmlrpc-binder - 0.6-SNAPSHOT + 0.7 test com.atlassian.xmlrpc atlassian-xmlrpc-binder-testing - 0.6-SNAPSHOT + 0.7 test