Update of /cvsroot/jaxme/JaxMe2
In directory sc8-pr-cvs1:/tmp/cvs-serv32423

Modified Files:
        .classpath build.xml 
Log Message:
Added the events framework to support the development of
SchemaReaders.


Index: .classpath
===================================================================
RCS file: /cvsroot/jaxme/JaxMe2/.classpath,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- .classpath  8 Feb 2003 02:06:33 -0000       1.7
+++ .classpath  11 Mar 2003 20:54:40 -0000      1.8
@@ -8,10 +8,9 @@
     <classpathentry kind="lib" path="prerequisites/log4j-1.2.5.jar"/>
     <classpathentry kind="lib" path="prerequisites/junit.jar"/>
     <classpathentry kind="lib" path="prerequisites/ant-1.5.1.jar"/>
-    <classpathentry kind="lib"
-        path="prerequisites/jaxb-api-jaxb-1.0beta.jar" 
sourcepath="/JaxMe2/prerequisites/jaxb-api-src-jaxb-1.0beta.zip"/>
-    <classpathentry kind="lib" path="prerequisites/jax-qname-jaxb-1.0beta.jar"/>
     <classpathentry kind="lib" path="prerequisites/xercesImpl.jar"/>
     <classpathentry kind="lib" path="prerequisites/jaxmejs.jar" 
sourcepath="/JaxMe2/prerequisites/jaxmejs-src.zip"/>
+    <classpathentry kind="lib" path="prerequisites/jaxb-api-jaxb-1.0.jar"/>
+    <classpathentry kind="lib" path="prerequisites/jax-qname-jaxb-1.0.jar"/>
     <classpathentry kind="output" path="build/classes"/>
 </classpath>

Index: build.xml
===================================================================
RCS file: /cvsroot/jaxme/JaxMe2/build.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- build.xml   6 Mar 2003 20:51:07 -0000       1.12
+++ build.xml   11 Mar 2003 20:54:41 -0000      1.13
@@ -13,8 +13,8 @@
          XML parser. -->
     <pathelement location="prerequisites/log4j-1.2.5.jar"/>
     <pathelement location="prerequisites/junit.jar"/>
-    <pathelement location="prerequisites/jax-qname-jaxb-1.0beta.jar"/>
-    <pathelement location="prerequisites/jaxb-api-jaxb-1.0beta.jar"/>
+    <pathelement location="prerequisites/jax-qname-jaxb-1.0.jar"/>
+    <pathelement location="prerequisites/jaxb-api-jaxb-1.0.jar"/>
     <pathelement location="prerequisites/jaxmejs.jar"/>
   </path>
 




-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
_______________________________________________
Jaxme-jaxb-dev mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jaxme-jaxb-dev

Reply via email to