Update of /cvsroot/jaxme/JaxMe2/src/net/sf/jaxme/generator/jaxb/impl
In directory sc8-pr-cvs1:/tmp/cvs-serv30228/src/net/sf/jaxme/generator/jaxb/impl

Modified Files:
        JAXBSchemaReader.java 
Log Message:
Added types: NmTokens, NonNegativeIntegerType. (Marty Kube)
Work on the documentation. (Thalia Rubio)
Work on the references. (Jochen Wiedmann)


Index: JAXBSchemaReader.java
===================================================================
RCS file: 
/cvsroot/jaxme/JaxMe2/src/net/sf/jaxme/generator/jaxb/impl/JAXBSchemaReader.java,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- JAXBSchemaReader.java       12 Feb 2003 18:55:45 -0000      1.13
+++ JAXBSchemaReader.java       6 Mar 2003 20:51:06 -0000       1.14
@@ -1405,6 +1405,7 @@
     try {
       File f = new File(pSystemID, pLocation);
       InputSource result = new InputSource(new FileInputStream(f));
+      result.setSystemId(f.toURL().toString());
       return result;
     } catch (IOException e) {
     }




-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
_______________________________________________
Jaxme-jaxb-dev mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jaxme-jaxb-dev

Reply via email to