xlawrence    2005/06/22 20:43:34 CEST

  Modified files:
    core                 project.xml 
    .                    project.xml 
  Log:
  Removed UTF-8 BOM header causing the Netbeans maven plugin to fail parsing 
the POM files
  
  Revision  Changes    Path
  1.57      +1 -1      jahia/core/project.xml
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/core/project.xml.diff?r1=1.56&r2=1.57&f=h
  1.6       +1 -1      jahia/project.xml
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/project.xml.diff?r1=1.5&r2=1.6&f=h
  
  
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/repository/jahia/core/project.xml,v
  retrieving revision 1.56
  retrieving revision 1.57
  diff -u -r1.56 -r1.57
  --- project.xml       22 Jun 2005 12:32:51 -0000      1.56
  +++ project.xml       22 Jun 2005 18:43:33 -0000      1.57
  @@ -1,4 +1,4 @@
  -<?xml version="1.0" encoding="UTF-8"?>
  +<?xml version="1.0" encoding="UTF-8"?>
   <!DOCTYPE project [
       <!ENTITY % locator-entities SYSTEM "file:locator.ent"> %locator-entities;
   ]>
  
  
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/repository/jahia/project.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- project.xml       22 Jun 2005 12:37:12 -0000      1.5
  +++ project.xml       22 Jun 2005 18:43:33 -0000      1.6
  @@ -1,4 +1,4 @@
  -<?xml version="1.0" encoding="UTF-8"?>
  +<?xml version="1.0" encoding="UTF-8"?>
   <!DOCTYPE project [
       <!ENTITY % locator-entities SYSTEM "file:locator.ent"> %locator-entities;
   ]> 
  

Reply via email to