xlawrence    2005/06/16 09:38:58 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.7       +13 -1     common-jahiaprojects/project.xml
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/common-jahiaprojects/project.xml.diff?r1=1.6&r2=1.7&f=h
  
  
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/repository/common-jahiaprojects/project.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- project.xml       9 Nov 2004 15:01:21 -0000       1.6
  +++ project.xml       16 Jun 2005 07:38:58 -0000      1.7
  @@ -1,4 +1,4 @@
  -<?xml version="1.0" encoding="UTF-8"?>
  +<?xml version="1.0" encoding="UTF-8"?>
   
   <project>
     <pomVersion>3</pomVersion>
  @@ -132,6 +132,18 @@
         <url/>
         <timezone>1</timezone>
       </developer>
  +    
  +    <developer>
  +      <name>Xavier Lawrence</name>
  +      <id>xlawrence</id>
  +      <email></email>
  +      <organization>Jahia Solutions</organization>
  +      <roles>
  +        <role>Java Developer</role>
  +      </roles>
  +      <url/>
  +      <timezone>1</timezone>
  +    </developer>
   
     </developers>
     
  

Reply via email to