djencks 2004/03/09 09:50:53
Modified: modules/deployment/src/java/org/apache/geronimo/deployment/xml
LocalEntityResolver.java
Log:
yet more pointers to Oasis doc locations
Revision Changes Path
1.6 +8 -3
incubator-geronimo/modules/deployment/src/java/org/apache/geronimo/deployment/xml/LocalEntityResolver.java
Index: LocalEntityResolver.java
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/deployment/src/java/org/apache/geronimo/deployment/xml/LocalEntityResolver.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- LocalEntityResolver.java 3 Mar 2004 09:03:28 -0000 1.5
+++ LocalEntityResolver.java 9 Mar 2004 17:50:53 -0000 1.6
@@ -51,8 +51,13 @@
* </ul>
*
* The catalog resolving is based on the OASIS XML Catalog Standard.
- * (see
http://www.oasis-open.org/committees/entity/archives/spec-2001-08-01.html
- * and http://www.oasis-open.org/html/a401.htm)
+ * OASIS seems to move it around. Try
+ * http://www.oasis-open.org/committees/tc_home.php?wg_abbrev=entity
+ * and the list of documents currently at
+ * http://www.oasis-open.org/committees/documents.php?wg_abbrev=entity
+ * An older version may be at
+ * http://www.oasis-open.org/committees/entity/archives/spec-2001-08-01.html
+ * and see http://www.oasis-open.org/html/a401.htm
*
* @version $Revision$ $Date$
*/