Hi Oleg,
Author: ogusakov
Date: Fri Oct 31 09:55:22 2008
New Revision: 709473
URL: http://svn.apache.org/viewvc?rev=709473&view=rev
Log:
added plexus component
Added:
maven/mercury/trunk/mercury-plexus/ (with props)
maven/mercury/trunk/mercury-plexus/pom.xml
maven/mercury/trunk/mercury-plexus/src/main/java/org/codehaus/plexus/components/mercury/DefaultPlexusMercury.java
maven/mercury/trunk/mercury-plexus/src/main/java/org/codehaus/plexus/components/mercury/PlexusMercury.java
maven/mercury/trunk/mercury-plexus/src/main/java/org/codehaus/plexus/components/mercury/PlexusMercuryException.java
These files have no SVN properties set as given in [0].
Added: maven/mercury/trunk/mercury-plexus/pom.xml
URL:
http://svn.apache.org/viewvc/maven/mercury/trunk/mercury-plexus/pom.xml?rev=709473&view=auto
==============================================================================
--- maven/mercury/trunk/mercury-plexus/pom.xml (added)
+++ maven/mercury/trunk/mercury-plexus/pom.xml Fri Oct 31 09:55:22 2008
@@ -0,0 +1,89 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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/maven-v4_0_0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+
[...]
This file (and others) is missing the license header as given in [1].
Added:
maven/mercury/trunk/mercury-plexus/src/main/java/org/codehaus/plexus/components/mercury/DefaultPlexusMercury.java
URL:
http://svn.apache.org/viewvc/maven/mercury/trunk/mercury-plexus/src/main/java/org/codehaus/plexus/components/mercury/DefaultPlexusMercury.java?rev=709473&view=auto
==============================================================================
---
maven/mercury/trunk/mercury-plexus/src/main/java/org/codehaus/plexus/components/mercury/DefaultPlexusMercury.java
(added)
+++
maven/mercury/trunk/mercury-plexus/src/main/java/org/codehaus/plexus/components/mercury/DefaultPlexusMercury.java
Fri Oct 31 09:55:22 2008
@@ -0,0 +1,270 @@
+package org.codehaus.plexus.components.mercury;
+
+/*
+ * Copyright 2001-2007 Codehaus Foundation.
+ *
+ * Licensed 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.
+ */
This license header is outdated according to [2].
Benjamin
[0] http://maven.apache.org/developers/committer-environment.html
[1] http://maven.apache.org/developers/conventions/code.html
[2] http://www.apache.org/legal/src-headers.html#headers
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]