mirror of https://github.com/apache/archiva.git
repackaged directories
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches@702806 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
34c25bfd45
commit
5b59ba19f6
|
@ -1,4 +1,4 @@
|
|||
package org.apache.maven.archiva.web.xmlrpc.api;
|
||||
package org.apache.archiva.web.xmlrpc.api;
|
||||
|
||||
/*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one
|
|
@ -1,4 +1,4 @@
|
|||
package org.apache.maven.archiva.web.xmlrpc.api;
|
||||
package org.apache.archiva.web.xmlrpc.api;
|
||||
|
||||
/*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one
|
|
@ -1,4 +1,4 @@
|
|||
package org.apache.maven.archiva.web.xmlrpc.api;
|
||||
package org.apache.archiva.web.xmlrpc.api;
|
||||
|
||||
/*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one
|
|
@ -25,7 +25,7 @@
|
|||
<defaults>
|
||||
<default>
|
||||
<key>package</key>
|
||||
<value>org.apache.maven.archiva.web.xmlrpc.api</value>
|
||||
<value>org.apache.archiva.web.xmlrpc.api</value>
|
||||
</default>
|
||||
</defaults>
|
||||
<classes>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package org.apache.maven.archiva.xmlrpc.security;
|
||||
package org.apache.archiva.web.xmlrpc.security;
|
||||
|
||||
/*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one
|
|
@ -1,4 +1,4 @@
|
|||
package org.apache.maven.archiva.xmlrpc.security;
|
||||
package org.apache.archiva.xmlrpc.security;
|
||||
|
||||
/*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one
|
||||
|
@ -19,6 +19,7 @@ package org.apache.maven.archiva.xmlrpc.security;
|
|||
* under the License.
|
||||
*/
|
||||
|
||||
import org.apache.archiva.web.xmlrpc.security.XmlRpcAuthenticator;
|
||||
import org.apache.maven.archiva.security.ArchivaRoleConstants;
|
||||
import org.apache.xmlrpc.XmlRpcRequest;
|
||||
import org.apache.xmlrpc.common.XmlRpcHttpRequestConfigImpl;
|
|
@ -1,4 +1,4 @@
|
|||
package org.apache.maven.archiva.web.xmlrpc.services;
|
||||
package org.apache.archiva.web.xmlrpc.services;
|
||||
|
||||
/*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one
|
||||
|
@ -21,9 +21,9 @@ package org.apache.maven.archiva.web.xmlrpc.services;
|
|||
|
||||
import java.util.List;
|
||||
|
||||
import org.apache.maven.archiva.web.xmlrpc.api.AdministrationService;
|
||||
import org.apache.maven.archiva.web.xmlrpc.api.ManagedRepository;
|
||||
import org.apache.maven.archiva.web.xmlrpc.api.RemoteRepository;
|
||||
import org.apache.archiva.web.xmlrpc.api.AdministrationService;
|
||||
import org.apache.archiva.web.xmlrpc.api.ManagedRepository;
|
||||
import org.apache.archiva.web.xmlrpc.api.RemoteRepository;
|
||||
|
||||
public class AdministrationServiceImpl
|
||||
implements AdministrationService
|
|
@ -1,4 +1,4 @@
|
|||
package org.apache.maven.archiva.web.xmlrpc.services;
|
||||
package org.apache.archiva.web.xmlrpc.services;
|
||||
|
||||
/*
|
||||
* Licensed to the Apache Software Foundation (ASF) under one
|
||||
|
@ -19,7 +19,7 @@ package org.apache.maven.archiva.web.xmlrpc.services;
|
|||
* under the License.
|
||||
*/
|
||||
|
||||
import org.apache.maven.archiva.web.xmlrpc.api.TestService;
|
||||
import org.apache.archiva.web.xmlrpc.api.TestService;
|
||||
|
||||
public class PingServiceImpl implements TestService
|
||||
{
|
Loading…
Reference in New Issue