Author: dennisl
Date: Sat Mar 10 14:03:51 2007
New Revision: 516796
URL: http://svn.apache.org/viewvc?view=rev&rev=516796
Log:
o Add license.
Modified:
maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-ant/integration-tests/basic/pom.xml
maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-ant/integration-tests/basic/src/main/scripts/test.build.xml
maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-ant/integration-tests/basic/src/main/scripts/test.mojos.xml
maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-ant/integration-tests/referenceParameter/pom.xml
maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-ant/integration-tests/referenceParameter/src/main/java/org/apache/maven/plugins/antWithRefs/ArtifactsTask.java
maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-ant/integration-tests/referenceParameter/src/main/resources/org/apache/maven/plugins/antWithRefs/antlib.xml
maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-ant/integration-tests/referenceParameter/src/main/scripts/test.build.xml
maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-ant/integration-tests/referenceParameter/src/main/scripts/test.mojos.xml
maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-ant/integration-tests/simpleUsage/plugin/pom.xml
maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-ant/integration-tests/simpleUsage/plugin/src/main/scripts/test.build.xml
maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-ant/integration-tests/simpleUsage/plugin/src/main/scripts/test.mojos.xml
maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-ant/integration-tests/simpleUsage/pom.xml
maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-ant/integration-tests/simpleUsage/usage/pom.xml
maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-java/src/test/resources/source2/Bla.java
maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-java/src/test/resources/source2/JavaExtractorTestThree.java
maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-java/src/test/resources/source2/sub/MyBla.java
Modified:
maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-ant/integration-tests/basic/pom.xml
URL:
http://svn.apache.org/viewvc/maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-ant/integration-tests/basic/pom.xml?view=diff&rev=516796&r1=516795&r2=516796
==============================================================================
---
maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-ant/integration-tests/basic/pom.xml
(original)
+++
maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-ant/integration-tests/basic/pom.xml
Sat Mar 10 14:03:51 2007
@@ -1,4 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+ ~ 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
../../../../maven-site/target/site/maven-v4_0_0.xsd ">
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.maven.ant.it</groupId>
Modified:
maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-ant/integration-tests/basic/src/main/scripts/test.build.xml
URL:
http://svn.apache.org/viewvc/maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-ant/integration-tests/basic/src/main/scripts/test.build.xml?view=diff&rev=516796&r1=516795&r2=516796
==============================================================================
---
maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-ant/integration-tests/basic/src/main/scripts/test.build.xml
(original)
+++
maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-ant/integration-tests/basic/src/main/scripts/test.build.xml
Sat Mar 10 14:03:51 2007
@@ -1,5 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ 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>
<target name="test">
<echo>Hello, ${name}!</echo>
Modified:
maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-ant/integration-tests/basic/src/main/scripts/test.mojos.xml
URL:
http://svn.apache.org/viewvc/maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-ant/integration-tests/basic/src/main/scripts/test.mojos.xml?view=diff&rev=516796&r1=516795&r2=516796
==============================================================================
---
maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-ant/integration-tests/basic/src/main/scripts/test.mojos.xml
(original)
+++
maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-ant/integration-tests/basic/src/main/scripts/test.mojos.xml
Sat Mar 10 14:03:51 2007
@@ -1,5 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ 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.
+ -->
+
<pluginMetadata 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
../../../../../../maven-plugin-tools-model/target/generated-site/xsd/plugin-metadata-1.0.0.xsd
">
<mojos>
<mojo>
Modified:
maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-ant/integration-tests/referenceParameter/pom.xml
URL:
http://svn.apache.org/viewvc/maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-ant/integration-tests/referenceParameter/pom.xml?view=diff&rev=516796&r1=516795&r2=516796
==============================================================================
---
maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-ant/integration-tests/referenceParameter/pom.xml
(original)
+++
maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-ant/integration-tests/referenceParameter/pom.xml
Sat Mar 10 14:03:51 2007
@@ -1,4 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+ ~ 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
../../../../maven-site/target/site/maven-v4_0_0.xsd ">
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.maven.plugins</groupId>
Modified:
maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-ant/integration-tests/referenceParameter/src/main/java/org/apache/maven/plugins/antWithRefs/ArtifactsTask.java
URL:
http://svn.apache.org/viewvc/maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-ant/integration-tests/referenceParameter/src/main/java/org/apache/maven/plugins/antWithRefs/ArtifactsTask.java?view=diff&rev=516796&r1=516795&r2=516796
==============================================================================
---
maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-ant/integration-tests/referenceParameter/src/main/java/org/apache/maven/plugins/antWithRefs/ArtifactsTask.java
(original)
+++
maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-ant/integration-tests/referenceParameter/src/main/java/org/apache/maven/plugins/antWithRefs/ArtifactsTask.java
Sat Mar 10 14:03:51 2007
@@ -1,5 +1,24 @@
package org.apache.maven.plugins.antWithRefs;
+/*
+ * 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.tools.ant.BuildException;
import org.apache.tools.ant.Task;
Modified:
maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-ant/integration-tests/referenceParameter/src/main/resources/org/apache/maven/plugins/antWithRefs/antlib.xml
URL:
http://svn.apache.org/viewvc/maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-ant/integration-tests/referenceParameter/src/main/resources/org/apache/maven/plugins/antWithRefs/antlib.xml?view=diff&rev=516796&r1=516795&r2=516796
==============================================================================
---
maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-ant/integration-tests/referenceParameter/src/main/resources/org/apache/maven/plugins/antWithRefs/antlib.xml
(original)
+++
maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-ant/integration-tests/referenceParameter/src/main/resources/org/apache/maven/plugins/antWithRefs/antlib.xml
Sat Mar 10 14:03:51 2007
@@ -1,4 +1,24 @@
<?xml version="1.0"?>
+
+<!--
+ ~ 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.
+ -->
+
<antlib>
<!-- Tasks -->
<taskdef name="artifacts"
classname="org.apache.maven.plugins.antWithRefs.ArtifactsTask"/>
Modified:
maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-ant/integration-tests/referenceParameter/src/main/scripts/test.build.xml
URL:
http://svn.apache.org/viewvc/maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-ant/integration-tests/referenceParameter/src/main/scripts/test.build.xml?view=diff&rev=516796&r1=516795&r2=516796
==============================================================================
---
maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-ant/integration-tests/referenceParameter/src/main/scripts/test.build.xml
(original)
+++
maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-ant/integration-tests/referenceParameter/src/main/scripts/test.build.xml
Sat Mar 10 14:03:51 2007
@@ -1,5 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ 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:test="urn:maven-antWithRefs">
<target name="test">
<typedef resource="org/apache/maven/plugins/antWithRefs/antlib.xml"
uri="urn:maven-antWithRefs"/>
Modified:
maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-ant/integration-tests/referenceParameter/src/main/scripts/test.mojos.xml
URL:
http://svn.apache.org/viewvc/maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-ant/integration-tests/referenceParameter/src/main/scripts/test.mojos.xml?view=diff&rev=516796&r1=516795&r2=516796
==============================================================================
---
maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-ant/integration-tests/referenceParameter/src/main/scripts/test.mojos.xml
(original)
+++
maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-ant/integration-tests/referenceParameter/src/main/scripts/test.mojos.xml
Sat Mar 10 14:03:51 2007
@@ -1,5 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ 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.
+ -->
+
<pluginMetadata 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
../../../../../../maven-plugin-tools-model/target/generated-site/xsd/plugin-metadata-1.0.0.xsd
">
<mojos>
<mojo>
Modified:
maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-ant/integration-tests/simpleUsage/plugin/pom.xml
URL:
http://svn.apache.org/viewvc/maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-ant/integration-tests/simpleUsage/plugin/pom.xml?view=diff&rev=516796&r1=516795&r2=516796
==============================================================================
---
maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-ant/integration-tests/simpleUsage/plugin/pom.xml
(original)
+++
maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-ant/integration-tests/simpleUsage/plugin/pom.xml
Sat Mar 10 14:03:51 2007
@@ -1,4 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+ ~ 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
../../../../maven-site/target/site/maven-v4_0_0.xsd ">
<modelVersion>4.0.0</modelVersion>
<parent>
Modified:
maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-ant/integration-tests/simpleUsage/plugin/src/main/scripts/test.build.xml
URL:
http://svn.apache.org/viewvc/maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-ant/integration-tests/simpleUsage/plugin/src/main/scripts/test.build.xml?view=diff&rev=516796&r1=516795&r2=516796
==============================================================================
---
maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-ant/integration-tests/simpleUsage/plugin/src/main/scripts/test.build.xml
(original)
+++
maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-ant/integration-tests/simpleUsage/plugin/src/main/scripts/test.build.xml
Sat Mar 10 14:03:51 2007
@@ -1,5 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ 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>
<target name="test">
<echo>Hello, ${name}!</echo>
Modified:
maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-ant/integration-tests/simpleUsage/plugin/src/main/scripts/test.mojos.xml
URL:
http://svn.apache.org/viewvc/maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-ant/integration-tests/simpleUsage/plugin/src/main/scripts/test.mojos.xml?view=diff&rev=516796&r1=516795&r2=516796
==============================================================================
---
maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-ant/integration-tests/simpleUsage/plugin/src/main/scripts/test.mojos.xml
(original)
+++
maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-ant/integration-tests/simpleUsage/plugin/src/main/scripts/test.mojos.xml
Sat Mar 10 14:03:51 2007
@@ -1,5 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ ~ 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.
+ -->
+
<pluginMetadata 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
../../../../../../maven-plugin-tools-model/target/generated-site/xsd/plugin-metadata-1.0.0.xsd
">
<mojos>
<mojo>
Modified:
maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-ant/integration-tests/simpleUsage/pom.xml
URL:
http://svn.apache.org/viewvc/maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-ant/integration-tests/simpleUsage/pom.xml?view=diff&rev=516796&r1=516795&r2=516796
==============================================================================
---
maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-ant/integration-tests/simpleUsage/pom.xml
(original)
+++
maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-ant/integration-tests/simpleUsage/pom.xml
Sat Mar 10 14:03:51 2007
@@ -1,4 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+ ~ 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
../../../../maven-site/target/site/maven-v4_0_0.xsd ">
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.maven.ant.it</groupId>
Modified:
maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-ant/integration-tests/simpleUsage/usage/pom.xml
URL:
http://svn.apache.org/viewvc/maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-ant/integration-tests/simpleUsage/usage/pom.xml?view=diff&rev=516796&r1=516795&r2=516796
==============================================================================
---
maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-ant/integration-tests/simpleUsage/usage/pom.xml
(original)
+++
maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-ant/integration-tests/simpleUsage/usage/pom.xml
Sat Mar 10 14:03:51 2007
@@ -1,4 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+ ~ 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
../../../../maven-site/target/site/maven-v4_0_0.xsd ">
<modelVersion>4.0.0</modelVersion>
<parent>
Modified:
maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-java/src/test/resources/source2/Bla.java
URL:
http://svn.apache.org/viewvc/maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-java/src/test/resources/source2/Bla.java?view=diff&rev=516796&r1=516795&r2=516796
==============================================================================
---
maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-java/src/test/resources/source2/Bla.java
(original)
+++
maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-java/src/test/resources/source2/Bla.java
Sat Mar 10 14:03:51 2007
@@ -1,5 +1,24 @@
package source2;
+/*
+ * 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.
+ */
+
public interface Bla
{
}
Modified:
maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-java/src/test/resources/source2/JavaExtractorTestThree.java
URL:
http://svn.apache.org/viewvc/maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-java/src/test/resources/source2/JavaExtractorTestThree.java?view=diff&rev=516796&r1=516795&r2=516796
==============================================================================
---
maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-java/src/test/resources/source2/JavaExtractorTestThree.java
(original)
+++
maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-java/src/test/resources/source2/JavaExtractorTestThree.java
Sat Mar 10 14:03:51 2007
@@ -1,5 +1,24 @@
package source2;
+/*
+ * 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.plugin.AbstractMojo;
/**
Modified:
maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-java/src/test/resources/source2/sub/MyBla.java
URL:
http://svn.apache.org/viewvc/maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-java/src/test/resources/source2/sub/MyBla.java?view=diff&rev=516796&r1=516795&r2=516796
==============================================================================
---
maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-java/src/test/resources/source2/sub/MyBla.java
(original)
+++
maven/shared/trunk/maven-plugin-tools/maven-plugin-tools-java/src/test/resources/source2/sub/MyBla.java
Sat Mar 10 14:03:51 2007
@@ -1,5 +1,24 @@
package source2.sub;
+/*
+ * 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 source2.Bla;
public class MyBla