From 65a8daef73f5091885e2e3f35c24d0bdca83d723 Mon Sep 17 00:00:00 2001 From: Oleg Gusakov Date: Tue, 3 Mar 2009 06:28:20 +0000 Subject: [PATCH] [MNG-3849] - added placeholders for separating metadata resolution git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@749543 13f79535-47bb-0310-9956-ffa450edef68 --- .../repository/MetadataResolutionRequest.java | 32 +++++++++++++++++++ .../repository/MetadataResolutionResult.java | 32 +++++++++++++++++++ 2 files changed, 64 insertions(+) create mode 100644 maven-repository/src/main/java/org/apache/maven/repository/MetadataResolutionRequest.java create mode 100644 maven-repository/src/main/java/org/apache/maven/repository/MetadataResolutionResult.java diff --git a/maven-repository/src/main/java/org/apache/maven/repository/MetadataResolutionRequest.java b/maven-repository/src/main/java/org/apache/maven/repository/MetadataResolutionRequest.java new file mode 100644 index 0000000000..7db6cd9ed3 --- /dev/null +++ b/maven-repository/src/main/java/org/apache/maven/repository/MetadataResolutionRequest.java @@ -0,0 +1,32 @@ +/* +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.maven.repository; + +/** + * + * + * @author Oleg Gusakov + * @version $Id$ + * + */ +public class MetadataResolutionRequest +{ + +} diff --git a/maven-repository/src/main/java/org/apache/maven/repository/MetadataResolutionResult.java b/maven-repository/src/main/java/org/apache/maven/repository/MetadataResolutionResult.java new file mode 100644 index 0000000000..a462045764 --- /dev/null +++ b/maven-repository/src/main/java/org/apache/maven/repository/MetadataResolutionResult.java @@ -0,0 +1,32 @@ +/* +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.maven.repository; + +/** + * + * + * @author Oleg Gusakov + * @version $Id$ + * + */ +public class MetadataResolutionResult +{ + +}