xlawrence 2005/06/16 09:36:12 CEST
Modified files:
. project.xml
Log:
Removed UTF-8 BOM header at the beginning of the file, which caused the
NetBeans IDE maven plugin to fail parsing the XML file
Revision Changes Path
1.9 +1 -1 maven-jahiawar-plugin/project.xml
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/maven-jahiawar-plugin/project.xml.diff?r1=1.8&r2=1.9&f=h
Index: project.xml
===================================================================
RCS file: /home/cvs/repository/maven-jahiawar-plugin/project.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- project.xml 30 May 2005 14:20:08 -0000 1.8
+++ project.xml 16 Jun 2005 07:36:12 -0000 1.9
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
+<?xml version="1.0" encoding="UTF-8"?>
<project>
<extend>${basedir}/../common-jahiaprojects/project.xml</extend>
<pomVersion>3</pomVersion>