cvs commit: gump/project xml-xerces2.xml

2004-08-09 Thread ajack
ajack   2004/08/09 15:53:27

  Modified:project  xml-xerces2.xml
  Log:
  See if crimson is optional in JDK1.4 and above,
  since it is history in JDK 1.5...
  
  Revision  ChangesPath
  1.32  +0 -1  gump/project/xml-xerces2.xml
  
  Index: xml-xerces2.xml
  ===
  RCS file: /home/cvs/gump/project/xml-xerces2.xml,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- xml-xerces2.xml   25 Mar 2004 04:44:58 -  1.31
  +++ xml-xerces2.xml   9 Aug 2004 22:53:26 -   1.32
  @@ -29,7 +29,6 @@
   packageorg.apache.xerces/package
   
   ant basedir=java target=jars/
  -depend project=xml-crimson /
   depend project=bootstrap-ant/
   depend project=xjavac/
   home nested=java/build/
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: gump/project xml-xerces2.xml

2004-03-24 Thread mrglavas
mrglavas2004/03/24 20:44:59

  Modified:project  xml-xerces2.xml
  Log:
  Changes to Xerces2 descriptor:

  

  - xmlParserAPIs.jar - xml-apis.jar

- this is the preferred name; xmlParserAPIs.jar has been deprecated

  - LICENSE - java/LICENSE

- point to 2.0 license

  - Adding XML Schema API to javadoc.
  
  Revision  ChangesPath
  1.31  +4 -3  gump/project/xml-xerces2.xml
  
  Index: xml-xerces2.xml
  ===
  RCS file: /home/cvs/gump/project/xml-xerces2.xml,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- xml-xerces2.xml   27 Feb 2004 09:22:57 -  1.30
  +++ xml-xerces2.xml   25 Mar 2004 04:44:58 -  1.31
  @@ -33,10 +33,10 @@
   depend project=bootstrap-ant/
   depend project=xjavac/
   home nested=java/build/
  -jar  name=xercesImpl.jar id=parser type=boot/
  -jar  name=xmlParserAPIs.jar id=apis type=boot/
  +jar name=xercesImpl.jar id=parser type=boot/
  +jar name=xml-apis.jar id=apis type=boot/
   
  -license name=LICENSE/
  +license name=java/LICENSE/
   
   nag from=Sam Ruby lt;[EMAIL PROTECTED]gt;
to=[EMAIL PROTECTED]/
  @@ -58,6 +58,7 @@
   javadoc nested=java/build/docs/javadocs project=xml-xerces2
 description dir=apiXML Standard API/description
 description dir=xniXerces Native Interface/description
  +  description dir=xsXML Schema API/description
 description dir=xerces2Xerces2 Implementation/description
 description dir=otherOther Classes/description
   /javadoc
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]