You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by mr...@apache.org on 2006/07/26 05:20:04 UTC

svn commit: r425593 - /xerces/java/trunk/build.xml

Author: mrglavas
Date: Tue Jul 25 20:20:03 2006
New Revision: 425593

URL: http://svn.apache.org/viewvc?rev=425593&view=rev
Log:
Include org.w3c.dom.bootstrap in the Javadocs. It was previously missing.

Modified:
    xerces/java/trunk/build.xml

Modified: xerces/java/trunk/build.xml
URL: http://svn.apache.org/viewvc/xerces/java/trunk/build.xml?rev=425593&r1=425592&r2=425593&view=diff
==============================================================================
--- xerces/java/trunk/build.xml (original)
+++ xerces/java/trunk/build.xml Tue Jul 25 20:20:03 2006
@@ -206,14 +206,15 @@
     <unzip src="${src.apis.zip}" dest="${build.src}">
         <patternset
             includes="org/xml/sax/** 
-    	        javax/xml/**
-    	        javax/xml/datatype/**
-    	        javax/xml/namespace/**
+                javax/xml/**
+                javax/xml/datatype/**
+                javax/xml/namespace/**
                 javax/xml/parsers/**
-    	        javax/xml/transform/**
-    	        javax/xml/validation/**
-    	        javax/xml/xpath/**
+                javax/xml/transform/**
+                javax/xml/validation/**
+                javax/xml/xpath/**
                 org/w3c/dom/*
+                org/w3c/dom/bootstrap/**
                 org/w3c/dom/events/**
                 org/w3c/dom/html/**
                 org/w3c/dom/ls/**
@@ -1163,6 +1164,7 @@
                 javax/xml/validation/**
                 javax/xml/xpath/**
                 org/w3c/dom/*
+                org/w3c/dom/bootstrap/**
                 org/w3c/dom/events/**
                 org/w3c/dom/html/**
                 org/w3c/dom/ls/**



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