branch, master, updated. 948d18645df31deab8a1383326891534c49fb4fa

The branch, master has been updated via 948d18645df31deab8a1383326891534c49fb4fa (commit) from 42623489e5b930c7a6d81d9d547ed287aca2f6e3 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- http://git.qos.ch/gitweb/?p=logback.git;a=commit;h=948d18645df31deab8a138332... http://github.com/ceki/logback/commit/948d18645df31deab8a1383326891534c49fb4... commit 948d18645df31deab8a1383326891534c49fb4fa Author: Ceki Gulcu <ceki@qos.ch> Date: Thu Dec 3 21:26:00 2009 +0100 - the distribution no longer includes the xref and javadoc files as to reduce the size of the distribution which as a consequence went from 20 MB to 3MB. diff --git a/logback-site/src/site/pages/documentation.html b/logback-site/src/site/pages/documentation.html index 3c226a1..7dbcef3 100644 --- a/logback-site/src/site/pages/documentation.html +++ b/logback-site/src/site/pages/documentation.html @@ -52,13 +52,13 @@ <ul> <li> - <a href="apidocs/index.html"><b>Javadoc</b></a> + <a href="http://logback.qos.ch/apidocs/index.html"><b>Javadoc</b></a> </li> <li> - <a href="xref/index.html">Source code</a> + <a href="http://logback.qos.ch/xref/index.html">Source code</a> </li> <li> - <a href="xref-test/index.html">Test classes source code</a> + <a href="http://logback.qos.ch/xref-test/index.html">Test classes source code</a> </li> </ul> diff --git a/pom.xml b/pom.xml index 56a876b..4227bf5 100755 --- a/pom.xml +++ b/pom.xml @@ -275,25 +275,17 @@ </ciManagement> --> - - - <distributionManagement> <site> - <id>pixie</id> + <id>pixie.qos.ch</id> <url>scp://pixie/var/www/logback.qos.ch/htdocs/</url> </site> <repository> - <id>pixie</id> + <id>pixie.qos.ch</id> <url>scp://pixie/var/mvnrepo/</url> </repository> - - <snapshotRepository> - <id>pixie-snapshot</id> - <url>scp://pixie/var/mvnrepo-snapshots/</url> - </snapshotRepository> - + </distributionManagement> diff --git a/src/main/assembly/dist.xml b/src/main/assembly/dist.xml index f4bf8fa..a6f0b3f 100755 --- a/src/main/assembly/dist.xml +++ b/src/main/assembly/dist.xml @@ -218,6 +218,9 @@ <outputDirectory>docs/</outputDirectory> <excludes> <exclude>dist/*</exclude> + <exclude>/apidocs/*</exclude> + <exclude>/xref/*</exclude> + <exclude>/xref-test/*</exclude> </excludes> </fileSet> ----------------------------------------------------------------------- Summary of changes: logback-site/src/site/pages/documentation.html | 6 +++--- pom.xml | 14 +++----------- src/main/assembly/dist.xml | 3 +++ 3 files changed, 9 insertions(+), 14 deletions(-) hooks/post-receive -- Logback: the generic, reliable, fast and flexible logging framework.
participants (1)
-
git-noreply@pixie.qos.ch