Author: ptahchiev
Date: Thu Jan 22 11:25:09 2009
New Revision: 736753
URL: http://svn.apache.org/viewvc?rev=736753&view=rev
Log:
Added UTF-8 encoding header to all the xmls
Modified:
jakarta/cactus/trunk/cactus-bin-assembly.xml
jakarta/cactus/trunk/cactus-maven-skin/pom.xml
jakarta/cactus/trunk/cactus-site/pom.xml
jakarta/cactus/trunk/cactus-src-assembly.xml
jakarta/cactus/trunk/framework/framework-12-13-14/pom.xml
jakarta/cactus/trunk/framework/framework-13-14/pom.xml
jakarta/cactus/trunk/framework/framework-wrappers/pom.xml
jakarta/cactus/trunk/framework/framework-wrappers/wrapper-javaEE-12/pom.xml
jakarta/cactus/trunk/framework/framework-wrappers/wrapper-javaEE-13/pom.xml
jakarta/cactus/trunk/framework/framework-wrappers/wrapper-javaEE-14/pom.xml
jakarta/cactus/trunk/integration/eclipse/assembly-conf.xml
jakarta/cactus/trunk/integration/eclipse/org.apache.cactus.eclipse.runner/pom.xml
jakarta/cactus/trunk/integration/eclipse/org.apache.cactus.eclipse.webapp/pom.xml
jakarta/cactus/trunk/samples/ejb/build.xml
jakarta/cactus/trunk/samples/ejb/ivy.xml
jakarta/cactus/trunk/samples/ejb3/build.xml
jakarta/cactus/trunk/samples/ejb3/ivy.xml
jakarta/cactus/trunk/samples/ivysettings.xml
jakarta/cactus/trunk/samples/jetty/build.xml
jakarta/cactus/trunk/samples/jetty/ivy.xml
jakarta/cactus/trunk/samples/servlet/build.xml
jakarta/cactus/trunk/samples/servlet/ivy.xml
Modified: jakarta/cactus/trunk/cactus-bin-assembly.xml
URL:
http://svn.apache.org/viewvc/jakarta/cactus/trunk/cactus-bin-assembly.xml?rev=736753&r1=736752&r2=736753&view=diff
==============================================================================
--- jakarta/cactus/trunk/cactus-bin-assembly.xml (original)
+++ jakarta/cactus/trunk/cactus-bin-assembly.xml Thu Jan 22 11:25:09 2009
@@ -1,4 +1,4 @@
-<?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: jakarta/cactus/trunk/cactus-maven-skin/pom.xml
URL:
http://svn.apache.org/viewvc/jakarta/cactus/trunk/cactus-maven-skin/pom.xml?rev=736753&r1=736752&r2=736753&view=diff
==============================================================================
--- jakarta/cactus/trunk/cactus-maven-skin/pom.xml (original)
+++ jakarta/cactus/trunk/cactus-maven-skin/pom.xml Thu Jan 22 11:25:09 2009
@@ -1,4 +1,4 @@
-<?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: jakarta/cactus/trunk/cactus-site/pom.xml
URL:
http://svn.apache.org/viewvc/jakarta/cactus/trunk/cactus-site/pom.xml?rev=736753&r1=736752&r2=736753&view=diff
==============================================================================
--- jakarta/cactus/trunk/cactus-site/pom.xml (original)
+++ jakarta/cactus/trunk/cactus-site/pom.xml Thu Jan 22 11:25:09 2009
@@ -1,4 +1,4 @@
-<?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: jakarta/cactus/trunk/cactus-src-assembly.xml
URL:
http://svn.apache.org/viewvc/jakarta/cactus/trunk/cactus-src-assembly.xml?rev=736753&r1=736752&r2=736753&view=diff
==============================================================================
--- jakarta/cactus/trunk/cactus-src-assembly.xml (original)
+++ jakarta/cactus/trunk/cactus-src-assembly.xml Thu Jan 22 11:25:09 2009
@@ -1,4 +1,4 @@
-<?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: jakarta/cactus/trunk/framework/framework-12-13-14/pom.xml
URL:
http://svn.apache.org/viewvc/jakarta/cactus/trunk/framework/framework-12-13-14/pom.xml?rev=736753&r1=736752&r2=736753&view=diff
==============================================================================
--- jakarta/cactus/trunk/framework/framework-12-13-14/pom.xml (original)
+++ jakarta/cactus/trunk/framework/framework-12-13-14/pom.xml Thu Jan 22
11:25:09 2009
@@ -1,4 +1,4 @@
-<?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: jakarta/cactus/trunk/framework/framework-13-14/pom.xml
URL:
http://svn.apache.org/viewvc/jakarta/cactus/trunk/framework/framework-13-14/pom.xml?rev=736753&r1=736752&r2=736753&view=diff
==============================================================================
--- jakarta/cactus/trunk/framework/framework-13-14/pom.xml (original)
+++ jakarta/cactus/trunk/framework/framework-13-14/pom.xml Thu Jan 22 11:25:09
2009
@@ -1,4 +1,4 @@
-<?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: jakarta/cactus/trunk/framework/framework-wrappers/pom.xml
URL:
http://svn.apache.org/viewvc/jakarta/cactus/trunk/framework/framework-wrappers/pom.xml?rev=736753&r1=736752&r2=736753&view=diff
==============================================================================
--- jakarta/cactus/trunk/framework/framework-wrappers/pom.xml (original)
+++ jakarta/cactus/trunk/framework/framework-wrappers/pom.xml Thu Jan 22
11:25:09 2009
@@ -1,4 +1,4 @@
-<?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:
jakarta/cactus/trunk/framework/framework-wrappers/wrapper-javaEE-12/pom.xml
URL:
http://svn.apache.org/viewvc/jakarta/cactus/trunk/framework/framework-wrappers/wrapper-javaEE-12/pom.xml?rev=736753&r1=736752&r2=736753&view=diff
==============================================================================
--- jakarta/cactus/trunk/framework/framework-wrappers/wrapper-javaEE-12/pom.xml
(original)
+++ jakarta/cactus/trunk/framework/framework-wrappers/wrapper-javaEE-12/pom.xml
Thu Jan 22 11:25:09 2009
@@ -1,4 +1,4 @@
-<?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:
jakarta/cactus/trunk/framework/framework-wrappers/wrapper-javaEE-13/pom.xml
URL:
http://svn.apache.org/viewvc/jakarta/cactus/trunk/framework/framework-wrappers/wrapper-javaEE-13/pom.xml?rev=736753&r1=736752&r2=736753&view=diff
==============================================================================
--- jakarta/cactus/trunk/framework/framework-wrappers/wrapper-javaEE-13/pom.xml
(original)
+++ jakarta/cactus/trunk/framework/framework-wrappers/wrapper-javaEE-13/pom.xml
Thu Jan 22 11:25:09 2009
@@ -1,4 +1,4 @@
-<?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:
jakarta/cactus/trunk/framework/framework-wrappers/wrapper-javaEE-14/pom.xml
URL:
http://svn.apache.org/viewvc/jakarta/cactus/trunk/framework/framework-wrappers/wrapper-javaEE-14/pom.xml?rev=736753&r1=736752&r2=736753&view=diff
==============================================================================
--- jakarta/cactus/trunk/framework/framework-wrappers/wrapper-javaEE-14/pom.xml
(original)
+++ jakarta/cactus/trunk/framework/framework-wrappers/wrapper-javaEE-14/pom.xml
Thu Jan 22 11:25:09 2009
@@ -1,4 +1,4 @@
-<?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: jakarta/cactus/trunk/integration/eclipse/assembly-conf.xml
URL:
http://svn.apache.org/viewvc/jakarta/cactus/trunk/integration/eclipse/assembly-conf.xml?rev=736753&r1=736752&r2=736753&view=diff
==============================================================================
--- jakarta/cactus/trunk/integration/eclipse/assembly-conf.xml (original)
+++ jakarta/cactus/trunk/integration/eclipse/assembly-conf.xml Thu Jan 22
11:25:09 2009
@@ -1,4 +1,4 @@
-<?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:
jakarta/cactus/trunk/integration/eclipse/org.apache.cactus.eclipse.runner/pom.xml
URL:
http://svn.apache.org/viewvc/jakarta/cactus/trunk/integration/eclipse/org.apache.cactus.eclipse.runner/pom.xml?rev=736753&r1=736752&r2=736753&view=diff
==============================================================================
---
jakarta/cactus/trunk/integration/eclipse/org.apache.cactus.eclipse.runner/pom.xml
(original)
+++
jakarta/cactus/trunk/integration/eclipse/org.apache.cactus.eclipse.runner/pom.xml
Thu Jan 22 11:25:09 2009
@@ -1,4 +1,4 @@
-<?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
Modified:
jakarta/cactus/trunk/integration/eclipse/org.apache.cactus.eclipse.webapp/pom.xml
URL:
http://svn.apache.org/viewvc/jakarta/cactus/trunk/integration/eclipse/org.apache.cactus.eclipse.webapp/pom.xml?rev=736753&r1=736752&r2=736753&view=diff
==============================================================================
---
jakarta/cactus/trunk/integration/eclipse/org.apache.cactus.eclipse.webapp/pom.xml
(original)
+++
jakarta/cactus/trunk/integration/eclipse/org.apache.cactus.eclipse.webapp/pom.xml
Thu Jan 22 11:25:09 2009
@@ -1,4 +1,4 @@
-<?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: jakarta/cactus/trunk/samples/ejb/build.xml
URL:
http://svn.apache.org/viewvc/jakarta/cactus/trunk/samples/ejb/build.xml?rev=736753&r1=736752&r2=736753&view=diff
==============================================================================
--- jakarta/cactus/trunk/samples/ejb/build.xml (original)
+++ jakarta/cactus/trunk/samples/ejb/build.xml Thu Jan 22 11:25:09 2009
@@ -1,4 +1,4 @@
-<?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
Modified: jakarta/cactus/trunk/samples/ejb/ivy.xml
URL:
http://svn.apache.org/viewvc/jakarta/cactus/trunk/samples/ejb/ivy.xml?rev=736753&r1=736752&r2=736753&view=diff
==============================================================================
--- jakarta/cactus/trunk/samples/ejb/ivy.xml (original)
+++ jakarta/cactus/trunk/samples/ejb/ivy.xml Thu Jan 22 11:25:09 2009
@@ -1,4 +1,4 @@
-<?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: jakarta/cactus/trunk/samples/ejb3/build.xml
URL:
http://svn.apache.org/viewvc/jakarta/cactus/trunk/samples/ejb3/build.xml?rev=736753&r1=736752&r2=736753&view=diff
==============================================================================
--- jakarta/cactus/trunk/samples/ejb3/build.xml (original)
+++ jakarta/cactus/trunk/samples/ejb3/build.xml Thu Jan 22 11:25:09 2009
@@ -1,4 +1,4 @@
-<?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
Modified: jakarta/cactus/trunk/samples/ejb3/ivy.xml
URL:
http://svn.apache.org/viewvc/jakarta/cactus/trunk/samples/ejb3/ivy.xml?rev=736753&r1=736752&r2=736753&view=diff
==============================================================================
--- jakarta/cactus/trunk/samples/ejb3/ivy.xml (original)
+++ jakarta/cactus/trunk/samples/ejb3/ivy.xml Thu Jan 22 11:25:09 2009
@@ -1,4 +1,4 @@
-<?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: jakarta/cactus/trunk/samples/ivysettings.xml
URL:
http://svn.apache.org/viewvc/jakarta/cactus/trunk/samples/ivysettings.xml?rev=736753&r1=736752&r2=736753&view=diff
==============================================================================
--- jakarta/cactus/trunk/samples/ivysettings.xml (original)
+++ jakarta/cactus/trunk/samples/ivysettings.xml Thu Jan 22 11:25:09 2009
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
<settings defaultResolver="local-maven2">
<property name="local-maven2-pattern"
value="file:${user.home}/.m2/repository/[organisation]/[module]/[revision]/[module]-[revision](-[classifier]).[ext]"
override="true" />
Modified: jakarta/cactus/trunk/samples/jetty/build.xml
URL:
http://svn.apache.org/viewvc/jakarta/cactus/trunk/samples/jetty/build.xml?rev=736753&r1=736752&r2=736753&view=diff
==============================================================================
--- jakarta/cactus/trunk/samples/jetty/build.xml (original)
+++ jakarta/cactus/trunk/samples/jetty/build.xml Thu Jan 22 11:25:09 2009
@@ -1,4 +1,4 @@
-<?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
Modified: jakarta/cactus/trunk/samples/jetty/ivy.xml
URL:
http://svn.apache.org/viewvc/jakarta/cactus/trunk/samples/jetty/ivy.xml?rev=736753&r1=736752&r2=736753&view=diff
==============================================================================
--- jakarta/cactus/trunk/samples/jetty/ivy.xml (original)
+++ jakarta/cactus/trunk/samples/jetty/ivy.xml Thu Jan 22 11:25:09 2009
@@ -1,4 +1,4 @@
-<?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: jakarta/cactus/trunk/samples/servlet/build.xml
URL:
http://svn.apache.org/viewvc/jakarta/cactus/trunk/samples/servlet/build.xml?rev=736753&r1=736752&r2=736753&view=diff
==============================================================================
--- jakarta/cactus/trunk/samples/servlet/build.xml (original)
+++ jakarta/cactus/trunk/samples/servlet/build.xml Thu Jan 22 11:25:09 2009
@@ -1,4 +1,4 @@
-<?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
Modified: jakarta/cactus/trunk/samples/servlet/ivy.xml
URL:
http://svn.apache.org/viewvc/jakarta/cactus/trunk/samples/servlet/ivy.xml?rev=736753&r1=736752&r2=736753&view=diff
==============================================================================
--- jakarta/cactus/trunk/samples/servlet/ivy.xml (original)
+++ jakarta/cactus/trunk/samples/servlet/ivy.xml Thu Jan 22 11:25:09 2009
@@ -1,4 +1,4 @@
-<?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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]