Author: aheritier
Date: Thu Jan 31 06:10:51 2008
New Revision: 617134
URL: http://svn.apache.org/viewvc?rev=617134&view=rev
Log:
Fix encoding
Modified:
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-17/pom.xml
Modified:
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-17/pom.xml
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-17/pom.xml?rev=617134&r1=617133&r2=617134&view=diff
==============================================================================
---
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-17/pom.xml
[ISO-8859-15] (original)
+++
maven/plugins/trunk/maven-eclipse-plugin/src/test/resources/projects/project-17/pom.xml
[ISO-8859-15] Thu Jan 31 06:10:51 2008
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-15"?>
+<?xml version="1.0" encoding="ISO-8859-15"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
@@ -6,5 +6,5 @@
<artifactId>maven-eclipse-plugin-test-project-17</artifactId>
<version>17</version>
<name>maven-eclipse-plugin-test-project-17</name>
- <description>Test of special characters like ö ä ü ß ISO-8859-15
encoded</description>
+ <description>Test of special characters like ??O-8859-15
encoded</description>
</project>