Author: vsiveton Date: Sun Jan 6 09:27:44 2008 New Revision: 609350 URL: http://svn.apache.org/viewvc?rev=609350&view=rev Log: o added license header
Modified: maven/site/trunk/pom.xml maven/site/trunk/src/site/fml/about.fml maven/site/trunk/src/site/fml/general.fml maven/site/trunk/src/site/fml/maven1.fml maven/site/trunk/src/site/fml/project-faq.fml maven/site/trunk/src/site/site.xml Modified: maven/site/trunk/pom.xml URL: http://svn.apache.org/viewvc/maven/site/trunk/pom.xml?rev=609350&r1=609349&r2=609350&view=diff ============================================================================== --- maven/site/trunk/pom.xml (original) +++ maven/site/trunk/pom.xml Sun Jan 6 09:27:44 2008 @@ -1,13 +1,32 @@ +<?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 http://maven.apache.org/maven-v4_0_0.xsd"> - + <parent> <artifactId>maven-parent</artifactId> <groupId>org.apache.maven</groupId> <version>7</version> <relativePath>../pom/maven/pom.xml</relativePath> </parent> - + <groupId>org.apache.maven</groupId> <version>1.0</version> <modelVersion>4.0.0</modelVersion> @@ -18,7 +37,7 @@ <properties> <currentVersion>2.0.8</currentVersion> </properties> - + <issueManagement> <system>jira</system> <url>http://jira.codehaus.org/browse/MNG</url> Modified: maven/site/trunk/src/site/fml/about.fml URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/fml/about.fml?rev=609350&r1=609349&r2=609350&view=diff ============================================================================== --- maven/site/trunk/src/site/fml/about.fml (original) +++ maven/site/trunk/src/site/fml/about.fml Sun Jan 6 09:27:44 2008 @@ -1,4 +1,22 @@ -<?xml version="1.0"?> +<?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. +--> <faqs title="About Maven 2.0"> <part id="about"> @@ -6,8 +24,8 @@ <question>Tell me about the goals of Maven 2.0</question> <answer> <p> - In addition to understanding the - <a href="./what-is-maven.html">Goals of Maven</a> + In addition to understanding the + <a href="./what-is-maven.html">Goals of Maven</a> there have also been questions about why Maven 2.0 is rewritten from the successful Maven 1.0. In summary, the main goals of the new Maven 2.0 architecture are: </p> Modified: maven/site/trunk/src/site/fml/general.fml URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/fml/general.fml?rev=609350&r1=609349&r2=609350&view=diff ============================================================================== --- maven/site/trunk/src/site/fml/general.fml (original) +++ maven/site/trunk/src/site/fml/general.fml Sun Jan 6 09:27:44 2008 @@ -1,4 +1,22 @@ -<?xml version="1.0"?> +<?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. +--> <faqs title="Frequently Asked Technical Questions"> <part id="faq"> <faq id="scope-provided"> Modified: maven/site/trunk/src/site/fml/maven1.fml URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/fml/maven1.fml?rev=609350&r1=609349&r2=609350&view=diff ============================================================================== --- maven/site/trunk/src/site/fml/maven1.fml (original) +++ maven/site/trunk/src/site/fml/maven1.fml Sun Jan 6 09:27:44 2008 @@ -1,4 +1,22 @@ -<?xml version="1.0"?> +<?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. +--> <faqs title="Information for Maven 1.0 Users"> <part id="maven1"> Modified: maven/site/trunk/src/site/fml/project-faq.fml URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/fml/project-faq.fml?rev=609350&r1=609349&r2=609350&view=diff ============================================================================== --- maven/site/trunk/src/site/fml/project-faq.fml (original) +++ maven/site/trunk/src/site/fml/project-faq.fml Sun Jan 6 09:27:44 2008 @@ -1,4 +1,22 @@ -<?xml version="1.0"?> +<?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. +--> <faqs title="Frequently Asked Questions About Project Metadata"> <part id="faq"> <faq id="why-care"> Modified: maven/site/trunk/src/site/site.xml URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/site.xml?rev=609350&r1=609349&r2=609350&view=diff ============================================================================== --- maven/site/trunk/src/site/site.xml (original) +++ maven/site/trunk/src/site/site.xml Sun Jan 6 09:27:44 2008 @@ -1,4 +1,22 @@ <?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + 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 name="Maven"> <!-- TODO: inherited publish, banner, skin --> <bannerLeft> @@ -46,7 +64,7 @@ <menu name="IDE Integration"> <item name="Eclipse" href="/eclipse-plugin.html"/> - <item name="Netbeans" href="/netbeans-module.html"/> + <item name="Netbeans" href="/netbeans-module.html"/> </menu> <!-- TODO: Candidate for chopping, or folding menu --> @@ -144,7 +162,7 @@ <item name="Community Overview" href="/community.html"/> <item name="How to Contribute" href="/guides/development/guide-helping.html"/> <item name="Maven Repository" href="/guides/mini/guide-maven-evangelism.html" /> - <item name="Getting Help" href="/users/getting-help.html" /> + <item name="Getting Help" href="/users/getting-help.html" /> <item name="Issue Tracking" href="/issue-tracking.html" /> <item name="The Maven Team" href="/team-list.html" /> </menu>