Hi Benjamin, Thanks to update these files! Also, WDYT to do the same for faq.fml?
Cheers, Vincent 2008/8/26 <[EMAIL PROTECTED]>: > Author: bentmann > Date: Tue Aug 26 06:36:10 2008 > New Revision: 689071 > > URL: http://svn.apache.org/viewvc?rev=689071&view=rev > Log: > o Changed encoding of site descriptor to UTF-8 just like used for POMs > o Updated/added license headers > > Modified: > maven/plugins/trunk/maven-ant-plugin/src/site/site.xml > maven/plugins/trunk/maven-antrun-plugin/src/site/site.xml > maven/plugins/trunk/maven-assembly-plugin/src/site/site.xml > maven/plugins/trunk/maven-changelog-plugin/src/site/site.xml > maven/plugins/trunk/maven-changes-plugin/src/site/site.xml > maven/plugins/trunk/maven-checkstyle-plugin/src/site/site.xml > maven/plugins/trunk/maven-clean-plugin/src/site/site.xml > maven/plugins/trunk/maven-compiler-plugin/src/site/site.xml > maven/plugins/trunk/maven-dependency-plugin/src/site/site.xml > maven/plugins/trunk/maven-deploy-plugin/src/site/site.xml > maven/plugins/trunk/maven-doap-plugin/src/site/site.xml > maven/plugins/trunk/maven-docck-plugin/src/site/site.xml > maven/plugins/trunk/maven-ear-plugin/src/site/site.xml > maven/plugins/trunk/maven-eclipse-plugin/src/site/site.xml > maven/plugins/trunk/maven-ejb-plugin/src/site/site.xml > maven/plugins/trunk/maven-gpg-plugin/src/site/site.xml > maven/plugins/trunk/maven-help-plugin/src/site/site.xml > maven/plugins/trunk/maven-idea-plugin/src/site/site.xml > maven/plugins/trunk/maven-install-plugin/src/site/site.xml > maven/plugins/trunk/maven-invoker-plugin/src/site/site.xml > maven/plugins/trunk/maven-jar-plugin/src/site/site.xml > maven/plugins/trunk/maven-javadoc-plugin/src/site/site.xml > maven/plugins/trunk/maven-linkcheck-plugin/src/site/site.xml > maven/plugins/trunk/maven-one-plugin/src/site/site.xml > maven/plugins/trunk/maven-patch-plugin/src/site/site.xml > maven/plugins/trunk/maven-pmd-plugin/src/site/site.xml > maven/plugins/trunk/maven-project-info-reports-plugin/src/site/site.xml > maven/plugins/trunk/maven-rar-plugin/src/site/site.xml > maven/plugins/trunk/maven-remote-resources-plugin/src/site/site.xml > maven/plugins/trunk/maven-repository-plugin/src/site/site.xml > maven/plugins/trunk/maven-resources-plugin/src/site/site.xml > maven/plugins/trunk/maven-shade-plugin/src/site/site.xml > maven/plugins/trunk/maven-site-plugin/src/site/site.xml > maven/plugins/trunk/maven-source-plugin/src/site/site.xml > maven/plugins/trunk/maven-stage-plugin/src/site/site.xml > maven/plugins/trunk/maven-toolchains-plugin/src/site/site.xml > maven/plugins/trunk/maven-verifier-plugin/src/site/site.xml > maven/plugins/trunk/maven-war-plugin/src/site/site.xml > maven/plugins/trunk/src/site/site.xml > > Modified: maven/plugins/trunk/maven-ant-plugin/src/site/site.xml > URL: > http://svn.apache.org/viewvc/maven/plugins/trunk/maven-ant-plugin/src/site/site.xml?rev=689071&r1=689070&r2=689071&view=diff > ============================================================================== > --- maven/plugins/trunk/maven-ant-plugin/src/site/site.xml (original) > +++ maven/plugins/trunk/maven-ant-plugin/src/site/site.xml Tue Aug 26 > 06:36:10 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-antrun-plugin/src/site/site.xml > URL: > http://svn.apache.org/viewvc/maven/plugins/trunk/maven-antrun-plugin/src/site/site.xml?rev=689071&r1=689070&r2=689071&view=diff > ============================================================================== > --- maven/plugins/trunk/maven-antrun-plugin/src/site/site.xml (original) > +++ maven/plugins/trunk/maven-antrun-plugin/src/site/site.xml Tue Aug 26 > 06:36:10 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/site.xml > URL: > http://svn.apache.org/viewvc/maven/plugins/trunk/maven-assembly-plugin/src/site/site.xml?rev=689071&r1=689070&r2=689071&view=diff > ============================================================================== > --- maven/plugins/trunk/maven-assembly-plugin/src/site/site.xml (original) > +++ maven/plugins/trunk/maven-assembly-plugin/src/site/site.xml Tue Aug 26 > 06:36:10 2008 > @@ -1,20 +1,23 @@ > -<?xml version="1.0" encoding="ISO-8859-1"?> > +<?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. > +--> > > <project> > <body> > > Modified: maven/plugins/trunk/maven-changelog-plugin/src/site/site.xml > URL: > http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changelog-plugin/src/site/site.xml?rev=689071&r1=689070&r2=689071&view=diff > ============================================================================== > --- maven/plugins/trunk/maven-changelog-plugin/src/site/site.xml (original) > +++ maven/plugins/trunk/maven-changelog-plugin/src/site/site.xml Tue Aug 26 > 06:36:10 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-changes-plugin/src/site/site.xml > URL: > http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changes-plugin/src/site/site.xml?rev=689071&r1=689070&r2=689071&view=diff > ============================================================================== > --- maven/plugins/trunk/maven-changes-plugin/src/site/site.xml (original) > +++ maven/plugins/trunk/maven-changes-plugin/src/site/site.xml Tue Aug 26 > 06:36:10 2008 > @@ -1,4 +1,5 @@ > -<?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 > @@ -17,6 +18,7 @@ > specific language governing permissions and limitations > under the License. > --> > + > <project> > <body> > <menu name="Overview"> > > Modified: maven/plugins/trunk/maven-checkstyle-plugin/src/site/site.xml > URL: > http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/src/site/site.xml?rev=689071&r1=689070&r2=689071&view=diff > ============================================================================== > --- maven/plugins/trunk/maven-checkstyle-plugin/src/site/site.xml (original) > +++ maven/plugins/trunk/maven-checkstyle-plugin/src/site/site.xml Tue Aug 26 > 06:36:10 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 > @@ -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/site.xml > URL: > http://svn.apache.org/viewvc/maven/plugins/trunk/maven-clean-plugin/src/site/site.xml?rev=689071&r1=689070&r2=689071&view=diff > ============================================================================== > --- maven/plugins/trunk/maven-clean-plugin/src/site/site.xml (original) > +++ maven/plugins/trunk/maven-clean-plugin/src/site/site.xml Tue Aug 26 > 06:36:10 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-compiler-plugin/src/site/site.xml > URL: > http://svn.apache.org/viewvc/maven/plugins/trunk/maven-compiler-plugin/src/site/site.xml?rev=689071&r1=689070&r2=689071&view=diff > ============================================================================== > --- maven/plugins/trunk/maven-compiler-plugin/src/site/site.xml (original) > +++ maven/plugins/trunk/maven-compiler-plugin/src/site/site.xml Tue Aug 26 > 06:36:10 2008 > @@ -1,23 +1,23 @@ > -<?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 > - ~ > - ~ 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. > +--> > > <project> > <body> > > Modified: maven/plugins/trunk/maven-dependency-plugin/src/site/site.xml > URL: > http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/src/site/site.xml?rev=689071&r1=689070&r2=689071&view=diff > ============================================================================== > --- maven/plugins/trunk/maven-dependency-plugin/src/site/site.xml (original) > +++ maven/plugins/trunk/maven-dependency-plugin/src/site/site.xml Tue Aug 26 > 06:36:10 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 > - * > - * 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. > --> > > <project> > > Modified: maven/plugins/trunk/maven-deploy-plugin/src/site/site.xml > URL: > http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/src/site/site.xml?rev=689071&r1=689070&r2=689071&view=diff > ============================================================================== > --- maven/plugins/trunk/maven-deploy-plugin/src/site/site.xml (original) > +++ maven/plugins/trunk/maven-deploy-plugin/src/site/site.xml Tue Aug 26 > 06:36:10 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 > @@ -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-doap-plugin/src/site/site.xml > URL: > http://svn.apache.org/viewvc/maven/plugins/trunk/maven-doap-plugin/src/site/site.xml?rev=689071&r1=689070&r2=689071&view=diff > ============================================================================== > --- maven/plugins/trunk/maven-doap-plugin/src/site/site.xml (original) > +++ maven/plugins/trunk/maven-doap-plugin/src/site/site.xml Tue Aug 26 > 06:36:10 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. > --> > > <project> > > Modified: maven/plugins/trunk/maven-docck-plugin/src/site/site.xml > URL: > http://svn.apache.org/viewvc/maven/plugins/trunk/maven-docck-plugin/src/site/site.xml?rev=689071&r1=689070&r2=689071&view=diff > ============================================================================== > --- maven/plugins/trunk/maven-docck-plugin/src/site/site.xml (original) > +++ maven/plugins/trunk/maven-docck-plugin/src/site/site.xml Tue Aug 26 > 06:36:10 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-ear-plugin/src/site/site.xml > URL: > http://svn.apache.org/viewvc/maven/plugins/trunk/maven-ear-plugin/src/site/site.xml?rev=689071&r1=689070&r2=689071&view=diff > ============================================================================== > --- maven/plugins/trunk/maven-ear-plugin/src/site/site.xml (original) > +++ maven/plugins/trunk/maven-ear-plugin/src/site/site.xml Tue Aug 26 > 06:36:10 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 > @@ -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-eclipse-plugin/src/site/site.xml > URL: > http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/src/site/site.xml?rev=689071&r1=689070&r2=689071&view=diff > ============================================================================== > --- maven/plugins/trunk/maven-eclipse-plugin/src/site/site.xml (original) > +++ maven/plugins/trunk/maven-eclipse-plugin/src/site/site.xml Tue Aug 26 > 06:36:10 2008 > @@ -1,3 +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> > <version position="left" /> > <body> > > Modified: maven/plugins/trunk/maven-ejb-plugin/src/site/site.xml > URL: > http://svn.apache.org/viewvc/maven/plugins/trunk/maven-ejb-plugin/src/site/site.xml?rev=689071&r1=689070&r2=689071&view=diff > ============================================================================== > --- maven/plugins/trunk/maven-ejb-plugin/src/site/site.xml (original) > +++ maven/plugins/trunk/maven-ejb-plugin/src/site/site.xml Tue Aug 26 > 06:36:10 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-gpg-plugin/src/site/site.xml > URL: > http://svn.apache.org/viewvc/maven/plugins/trunk/maven-gpg-plugin/src/site/site.xml?rev=689071&r1=689070&r2=689071&view=diff > ============================================================================== > --- maven/plugins/trunk/maven-gpg-plugin/src/site/site.xml (original) > +++ maven/plugins/trunk/maven-gpg-plugin/src/site/site.xml Tue Aug 26 > 06:36:10 2008 > @@ -1,4 +1,5 @@ > -<?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 > > Modified: maven/plugins/trunk/maven-help-plugin/src/site/site.xml > URL: > http://svn.apache.org/viewvc/maven/plugins/trunk/maven-help-plugin/src/site/site.xml?rev=689071&r1=689070&r2=689071&view=diff > ============================================================================== > --- maven/plugins/trunk/maven-help-plugin/src/site/site.xml (original) > +++ maven/plugins/trunk/maven-help-plugin/src/site/site.xml Tue Aug 26 > 06:36:10 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-idea-plugin/src/site/site.xml > URL: > http://svn.apache.org/viewvc/maven/plugins/trunk/maven-idea-plugin/src/site/site.xml?rev=689071&r1=689070&r2=689071&view=diff > ============================================================================== > --- maven/plugins/trunk/maven-idea-plugin/src/site/site.xml (original) > +++ maven/plugins/trunk/maven-idea-plugin/src/site/site.xml Tue Aug 26 > 06:36:10 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-install-plugin/src/site/site.xml > URL: > http://svn.apache.org/viewvc/maven/plugins/trunk/maven-install-plugin/src/site/site.xml?rev=689071&r1=689070&r2=689071&view=diff > ============================================================================== > --- maven/plugins/trunk/maven-install-plugin/src/site/site.xml (original) > +++ maven/plugins/trunk/maven-install-plugin/src/site/site.xml Tue Aug 26 > 06:36:10 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-invoker-plugin/src/site/site.xml > URL: > http://svn.apache.org/viewvc/maven/plugins/trunk/maven-invoker-plugin/src/site/site.xml?rev=689071&r1=689070&r2=689071&view=diff > ============================================================================== > --- maven/plugins/trunk/maven-invoker-plugin/src/site/site.xml (original) > +++ maven/plugins/trunk/maven-invoker-plugin/src/site/site.xml Tue Aug 26 > 06:36:10 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-jar-plugin/src/site/site.xml > URL: > http://svn.apache.org/viewvc/maven/plugins/trunk/maven-jar-plugin/src/site/site.xml?rev=689071&r1=689070&r2=689071&view=diff > ============================================================================== > --- maven/plugins/trunk/maven-jar-plugin/src/site/site.xml (original) > +++ maven/plugins/trunk/maven-jar-plugin/src/site/site.xml Tue Aug 26 > 06:36:10 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. > --> > > <project> > > Modified: maven/plugins/trunk/maven-javadoc-plugin/src/site/site.xml > URL: > http://svn.apache.org/viewvc/maven/plugins/trunk/maven-javadoc-plugin/src/site/site.xml?rev=689071&r1=689070&r2=689071&view=diff > ============================================================================== > --- maven/plugins/trunk/maven-javadoc-plugin/src/site/site.xml (original) > +++ maven/plugins/trunk/maven-javadoc-plugin/src/site/site.xml Tue Aug 26 > 06:36:10 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 > @@ -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-linkcheck-plugin/src/site/site.xml > URL: > http://svn.apache.org/viewvc/maven/plugins/trunk/maven-linkcheck-plugin/src/site/site.xml?rev=689071&r1=689070&r2=689071&view=diff > ============================================================================== > --- maven/plugins/trunk/maven-linkcheck-plugin/src/site/site.xml (original) > +++ maven/plugins/trunk/maven-linkcheck-plugin/src/site/site.xml Tue Aug 26 > 06:36:10 2008 > @@ -1,25 +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 > - * > - * 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. > +--> > > <project> > > > Modified: maven/plugins/trunk/maven-one-plugin/src/site/site.xml > URL: > http://svn.apache.org/viewvc/maven/plugins/trunk/maven-one-plugin/src/site/site.xml?rev=689071&r1=689070&r2=689071&view=diff > ============================================================================== > --- maven/plugins/trunk/maven-one-plugin/src/site/site.xml (original) > +++ maven/plugins/trunk/maven-one-plugin/src/site/site.xml Tue Aug 26 > 06:36:10 2008 > @@ -1,22 +1,24 @@ > -<?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 > - ~ > - ~ 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. > --> > + > <project> > <body> > <menu name="Overview"> > > Modified: maven/plugins/trunk/maven-patch-plugin/src/site/site.xml > URL: > http://svn.apache.org/viewvc/maven/plugins/trunk/maven-patch-plugin/src/site/site.xml?rev=689071&r1=689070&r2=689071&view=diff > ============================================================================== > --- maven/plugins/trunk/maven-patch-plugin/src/site/site.xml (original) > +++ maven/plugins/trunk/maven-patch-plugin/src/site/site.xml Tue Aug 26 > 06:36:10 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-pmd-plugin/src/site/site.xml > URL: > http://svn.apache.org/viewvc/maven/plugins/trunk/maven-pmd-plugin/src/site/site.xml?rev=689071&r1=689070&r2=689071&view=diff > ============================================================================== > --- maven/plugins/trunk/maven-pmd-plugin/src/site/site.xml (original) > +++ maven/plugins/trunk/maven-pmd-plugin/src/site/site.xml Tue Aug 26 > 06:36:10 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-project-info-reports-plugin/src/site/site.xml > URL: > http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/src/site/site.xml?rev=689071&r1=689070&r2=689071&view=diff > ============================================================================== > --- maven/plugins/trunk/maven-project-info-reports-plugin/src/site/site.xml > (original) > +++ maven/plugins/trunk/maven-project-info-reports-plugin/src/site/site.xml > Tue Aug 26 06:36:10 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-rar-plugin/src/site/site.xml > URL: > http://svn.apache.org/viewvc/maven/plugins/trunk/maven-rar-plugin/src/site/site.xml?rev=689071&r1=689070&r2=689071&view=diff > ============================================================================== > --- maven/plugins/trunk/maven-rar-plugin/src/site/site.xml (original) > +++ maven/plugins/trunk/maven-rar-plugin/src/site/site.xml Tue Aug 26 > 06:36:10 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 > @@ -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/site.xml > URL: > http://svn.apache.org/viewvc/maven/plugins/trunk/maven-remote-resources-plugin/src/site/site.xml?rev=689071&r1=689070&r2=689071&view=diff > ============================================================================== > --- maven/plugins/trunk/maven-remote-resources-plugin/src/site/site.xml > (original) > +++ maven/plugins/trunk/maven-remote-resources-plugin/src/site/site.xml Tue > Aug 26 06:36:10 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 > @@ -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-repository-plugin/src/site/site.xml > URL: > http://svn.apache.org/viewvc/maven/plugins/trunk/maven-repository-plugin/src/site/site.xml?rev=689071&r1=689070&r2=689071&view=diff > ============================================================================== > --- maven/plugins/trunk/maven-repository-plugin/src/site/site.xml (original) > +++ maven/plugins/trunk/maven-repository-plugin/src/site/site.xml Tue Aug 26 > 06:36:10 2008 > @@ -1,22 +1,24 @@ > -<?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 > - > - 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. > --> > + > <project> > <body> > <menu name="Overview"> > > Modified: maven/plugins/trunk/maven-resources-plugin/src/site/site.xml > URL: > http://svn.apache.org/viewvc/maven/plugins/trunk/maven-resources-plugin/src/site/site.xml?rev=689071&r1=689070&r2=689071&view=diff > ============================================================================== > --- maven/plugins/trunk/maven-resources-plugin/src/site/site.xml (original) > +++ maven/plugins/trunk/maven-resources-plugin/src/site/site.xml Tue Aug 26 > 06:36:10 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. > --> > > <project> > > Modified: maven/plugins/trunk/maven-shade-plugin/src/site/site.xml > URL: > http://svn.apache.org/viewvc/maven/plugins/trunk/maven-shade-plugin/src/site/site.xml?rev=689071&r1=689070&r2=689071&view=diff > ============================================================================== > --- maven/plugins/trunk/maven-shade-plugin/src/site/site.xml (original) > +++ maven/plugins/trunk/maven-shade-plugin/src/site/site.xml Tue Aug 26 > 06:36:10 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. > --> > > <project> > > Modified: maven/plugins/trunk/maven-site-plugin/src/site/site.xml > URL: > http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/src/site/site.xml?rev=689071&r1=689070&r2=689071&view=diff > ============================================================================== > --- maven/plugins/trunk/maven-site-plugin/src/site/site.xml (original) > +++ maven/plugins/trunk/maven-site-plugin/src/site/site.xml Tue Aug 26 > 06:36:10 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/site.xml > URL: > http://svn.apache.org/viewvc/maven/plugins/trunk/maven-source-plugin/src/site/site.xml?rev=689071&r1=689070&r2=689071&view=diff > ============================================================================== > --- maven/plugins/trunk/maven-source-plugin/src/site/site.xml (original) > +++ maven/plugins/trunk/maven-source-plugin/src/site/site.xml Tue Aug 26 > 06:36:10 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 > @@ -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-stage-plugin/src/site/site.xml > URL: > http://svn.apache.org/viewvc/maven/plugins/trunk/maven-stage-plugin/src/site/site.xml?rev=689071&r1=689070&r2=689071&view=diff > ============================================================================== > --- maven/plugins/trunk/maven-stage-plugin/src/site/site.xml (original) > +++ maven/plugins/trunk/maven-stage-plugin/src/site/site.xml Tue Aug 26 > 06:36:10 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-toolchains-plugin/src/site/site.xml > URL: > http://svn.apache.org/viewvc/maven/plugins/trunk/maven-toolchains-plugin/src/site/site.xml?rev=689071&r1=689070&r2=689071&view=diff > ============================================================================== > --- maven/plugins/trunk/maven-toolchains-plugin/src/site/site.xml (original) > +++ maven/plugins/trunk/maven-toolchains-plugin/src/site/site.xml Tue Aug 26 > 06:36:10 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 > - * > - * 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. > --> > > <project> > > Modified: maven/plugins/trunk/maven-verifier-plugin/src/site/site.xml > URL: > http://svn.apache.org/viewvc/maven/plugins/trunk/maven-verifier-plugin/src/site/site.xml?rev=689071&r1=689070&r2=689071&view=diff > ============================================================================== > --- maven/plugins/trunk/maven-verifier-plugin/src/site/site.xml (original) > +++ maven/plugins/trunk/maven-verifier-plugin/src/site/site.xml Tue Aug 26 > 06:36:10 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-war-plugin/src/site/site.xml > URL: > http://svn.apache.org/viewvc/maven/plugins/trunk/maven-war-plugin/src/site/site.xml?rev=689071&r1=689070&r2=689071&view=diff > ============================================================================== > --- maven/plugins/trunk/maven-war-plugin/src/site/site.xml (original) > +++ maven/plugins/trunk/maven-war-plugin/src/site/site.xml Tue Aug 26 > 06:36:10 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 > @@ -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/src/site/site.xml > URL: > http://svn.apache.org/viewvc/maven/plugins/trunk/src/site/site.xml?rev=689071&r1=689070&r2=689071&view=diff > ============================================================================== > --- maven/plugins/trunk/src/site/site.xml (original) > +++ maven/plugins/trunk/src/site/site.xml Tue Aug 26 06:36:10 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 > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
