Author: bentmann Date: Thu Aug 28 09:56:51 2008 New Revision: 689890 URL: http://svn.apache.org/viewvc?rev=689890&view=rev Log: o Explicitly stated UTF-8 as file encoding o Updated license header
Modified: maven/plugins/trunk/maven-ant-plugin/src/site/fml/faq.fml maven/plugins/trunk/maven-antrun-plugin/src/site/fml/faq.fml maven/plugins/trunk/maven-assembly-plugin/src/site/fml/faq.fml maven/plugins/trunk/maven-changelog-plugin/src/site/fml/faq.fml maven/plugins/trunk/maven-changes-plugin/src/site/fml/faq.fml maven/plugins/trunk/maven-checkstyle-plugin/src/site/fml/faq.fml maven/plugins/trunk/maven-clean-plugin/src/site/fml/faq.fml maven/plugins/trunk/maven-compiler-plugin/src/site/fml/faq.fml maven/plugins/trunk/maven-dependency-plugin/src/site/fml/faq.fml maven/plugins/trunk/maven-deploy-plugin/src/site/fml/faq.fml maven/plugins/trunk/maven-doap-plugin/src/site/fml/faq.fml maven/plugins/trunk/maven-docck-plugin/src/site/fml/faq.fml maven/plugins/trunk/maven-ear-plugin/src/site/fml/faq.fml maven/plugins/trunk/maven-eclipse-plugin/src/site/fml/faq.fml maven/plugins/trunk/maven-ejb-plugin/src/site/fml/faq.fml maven/plugins/trunk/maven-gpg-plugin/src/site/fml/faq.fml maven/plugins/trunk/maven-idea-plugin/src/site/fml/faq.fml maven/plugins/trunk/maven-install-plugin/src/site/fml/faq.fml maven/plugins/trunk/maven-invoker-plugin/src/site/fml/faq.fml maven/plugins/trunk/maven-jar-plugin/src/site/fml/faq.fml maven/plugins/trunk/maven-javadoc-plugin/src/site/fml/faq.fml maven/plugins/trunk/maven-one-plugin/src/site/fml/faq.fml maven/plugins/trunk/maven-patch-plugin/src/site/fml/faq.fml maven/plugins/trunk/maven-pmd-plugin/src/site/fml/faq.fml maven/plugins/trunk/maven-project-info-reports-plugin/src/site/fml/faq.fml maven/plugins/trunk/maven-rar-plugin/src/site/fml/faq.fml maven/plugins/trunk/maven-remote-resources-plugin/src/site/fml/faq.fml maven/plugins/trunk/maven-repository-plugin/src/site/fml/faq.fml maven/plugins/trunk/maven-resources-plugin/src/site/fml/faq.fml maven/plugins/trunk/maven-site-plugin/src/site/fml/faq.fml maven/plugins/trunk/maven-source-plugin/src/site/fml/faq.fml maven/plugins/trunk/maven-stage-plugin/src/site/fml/faq.fml maven/plugins/trunk/maven-verifier-plugin/src/site/fml/faq.fml maven/plugins/trunk/maven-war-plugin/src/site/fml/faq.fml Modified: maven/plugins/trunk/maven-ant-plugin/src/site/fml/faq.fml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-ant-plugin/src/site/fml/faq.fml?rev=689890&r1=689889&r2=689890&view=diff ============================================================================== --- maven/plugins/trunk/maven-ant-plugin/src/site/fml/faq.fml (original) +++ maven/plugins/trunk/maven-ant-plugin/src/site/fml/faq.fml Thu Aug 28 09:56:51 2008 @@ -1,23 +1,23 @@ <?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 +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. - --> +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 id="FAQ" title="Frequently Asked Questions"> <part id="General"> Modified: maven/plugins/trunk/maven-antrun-plugin/src/site/fml/faq.fml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-antrun-plugin/src/site/fml/faq.fml?rev=689890&r1=689889&r2=689890&view=diff ============================================================================== --- maven/plugins/trunk/maven-antrun-plugin/src/site/fml/faq.fml (original) +++ maven/plugins/trunk/maven-antrun-plugin/src/site/fml/faq.fml Thu Aug 28 09:56:51 2008 @@ -1,4 +1,4 @@ -<?xml version="1.0"?> +<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one Modified: maven/plugins/trunk/maven-assembly-plugin/src/site/fml/faq.fml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-assembly-plugin/src/site/fml/faq.fml?rev=689890&r1=689889&r2=689890&view=diff ============================================================================== --- maven/plugins/trunk/maven-assembly-plugin/src/site/fml/faq.fml (original) +++ maven/plugins/trunk/maven-assembly-plugin/src/site/fml/faq.fml Thu Aug 28 09:56:51 2008 @@ -1,20 +1,23 @@ -<?xml version="1.0"?> +<?xml version="1.0" encoding="UTF-8"?> <!-- - ~ Copyright 2006 The Apache Software 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. - --> +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 id="FAQ" title="Frequently Asked Questions"> <part id="General"> Modified: maven/plugins/trunk/maven-changelog-plugin/src/site/fml/faq.fml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changelog-plugin/src/site/fml/faq.fml?rev=689890&r1=689889&r2=689890&view=diff ============================================================================== --- maven/plugins/trunk/maven-changelog-plugin/src/site/fml/faq.fml (original) +++ maven/plugins/trunk/maven-changelog-plugin/src/site/fml/faq.fml Thu Aug 28 09:56:51 2008 @@ -1,4 +1,4 @@ -<?xml version="1.0"?> +<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one Modified: maven/plugins/trunk/maven-changes-plugin/src/site/fml/faq.fml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changes-plugin/src/site/fml/faq.fml?rev=689890&r1=689889&r2=689890&view=diff ============================================================================== --- maven/plugins/trunk/maven-changes-plugin/src/site/fml/faq.fml (original) +++ maven/plugins/trunk/maven-changes-plugin/src/site/fml/faq.fml Thu Aug 28 09:56:51 2008 @@ -1,4 +1,5 @@ -<?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 @@ -17,6 +18,7 @@ specific language governing permissions and limitations under the License. --> + <faqs id="FAQ" title="Frequently Asked Questions"> <part id="General"> <faq id="question1"> Modified: maven/plugins/trunk/maven-checkstyle-plugin/src/site/fml/faq.fml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/src/site/fml/faq.fml?rev=689890&r1=689889&r2=689890&view=diff ============================================================================== --- maven/plugins/trunk/maven-checkstyle-plugin/src/site/fml/faq.fml (original) +++ maven/plugins/trunk/maven-checkstyle-plugin/src/site/fml/faq.fml Thu Aug 28 09:56:51 2008 @@ -1,4 +1,4 @@ -<?xml version="1.0"?> +<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one @@ -9,7 +9,7 @@ "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 + 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 Modified: maven/plugins/trunk/maven-clean-plugin/src/site/fml/faq.fml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-clean-plugin/src/site/fml/faq.fml?rev=689890&r1=689889&r2=689890&view=diff ============================================================================== --- maven/plugins/trunk/maven-clean-plugin/src/site/fml/faq.fml (original) +++ maven/plugins/trunk/maven-clean-plugin/src/site/fml/faq.fml Thu Aug 28 09:56:51 2008 @@ -1,4 +1,4 @@ -<?xml version="1.0"?> +<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one Modified: maven/plugins/trunk/maven-compiler-plugin/src/site/fml/faq.fml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-compiler-plugin/src/site/fml/faq.fml?rev=689890&r1=689889&r2=689890&view=diff ============================================================================== --- maven/plugins/trunk/maven-compiler-plugin/src/site/fml/faq.fml (original) +++ maven/plugins/trunk/maven-compiler-plugin/src/site/fml/faq.fml Thu Aug 28 09:56:51 2008 @@ -1,23 +1,23 @@ -<?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. - --> +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 id="FAQ" title="Frequently Asked Questions"> <part id="General"> Modified: maven/plugins/trunk/maven-dependency-plugin/src/site/fml/faq.fml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/src/site/fml/faq.fml?rev=689890&r1=689889&r2=689890&view=diff ============================================================================== --- maven/plugins/trunk/maven-dependency-plugin/src/site/fml/faq.fml (original) +++ maven/plugins/trunk/maven-dependency-plugin/src/site/fml/faq.fml Thu Aug 28 09:56:51 2008 @@ -1,23 +1,24 @@ -<?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. - * +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 id="FAQ" title="Frequently Asked Questions"> <part id="General"> <faq id="plugin name"> Modified: maven/plugins/trunk/maven-deploy-plugin/src/site/fml/faq.fml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/site/fml/faq.fml?rev=689890&r1=689889&r2=689890&view=diff ============================================================================== --- maven/plugins/trunk/maven-deploy-plugin/src/site/fml/faq.fml (original) +++ maven/plugins/trunk/maven-deploy-plugin/src/site/fml/faq.fml Thu Aug 28 09:56:51 2008 @@ -1,4 +1,5 @@ -<?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 @@ -8,7 +9,7 @@ "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 + 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 Modified: maven/plugins/trunk/maven-doap-plugin/src/site/fml/faq.fml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-doap-plugin/src/site/fml/faq.fml?rev=689890&r1=689889&r2=689890&view=diff ============================================================================== --- maven/plugins/trunk/maven-doap-plugin/src/site/fml/faq.fml (original) +++ maven/plugins/trunk/maven-doap-plugin/src/site/fml/faq.fml Thu Aug 28 09:56:51 2008 @@ -1,22 +1,22 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> +<?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 +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. +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 id="FAQ" title="Frequently Asked Questions"> Modified: maven/plugins/trunk/maven-docck-plugin/src/site/fml/faq.fml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-docck-plugin/src/site/fml/faq.fml?rev=689890&r1=689889&r2=689890&view=diff ============================================================================== --- maven/plugins/trunk/maven-docck-plugin/src/site/fml/faq.fml (original) +++ maven/plugins/trunk/maven-docck-plugin/src/site/fml/faq.fml Thu Aug 28 09:56:51 2008 @@ -1,4 +1,5 @@ -<?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 @@ -17,6 +18,7 @@ specific language governing permissions and limitations under the License. --> + <faqs id="FAQ" title="Frequently Asked Questions"> <part id="General"> <faq id="question1"> Modified: maven/plugins/trunk/maven-ear-plugin/src/site/fml/faq.fml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-ear-plugin/src/site/fml/faq.fml?rev=689890&r1=689889&r2=689890&view=diff ============================================================================== --- maven/plugins/trunk/maven-ear-plugin/src/site/fml/faq.fml (original) +++ maven/plugins/trunk/maven-ear-plugin/src/site/fml/faq.fml Thu Aug 28 09:56:51 2008 @@ -1,20 +1,23 @@ -<?xml version="1.0"?> +<?xml version="1.0" encoding="UTF-8"?> <!-- - ~ Copyright 2006 The Apache Software 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. - --> +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 id="FAQ" title="Frequently Asked Questions"> <part id="General"> Modified: maven/plugins/trunk/maven-eclipse-plugin/src/site/fml/faq.fml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/src/site/fml/faq.fml?rev=689890&r1=689889&r2=689890&view=diff ============================================================================== --- maven/plugins/trunk/maven-eclipse-plugin/src/site/fml/faq.fml (original) +++ maven/plugins/trunk/maven-eclipse-plugin/src/site/fml/faq.fml Thu Aug 28 09:56:51 2008 @@ -1,4 +1,24 @@ -<?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 id="FAQ" title="Frequently Asked Questions"> <part id="General"> <faq id="eclipse-plugin"> Modified: maven/plugins/trunk/maven-ejb-plugin/src/site/fml/faq.fml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-ejb-plugin/src/site/fml/faq.fml?rev=689890&r1=689889&r2=689890&view=diff ============================================================================== --- maven/plugins/trunk/maven-ejb-plugin/src/site/fml/faq.fml (original) +++ maven/plugins/trunk/maven-ejb-plugin/src/site/fml/faq.fml Thu Aug 28 09:56:51 2008 @@ -1,4 +1,4 @@ -<?xml version="1.0"?> +<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one Modified: maven/plugins/trunk/maven-gpg-plugin/src/site/fml/faq.fml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-gpg-plugin/src/site/fml/faq.fml?rev=689890&r1=689889&r2=689890&view=diff ============================================================================== --- maven/plugins/trunk/maven-gpg-plugin/src/site/fml/faq.fml (original) +++ maven/plugins/trunk/maven-gpg-plugin/src/site/fml/faq.fml Thu Aug 28 09:56:51 2008 @@ -1,4 +1,5 @@ -<?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 Modified: maven/plugins/trunk/maven-idea-plugin/src/site/fml/faq.fml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-idea-plugin/src/site/fml/faq.fml?rev=689890&r1=689889&r2=689890&view=diff ============================================================================== --- maven/plugins/trunk/maven-idea-plugin/src/site/fml/faq.fml (original) +++ maven/plugins/trunk/maven-idea-plugin/src/site/fml/faq.fml Thu Aug 28 09:56:51 2008 @@ -1,4 +1,5 @@ -<?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 @@ -17,6 +18,7 @@ specific language governing permissions and limitations under the License. --> + <faqs id="FAQ" title="Frequently Asked Questions"> <part id="General"> <faq id="idea-plugin"> Modified: maven/plugins/trunk/maven-install-plugin/src/site/fml/faq.fml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-install-plugin/src/site/fml/faq.fml?rev=689890&r1=689889&r2=689890&view=diff ============================================================================== --- maven/plugins/trunk/maven-install-plugin/src/site/fml/faq.fml (original) +++ maven/plugins/trunk/maven-install-plugin/src/site/fml/faq.fml Thu Aug 28 09:56:51 2008 @@ -1,4 +1,4 @@ -<?xml version="1.0"?> +<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one Modified: maven/plugins/trunk/maven-invoker-plugin/src/site/fml/faq.fml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-invoker-plugin/src/site/fml/faq.fml?rev=689890&r1=689889&r2=689890&view=diff ============================================================================== --- maven/plugins/trunk/maven-invoker-plugin/src/site/fml/faq.fml (original) +++ maven/plugins/trunk/maven-invoker-plugin/src/site/fml/faq.fml Thu Aug 28 09:56:51 2008 @@ -1,4 +1,5 @@ -<?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 Modified: maven/plugins/trunk/maven-jar-plugin/src/site/fml/faq.fml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-jar-plugin/src/site/fml/faq.fml?rev=689890&r1=689889&r2=689890&view=diff ============================================================================== --- maven/plugins/trunk/maven-jar-plugin/src/site/fml/faq.fml (original) +++ maven/plugins/trunk/maven-jar-plugin/src/site/fml/faq.fml Thu Aug 28 09:56:51 2008 @@ -1,22 +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 +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. +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 id="FAQ" title="Frequently Asked Questions"> Modified: maven/plugins/trunk/maven-javadoc-plugin/src/site/fml/faq.fml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/src/site/fml/faq.fml?rev=689890&r1=689889&r2=689890&view=diff ============================================================================== --- maven/plugins/trunk/maven-javadoc-plugin/src/site/fml/faq.fml (original) +++ maven/plugins/trunk/maven-javadoc-plugin/src/site/fml/faq.fml Thu Aug 28 09:56:51 2008 @@ -1,4 +1,4 @@ -<?xml version="1.0"?> +<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one @@ -9,7 +9,7 @@ "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 + 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 Modified: maven/plugins/trunk/maven-one-plugin/src/site/fml/faq.fml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-one-plugin/src/site/fml/faq.fml?rev=689890&r1=689889&r2=689890&view=diff ============================================================================== --- maven/plugins/trunk/maven-one-plugin/src/site/fml/faq.fml (original) +++ maven/plugins/trunk/maven-one-plugin/src/site/fml/faq.fml Thu Aug 28 09:56:51 2008 @@ -1,22 +1,24 @@ -<?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. +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 id="FAQ" title="Frequently Asked Questions"> <part id="General"> <faq id="question1"> Modified: maven/plugins/trunk/maven-patch-plugin/src/site/fml/faq.fml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-patch-plugin/src/site/fml/faq.fml?rev=689890&r1=689889&r2=689890&view=diff ============================================================================== --- maven/plugins/trunk/maven-patch-plugin/src/site/fml/faq.fml (original) +++ maven/plugins/trunk/maven-patch-plugin/src/site/fml/faq.fml Thu Aug 28 09:56:51 2008 @@ -1,20 +1,23 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - ~ Copyright 2006 The Apache Software 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. - --> +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 id="FAQ" title="Frequently Asked Questions"> <part id="General"> Modified: maven/plugins/trunk/maven-pmd-plugin/src/site/fml/faq.fml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-pmd-plugin/src/site/fml/faq.fml?rev=689890&r1=689889&r2=689890&view=diff ============================================================================== --- maven/plugins/trunk/maven-pmd-plugin/src/site/fml/faq.fml (original) +++ maven/plugins/trunk/maven-pmd-plugin/src/site/fml/faq.fml Thu Aug 28 09:56:51 2008 @@ -1,4 +1,4 @@ -<?xml version="1.0"?> +<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one Modified: maven/plugins/trunk/maven-project-info-reports-plugin/src/site/fml/faq.fml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/src/site/fml/faq.fml?rev=689890&r1=689889&r2=689890&view=diff ============================================================================== --- maven/plugins/trunk/maven-project-info-reports-plugin/src/site/fml/faq.fml (original) +++ maven/plugins/trunk/maven-project-info-reports-plugin/src/site/fml/faq.fml Thu Aug 28 09:56:51 2008 @@ -1,4 +1,4 @@ -<?xml version="1.0"?> +<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one Modified: maven/plugins/trunk/maven-rar-plugin/src/site/fml/faq.fml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-rar-plugin/src/site/fml/faq.fml?rev=689890&r1=689889&r2=689890&view=diff ============================================================================== --- maven/plugins/trunk/maven-rar-plugin/src/site/fml/faq.fml (original) +++ maven/plugins/trunk/maven-rar-plugin/src/site/fml/faq.fml Thu Aug 28 09:56:51 2008 @@ -1,4 +1,4 @@ -<?xml version="1.0"?> +<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one @@ -9,7 +9,7 @@ "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 + 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 Modified: maven/plugins/trunk/maven-remote-resources-plugin/src/site/fml/faq.fml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-remote-resources-plugin/src/site/fml/faq.fml?rev=689890&r1=689889&r2=689890&view=diff ============================================================================== --- maven/plugins/trunk/maven-remote-resources-plugin/src/site/fml/faq.fml (original) +++ maven/plugins/trunk/maven-remote-resources-plugin/src/site/fml/faq.fml Thu Aug 28 09:56:51 2008 @@ -1,4 +1,5 @@ -<?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 @@ -8,7 +9,7 @@ "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 + 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 Modified: maven/plugins/trunk/maven-repository-plugin/src/site/fml/faq.fml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-repository-plugin/src/site/fml/faq.fml?rev=689890&r1=689889&r2=689890&view=diff ============================================================================== --- maven/plugins/trunk/maven-repository-plugin/src/site/fml/faq.fml (original) +++ maven/plugins/trunk/maven-repository-plugin/src/site/fml/faq.fml Thu Aug 28 09:56:51 2008 @@ -1,22 +1,24 @@ -<?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 +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 + 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. +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 id="FAQ" title="Frequently Asked Questions"> <part id="General"> <faq id="including-sources"> Modified: maven/plugins/trunk/maven-resources-plugin/src/site/fml/faq.fml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-resources-plugin/src/site/fml/faq.fml?rev=689890&r1=689889&r2=689890&view=diff ============================================================================== --- maven/plugins/trunk/maven-resources-plugin/src/site/fml/faq.fml (original) +++ maven/plugins/trunk/maven-resources-plugin/src/site/fml/faq.fml Thu Aug 28 09:56:51 2008 @@ -1,21 +1,22 @@ <?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 +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. +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 id="FAQ" title="Frequently Asked Questions"> Modified: maven/plugins/trunk/maven-site-plugin/src/site/fml/faq.fml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/src/site/fml/faq.fml?rev=689890&r1=689889&r2=689890&view=diff ============================================================================== --- maven/plugins/trunk/maven-site-plugin/src/site/fml/faq.fml (original) +++ maven/plugins/trunk/maven-site-plugin/src/site/fml/faq.fml Thu Aug 28 09:56:51 2008 @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> +<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one Modified: maven/plugins/trunk/maven-source-plugin/src/site/fml/faq.fml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-source-plugin/src/site/fml/faq.fml?rev=689890&r1=689889&r2=689890&view=diff ============================================================================== --- maven/plugins/trunk/maven-source-plugin/src/site/fml/faq.fml (original) +++ maven/plugins/trunk/maven-source-plugin/src/site/fml/faq.fml Thu Aug 28 09:56:51 2008 @@ -1,4 +1,5 @@ -<?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 @@ -8,7 +9,7 @@ "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 + 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 Modified: maven/plugins/trunk/maven-stage-plugin/src/site/fml/faq.fml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-stage-plugin/src/site/fml/faq.fml?rev=689890&r1=689889&r2=689890&view=diff ============================================================================== --- maven/plugins/trunk/maven-stage-plugin/src/site/fml/faq.fml (original) +++ maven/plugins/trunk/maven-stage-plugin/src/site/fml/faq.fml Thu Aug 28 09:56:51 2008 @@ -1,4 +1,4 @@ -<?xml version="1.0"?> +<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one Modified: maven/plugins/trunk/maven-verifier-plugin/src/site/fml/faq.fml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-verifier-plugin/src/site/fml/faq.fml?rev=689890&r1=689889&r2=689890&view=diff ============================================================================== --- maven/plugins/trunk/maven-verifier-plugin/src/site/fml/faq.fml (original) +++ maven/plugins/trunk/maven-verifier-plugin/src/site/fml/faq.fml Thu Aug 28 09:56:51 2008 @@ -1,4 +1,4 @@ -<?xml version="1.0"?> +<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one Modified: maven/plugins/trunk/maven-war-plugin/src/site/fml/faq.fml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-war-plugin/src/site/fml/faq.fml?rev=689890&r1=689889&r2=689890&view=diff ============================================================================== --- maven/plugins/trunk/maven-war-plugin/src/site/fml/faq.fml (original) +++ maven/plugins/trunk/maven-war-plugin/src/site/fml/faq.fml Thu Aug 28 09:56:51 2008 @@ -1,4 +1,4 @@ -<?xml version="1.0"?> +<?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one @@ -9,7 +9,7 @@ "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 + 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