You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xmlbeans.apache.org by ce...@apache.org on 2005/06/20 22:51:23 UTC

svn commit: r191558 - in /xmlbeans/trunk: NOTICE.txt build.xml

Author: cezar
Date: Mon Jun 20 13:51:22 2005
New Revision: 191558

URL: http://svn.apache.org/viewcvs?rev=191558&view=rev
Log:
Included more samples in the distribution, updated NOTICE.txt since the distribution doesn't include any Saxon code.


Modified:
    xmlbeans/trunk/NOTICE.txt
    xmlbeans/trunk/build.xml

Modified: xmlbeans/trunk/NOTICE.txt
URL: http://svn.apache.org/viewcvs/xmlbeans/trunk/NOTICE.txt?rev=191558&r1=191557&r2=191558&view=diff
==============================================================================
--- xmlbeans/trunk/NOTICE.txt (original)
+++ xmlbeans/trunk/NOTICE.txt Mon Jun 20 13:51:22 2005
@@ -19,8 +19,6 @@
       Consortium (Massachusetts Institute of Technology, European Research
       Consortium for Informatics and Mathematics, Keio University)
 
-    - saxon, Copyright 2001-2003 (c) Michael H. Kay of International Computers Limited
-
     - resolver.jar from Apache Xml Commons project,
       Copyright (c) 2001-2003 Apache Software Foundation
 

Modified: xmlbeans/trunk/build.xml
URL: http://svn.apache.org/viewcvs/xmlbeans/trunk/build.xml?rev=191558&r1=191557&r2=191558&view=diff
==============================================================================
--- xmlbeans/trunk/build.xml (original)
+++ xmlbeans/trunk/build.xml Mon Jun 20 13:51:22 2005
@@ -342,6 +342,12 @@
             <fileset dir="samples">
                 <include name="MixedContent/**/*"/>
                 <include name="OrderMatters/**/*"/>
+                <include name="Any/**/*"/>
+                <include name="XQueryXPath/**/*"/>
+                <include name="DateTime/**/*"/>
+                <include name="SchemaEnum/**/*"/>
+                <include name="Validation/**/*"/>
+                <include name="XsdConfig/**/*"/>
                 <exclude name="**/build/**"/>
             </fileset>
         </copy>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xmlbeans.apache.org
For additional commands, e-mail: commits-help@xmlbeans.apache.org