hlship 2003/09/29 09:16:35 Modified: hivemind/xdocs index.xml multithreading.xml localization.xml descriptor.xml override.xml ioc.xml case1.xml configurations.xml bootstrap.xml services.xml rules.xml interceptors.xml hivemind/framework/xdocs ThreadEventNotifier.xml FactoryDefaults.xml ClassFactory.xml BuilderFactory.xml ThreadLocalStorage.xml LoggingInterceptor.xml ApplicationDefaults.xml SymbolSource.xml Log: Fix relative URLs in xdocs for Maven 1.0-rc1 (which fixes a bug in xdoc XML parsing). Revision Changes Path 1.17 +2 -2 jakarta-commons-sandbox/hivemind/xdocs/index.xml Index: index.xml =================================================================== RCS file: /home/cvs/jakarta-commons-sandbox/hivemind/xdocs/index.xml,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- index.xml 29 Sep 2003 15:32:25 -0000 1.16 +++ index.xml 29 Sep 2003 16:16:35 -0000 1.17 @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!-- $Id$ --> <!DOCTYPE document [ - <!ENTITY % common-links SYSTEM "common/links.xml"> + <!ENTITY % common-links SYSTEM "../common/links.xml"> %common-links; ]> <document> 1.7 +2 -2 jakarta-commons-sandbox/hivemind/xdocs/multithreading.xml Index: multithreading.xml =================================================================== RCS file: /home/cvs/jakarta-commons-sandbox/hivemind/xdocs/multithreading.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- multithreading.xml 18 Sep 2003 19:00:57 -0000 1.6 +++ multithreading.xml 29 Sep 2003 16:16:35 -0000 1.7 @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!-- $Id$ --> <!DOCTYPE document [ - <!ENTITY % common-links SYSTEM "common/links.xml"> + <!ENTITY % common-links SYSTEM "../common/links.xml"> %common-links; ]> <document> 1.9 +2 -2 jakarta-commons-sandbox/hivemind/xdocs/localization.xml Index: localization.xml =================================================================== RCS file: /home/cvs/jakarta-commons-sandbox/hivemind/xdocs/localization.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- localization.xml 18 Sep 2003 19:00:57 -0000 1.8 +++ localization.xml 29 Sep 2003 16:16:35 -0000 1.9 @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!-- $Id$ --> <!DOCTYPE document [ - <!ENTITY % common-links SYSTEM "common/links.xml"> + <!ENTITY % common-links SYSTEM "../common/links.xml"> %common-links; ]> <document> 1.26 +2 -2 jakarta-commons-sandbox/hivemind/xdocs/descriptor.xml Index: descriptor.xml =================================================================== RCS file: /home/cvs/jakarta-commons-sandbox/hivemind/xdocs/descriptor.xml,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- descriptor.xml 18 Sep 2003 19:00:57 -0000 1.25 +++ descriptor.xml 29 Sep 2003 16:16:35 -0000 1.26 @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!-- $Id$ --> <!DOCTYPE document [ - <!ENTITY % common-links SYSTEM "common/links.xml"> + <!ENTITY % common-links SYSTEM "../common/links.xml"> %common-links; ]> <document> 1.5 +2 -2 jakarta-commons-sandbox/hivemind/xdocs/override.xml Index: override.xml =================================================================== RCS file: /home/cvs/jakarta-commons-sandbox/hivemind/xdocs/override.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- override.xml 23 Sep 2003 22:23:51 -0000 1.4 +++ override.xml 29 Sep 2003 16:16:35 -0000 1.5 @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!-- $Id$ --> <!DOCTYPE document [ - <!ENTITY % common-links SYSTEM "common/links.xml"> + <!ENTITY % common-links SYSTEM "../common/links.xml"> %common-links; ]> <document> 1.14 +2 -2 jakarta-commons-sandbox/hivemind/xdocs/ioc.xml Index: ioc.xml =================================================================== RCS file: /home/cvs/jakarta-commons-sandbox/hivemind/xdocs/ioc.xml,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- ioc.xml 29 Sep 2003 15:32:25 -0000 1.13 +++ ioc.xml 29 Sep 2003 16:16:35 -0000 1.14 @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!-- $Id$ --> <!DOCTYPE document [ - <!ENTITY % common-links SYSTEM "common/links.xml"> + <!ENTITY % common-links SYSTEM "../common/links.xml"> %common-links; ]> <document> 1.9 +2 -2 jakarta-commons-sandbox/hivemind/xdocs/case1.xml Index: case1.xml =================================================================== RCS file: /home/cvs/jakarta-commons-sandbox/hivemind/xdocs/case1.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- case1.xml 23 Sep 2003 22:23:51 -0000 1.8 +++ case1.xml 29 Sep 2003 16:16:35 -0000 1.9 @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!-- $Id$ --> <!DOCTYPE document [ - <!ENTITY % common-links SYSTEM "common/links.xml"> + <!ENTITY % common-links SYSTEM "../common/links.xml"> %common-links; ]> <document> 1.3 +2 -2 jakarta-commons-sandbox/hivemind/xdocs/configurations.xml Index: configurations.xml =================================================================== RCS file: /home/cvs/jakarta-commons-sandbox/hivemind/xdocs/configurations.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- configurations.xml 23 Sep 2003 22:23:51 -0000 1.2 +++ configurations.xml 29 Sep 2003 16:16:35 -0000 1.3 @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!-- $Id$ --> <!DOCTYPE document [ - <!ENTITY % common-links SYSTEM "common/links.xml"> + <!ENTITY % common-links SYSTEM "../common/links.xml"> %common-links; ]> <document> 1.8 +2 -2 jakarta-commons-sandbox/hivemind/xdocs/bootstrap.xml Index: bootstrap.xml =================================================================== RCS file: /home/cvs/jakarta-commons-sandbox/hivemind/xdocs/bootstrap.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- bootstrap.xml 26 Sep 2003 18:19:35 -0000 1.7 +++ bootstrap.xml 29 Sep 2003 16:16:35 -0000 1.8 @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!-- $Id$ --> <!DOCTYPE document [ - <!ENTITY % common-links SYSTEM "common/links.xml"> + <!ENTITY % common-links SYSTEM "../common/links.xml"> %common-links; ]> <document> 1.26 +2 -2 jakarta-commons-sandbox/hivemind/xdocs/services.xml Index: services.xml =================================================================== RCS file: /home/cvs/jakarta-commons-sandbox/hivemind/xdocs/services.xml,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- services.xml 24 Sep 2003 16:07:52 -0000 1.25 +++ services.xml 29 Sep 2003 16:16:35 -0000 1.26 @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!-- $Id$ --> <!DOCTYPE document [ - <!ENTITY % common-links SYSTEM "common/links.xml"> + <!ENTITY % common-links SYSTEM "../common/links.xml"> %common-links; ]> <document> 1.9 +2 -2 jakarta-commons-sandbox/hivemind/xdocs/rules.xml Index: rules.xml =================================================================== RCS file: /home/cvs/jakarta-commons-sandbox/hivemind/xdocs/rules.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- rules.xml 23 Sep 2003 22:23:51 -0000 1.8 +++ rules.xml 29 Sep 2003 16:16:35 -0000 1.9 @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!-- $Id$ --> <!DOCTYPE document [ - <!ENTITY % common-links SYSTEM "common/links.xml"> + <!ENTITY % common-links SYSTEM "../common/links.xml"> %common-links; ]> <document> 1.8 +2 -2 jakarta-commons-sandbox/hivemind/xdocs/interceptors.xml Index: interceptors.xml =================================================================== RCS file: /home/cvs/jakarta-commons-sandbox/hivemind/xdocs/interceptors.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- interceptors.xml 24 Sep 2003 16:07:52 -0000 1.7 +++ interceptors.xml 29 Sep 2003 16:16:35 -0000 1.8 @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!-- $Id$ --> <!DOCTYPE document [ - <!ENTITY % common-links SYSTEM "common/links.xml"> + <!ENTITY % common-links SYSTEM "../common/links.xml"> %common-links; ]> <document> 1.2 +2 -2 jakarta-commons-sandbox/hivemind/framework/xdocs/ThreadEventNotifier.xml Index: ThreadEventNotifier.xml =================================================================== RCS file: /home/cvs/jakarta-commons-sandbox/hivemind/framework/xdocs/ThreadEventNotifier.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ThreadEventNotifier.xml 26 Sep 2003 18:19:35 -0000 1.1 +++ ThreadEventNotifier.xml 29 Sep 2003 16:16:35 -0000 1.2 @@ -2,7 +2,7 @@ <!-- $Id$ --> <!DOCTYPE document [ <!ENTITY projectroot '../'> - <!ENTITY % common-links SYSTEM "common/links.xml"> + <!ENTITY % common-links SYSTEM "../../common/links.xml"> %common-links; ]> <document> 1.2 +2 -2 jakarta-commons-sandbox/hivemind/framework/xdocs/FactoryDefaults.xml Index: FactoryDefaults.xml =================================================================== RCS file: /home/cvs/jakarta-commons-sandbox/hivemind/framework/xdocs/FactoryDefaults.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- FactoryDefaults.xml 26 Sep 2003 18:19:35 -0000 1.1 +++ FactoryDefaults.xml 29 Sep 2003 16:16:35 -0000 1.2 @@ -2,7 +2,7 @@ <!-- $Id$ --> <!DOCTYPE document [ <!ENTITY projectroot '../'> - <!ENTITY % common-links SYSTEM "common/links.xml"> + <!ENTITY % common-links SYSTEM "../../common/links.xml"> %common-links; ]> <document> 1.2 +2 -2 jakarta-commons-sandbox/hivemind/framework/xdocs/ClassFactory.xml Index: ClassFactory.xml =================================================================== RCS file: /home/cvs/jakarta-commons-sandbox/hivemind/framework/xdocs/ClassFactory.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ClassFactory.xml 26 Sep 2003 18:19:35 -0000 1.1 +++ ClassFactory.xml 29 Sep 2003 16:16:35 -0000 1.2 @@ -2,7 +2,7 @@ <!-- $Id$ --> <!DOCTYPE document [ <!ENTITY projectroot '../'> - <!ENTITY % common-links SYSTEM "common/links.xml"> + <!ENTITY % common-links SYSTEM "../../common/links.xml"> %common-links; ]> <document> 1.3 +2 -2 jakarta-commons-sandbox/hivemind/framework/xdocs/BuilderFactory.xml Index: BuilderFactory.xml =================================================================== RCS file: /home/cvs/jakarta-commons-sandbox/hivemind/framework/xdocs/BuilderFactory.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- BuilderFactory.xml 25 Sep 2003 21:38:40 -0000 1.2 +++ BuilderFactory.xml 29 Sep 2003 16:16:35 -0000 1.3 @@ -2,7 +2,7 @@ <!-- $Id$ --> <!DOCTYPE document [ <!ENTITY projectroot '../'> - <!ENTITY % common-links SYSTEM "common/links.xml"> + <!ENTITY % common-links SYSTEM "../../common/links.xml"> %common-links; ]> <document> 1.2 +2 -2 jakarta-commons-sandbox/hivemind/framework/xdocs/ThreadLocalStorage.xml Index: ThreadLocalStorage.xml =================================================================== RCS file: /home/cvs/jakarta-commons-sandbox/hivemind/framework/xdocs/ThreadLocalStorage.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ThreadLocalStorage.xml 26 Sep 2003 18:19:35 -0000 1.1 +++ ThreadLocalStorage.xml 29 Sep 2003 16:16:35 -0000 1.2 @@ -2,7 +2,7 @@ <!-- $Id$ --> <!DOCTYPE document [ <!ENTITY projectroot '../'> - <!ENTITY % common-links SYSTEM "common/links.xml"> + <!ENTITY % common-links SYSTEM "../../common/links.xml"> %common-links; ]> <document> 1.2 +2 -2 jakarta-commons-sandbox/hivemind/framework/xdocs/LoggingInterceptor.xml Index: LoggingInterceptor.xml =================================================================== RCS file: /home/cvs/jakarta-commons-sandbox/hivemind/framework/xdocs/LoggingInterceptor.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- LoggingInterceptor.xml 24 Sep 2003 16:07:52 -0000 1.1 +++ LoggingInterceptor.xml 29 Sep 2003 16:16:35 -0000 1.2 @@ -2,7 +2,7 @@ <!-- $Id$ --> <!DOCTYPE document [ <!ENTITY projectroot '../'> - <!ENTITY % common-links SYSTEM "common/links.xml"> + <!ENTITY % common-links SYSTEM "../../common/links.xml"> %common-links; ]> <document> 1.2 +2 -2 jakarta-commons-sandbox/hivemind/framework/xdocs/ApplicationDefaults.xml Index: ApplicationDefaults.xml =================================================================== RCS file: /home/cvs/jakarta-commons-sandbox/hivemind/framework/xdocs/ApplicationDefaults.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ApplicationDefaults.xml 26 Sep 2003 18:19:35 -0000 1.1 +++ ApplicationDefaults.xml 29 Sep 2003 16:16:35 -0000 1.2 @@ -2,7 +2,7 @@ <!-- $Id$ --> <!DOCTYPE document [ <!ENTITY projectroot '../'> - <!ENTITY % common-links SYSTEM "common/links.xml"> + <!ENTITY % common-links SYSTEM "../../common/links.xml"> %common-links; ]> <document> 1.3 +2 -2 jakarta-commons-sandbox/hivemind/framework/xdocs/SymbolSource.xml Index: SymbolSource.xml =================================================================== RCS file: /home/cvs/jakarta-commons-sandbox/hivemind/framework/xdocs/SymbolSource.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- SymbolSource.xml 29 Sep 2003 15:32:26 -0000 1.2 +++ SymbolSource.xml 29 Sep 2003 16:16:35 -0000 1.3 @@ -2,7 +2,7 @@ <!-- $Id$ --> <!DOCTYPE document [ <!ENTITY projectroot '../'> - <!ENTITY % common-links SYSTEM "common/links.xml"> + <!ENTITY % common-links SYSTEM "../../common/links.xml"> %common-links; ]> <document>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]