[logback-dev] branch, master, updated. 784d8468623a87ab8bd2faaf63b49e07da7757c2
added by portage for gitosis-gentoo
git-noreply at pixie.qos.ch
Thu Dec 3 22:20:25 CET 2009
The branch, master has been updated
via 784d8468623a87ab8bd2faaf63b49e07da7757c2 (commit)
from 948d18645df31deab8a1383326891534c49fb4fa (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=784d8468623a87ab8bd2faaf63b49e07da7757c2
http://github.com/ceki/logback/commit/784d8468623a87ab8bd2faaf63b49e07da7757c2
commit 784d8468623a87ab8bd2faaf63b49e07da7757c2
Author: Ceki Gulcu <ceki at qos.ch>
Date: Thu Dec 3 22:18:45 2009 +0100
minor corrections
diff --git a/pom.xml b/pom.xml
index 4227bf5..b6d6442 100755
--- a/pom.xml
+++ b/pom.xml
@@ -277,13 +277,13 @@
<distributionManagement>
<site>
- <id>pixie.qos.ch</id>
- <url>scp://pixie/var/www/logback.qos.ch/htdocs/</url>
+ <id>pixie</id>
+ <url>scp://pixie.qos.ch/var/www/logback.qos.ch/htdocs/</url>
</site>
<repository>
- <id>pixie.qos.ch</id>
- <url>scp://pixie/var/mvnrepo/</url>
+ <id>pixie</id>
+ <url>scp://pixie.qos.ch/var/mvnrepo/</url>
</repository>
</distributionManagement>
diff --git a/src/main/assembly/dist.xml b/src/main/assembly/dist.xml
index a6f0b3f..d547440 100755
--- a/src/main/assembly/dist.xml
+++ b/src/main/assembly/dist.xml
@@ -30,13 +30,12 @@
<exclude>*.bak</exclude>
</excludes>
</fileSet>
- <fileSet>
- <directory>logback-classic/</directory>
+ <fileSet>
+ <directory>logback-classic/</directory>
<outputDirectory>logback-classic/</outputDirectory>
<includes>
- <include>
- pom.xml
- </include>
+ <include>pom.xml</include>
+ <include>osgi-build.xml</include>
</includes>
<excludes>
<exclude>*.bak</exclude>
@@ -218,9 +217,10 @@
<outputDirectory>docs/</outputDirectory>
<excludes>
<exclude>dist/*</exclude>
- <exclude>/apidocs/*</exclude>
- <exclude>/xref/*</exclude>
- <exclude>/xref-test/*</exclude>
+ <exclude>**/apidocs/**</exclude>
+ <exclude>**/testapidocs/**</exclude>
+ <exclude>**/xref/**</exclude>
+ <exclude>**/xref-test/**</exclude>
</excludes>
</fileSet>
-----------------------------------------------------------------------
Summary of changes:
pom.xml | 8 ++++----
src/main/assembly/dist.xml | 16 ++++++++--------
2 files changed, 12 insertions(+), 12 deletions(-)
hooks/post-receive
--
Logback: the generic, reliable, fast and flexible logging framework.
More information about the logback-dev
mailing list