nicko 2005/02/07 12:46:54
Modified: xdocs build.xml
xdocs/src support.xml
xdocs/src/stylesheets project.xml
Removed: xdocs/www contributing.html history.html index.html
license.html roadmap.html support.html
xdocs/www/css site.css style.css
xdocs/www/release building.html config-examples.html
features.html framework-support.html
xdocs/www/release/manual configuration.html contexts.html
faq.html internals.html introduction.html
plugins.html repositories.html
Log:
Moved doc output from xdocs/www to doc directory
Revision Changes Path
1.2 +1 -1 logging-log4net/xdocs/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/logging-log4net/xdocs/build.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- build.xml 13 Feb 2004 19:04:19 -0000 1.1
+++ build.xml 7 Feb 2005 20:46:54 -0000 1.2
@@ -2,7 +2,7 @@
<project name="xdocs" default="site" basedir=".">
<property name="docs.src" value="./src" />
- <property name="docs.dest" value="./www" />
+ <property name="docs.dest" value="../doc" />
<property name="logging-site" value="../../logging-site" />
1.4 +1 -1 logging-log4net/xdocs/src/support.xml
Index: support.xml
===================================================================
RCS file: /home/cvs/logging-log4net/xdocs/src/support.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- support.xml 17 Jan 2005 20:25:51 -0000 1.3
+++ support.xml 7 Feb 2005 20:46:54 -0000 1.4
@@ -198,7 +198,7 @@
<li>
<p>
If possible please
reproduce your issue with the
- <a
href="release/manual/faq.html#internalDebug">internal log4net debugging</a>
+ <a
href="release/faq.html#internalDebug">internal log4net debugging</a>
enabled. Include this
debug output in your post, it is usually the first thing we ask for in
diagnosing issues.
</p>
</li>
1.5 +2 -1 logging-log4net/xdocs/src/stylesheets/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/logging-log4net/xdocs/src/stylesheets/project.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- project.xml 25 Jan 2005 19:31:20 -0000 1.4
+++ project.xml 7 Feb 2005 20:46:54 -0000 1.5
@@ -45,6 +45,8 @@
<item name="Example Apps"
href="/release/example-apps.html" />
<item name="Config Examples"
href="/release/config-examples.html" />
<item name="Building" href="/release/building.html" />
+ <item name="FAQ" href="/release/faq.html" />
+ <item name="SDK Reference"
href="/release/sdk/index.html" />
</menu>
<menu name="log4net 1.2 Manual">
@@ -54,7 +56,6 @@
<item name="Plugins"
href="/release/manual/plugins.html" />
<item name="Repositories"
href="/release/manual/repositories.html" />
<item name="Internals"
href="/release/manual/internals.html" />
- <item name="FAQ" href="/release/manual/faq.html" />
</menu>
<menu name="log4net Releases">