You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2010/09/26 17:34:28 UTC

svn commit: r1001455 - in /maven/archetype/trunk/archetype-common/src/test/archetypes: basic-1.0/META-INF/maven/archetypes/basic/ fileset-1.0/META-INF/maven/archetypes/fileset/ old-1.0/META-INF/maven/archetypes/old/ partial-1.0/META-INF/maven/archetype...

Author: hboutemy
Date: Sun Sep 26 15:34:28 2010
New Revision: 1001455

URL: http://svn.apache.org/viewvc?rev=1001455&view=rev
Log:
o added license header
o pom reformatting

Modified:
    maven/archetype/trunk/archetype-common/src/test/archetypes/basic-1.0/META-INF/maven/archetypes/basic/pom.xml
    maven/archetype/trunk/archetype-common/src/test/archetypes/fileset-1.0/META-INF/maven/archetypes/fileset/pom.xml
    maven/archetype/trunk/archetype-common/src/test/archetypes/old-1.0/META-INF/maven/archetypes/old/pom.xml
    maven/archetype/trunk/archetype-common/src/test/archetypes/partial-1.0/META-INF/maven/archetypes/partial/pom.xml
    maven/archetype/trunk/archetype-common/src/test/archetypes/site-1.0/META-INF/maven/archetypes/site/pom.xml

Modified: maven/archetype/trunk/archetype-common/src/test/archetypes/basic-1.0/META-INF/maven/archetypes/basic/pom.xml
URL: http://svn.apache.org/viewvc/maven/archetype/trunk/archetype-common/src/test/archetypes/basic-1.0/META-INF/maven/archetypes/basic/pom.xml?rev=1001455&r1=1001454&r2=1001455&view=diff
==============================================================================
--- maven/archetype/trunk/archetype-common/src/test/archetypes/basic-1.0/META-INF/maven/archetypes/basic/pom.xml (original)
+++ maven/archetype/trunk/archetype-common/src/test/archetypes/basic-1.0/META-INF/maven/archetypes/basic/pom.xml Sun Sep 26 15:34:28 2010
@@ -1,7 +1,27 @@
 <?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>
-    <groupId>archetypes</groupId>
-    <artifactId>basic</artifactId>
-    <version>1.0</version>
+<!--
+  ~ 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.
+  -->
+
+<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/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <groupId>archetypes</groupId>
+  <artifactId>basic</artifactId>
+  <version>1.0</version>
 </project>

Modified: maven/archetype/trunk/archetype-common/src/test/archetypes/fileset-1.0/META-INF/maven/archetypes/fileset/pom.xml
URL: http://svn.apache.org/viewvc/maven/archetype/trunk/archetype-common/src/test/archetypes/fileset-1.0/META-INF/maven/archetypes/fileset/pom.xml?rev=1001455&r1=1001454&r2=1001455&view=diff
==============================================================================
--- maven/archetype/trunk/archetype-common/src/test/archetypes/fileset-1.0/META-INF/maven/archetypes/fileset/pom.xml (original)
+++ maven/archetype/trunk/archetype-common/src/test/archetypes/fileset-1.0/META-INF/maven/archetypes/fileset/pom.xml Sun Sep 26 15:34:28 2010
@@ -1,7 +1,27 @@
 <?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>
-    <groupId>archetypes</groupId>
-    <artifactId>fileset</artifactId>
-    <version>1.0</version>
+<!--
+  ~ 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.
+  -->
+
+<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/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <groupId>archetypes</groupId>
+  <artifactId>fileset</artifactId>
+  <version>1.0</version>
 </project>

Modified: maven/archetype/trunk/archetype-common/src/test/archetypes/old-1.0/META-INF/maven/archetypes/old/pom.xml
URL: http://svn.apache.org/viewvc/maven/archetype/trunk/archetype-common/src/test/archetypes/old-1.0/META-INF/maven/archetypes/old/pom.xml?rev=1001455&r1=1001454&r2=1001455&view=diff
==============================================================================
--- maven/archetype/trunk/archetype-common/src/test/archetypes/old-1.0/META-INF/maven/archetypes/old/pom.xml (original)
+++ maven/archetype/trunk/archetype-common/src/test/archetypes/old-1.0/META-INF/maven/archetypes/old/pom.xml Sun Sep 26 15:34:28 2010
@@ -1,7 +1,27 @@
 <?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>
-    <groupId>archetypes</groupId>
-    <artifactId>old</artifactId>
-    <version>1.0</version>
+<!--
+  ~ 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.
+  -->
+
+<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/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <groupId>archetypes</groupId>
+  <artifactId>old</artifactId>
+  <version>1.0</version>
 </project>

Modified: maven/archetype/trunk/archetype-common/src/test/archetypes/partial-1.0/META-INF/maven/archetypes/partial/pom.xml
URL: http://svn.apache.org/viewvc/maven/archetype/trunk/archetype-common/src/test/archetypes/partial-1.0/META-INF/maven/archetypes/partial/pom.xml?rev=1001455&r1=1001454&r2=1001455&view=diff
==============================================================================
--- maven/archetype/trunk/archetype-common/src/test/archetypes/partial-1.0/META-INF/maven/archetypes/partial/pom.xml (original)
+++ maven/archetype/trunk/archetype-common/src/test/archetypes/partial-1.0/META-INF/maven/archetypes/partial/pom.xml Sun Sep 26 15:34:28 2010
@@ -1,7 +1,27 @@
 <?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>
-    <groupId>archetypes</groupId>
-    <artifactId>partial</artifactId>
-    <version>1.0</version>
+<!--
+  ~ 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.
+  -->
+
+<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/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <groupId>archetypes</groupId>
+  <artifactId>partial</artifactId>
+  <version>1.0</version>
 </project>

Modified: maven/archetype/trunk/archetype-common/src/test/archetypes/site-1.0/META-INF/maven/archetypes/site/pom.xml
URL: http://svn.apache.org/viewvc/maven/archetype/trunk/archetype-common/src/test/archetypes/site-1.0/META-INF/maven/archetypes/site/pom.xml?rev=1001455&r1=1001454&r2=1001455&view=diff
==============================================================================
--- maven/archetype/trunk/archetype-common/src/test/archetypes/site-1.0/META-INF/maven/archetypes/site/pom.xml (original)
+++ maven/archetype/trunk/archetype-common/src/test/archetypes/site-1.0/META-INF/maven/archetypes/site/pom.xml Sun Sep 26 15:34:28 2010
@@ -1,7 +1,27 @@
 <?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>
-    <groupId>archetypes</groupId>
-    <artifactId>site</artifactId>
-    <version>1.0</version>
+<!--
+  ~ 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.
+  -->
+
+<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/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <groupId>archetypes</groupId>
+  <artifactId>site</artifactId>
+  <version>1.0</version>
 </project>