[logback-dev] [GIT] Logback: the generic, reliable, fast and flexible logging framework. branch, master, updated. v0.9.18-118-gf6f7a40

added by portage for gitosis-gentoo git-noreply at pixie.qos.ch
Wed Mar 24 20:45:23 CET 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Logback: the generic, reliable, fast and flexible logging framework.".

The branch, master has been updated
       via  f6f7a40d2784bff1a81b55749431378b47345ae4 (commit)
      from  72975f8ef6450b8c58e2802d9511e1474a85949d (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=f6f7a40d2784bff1a81b55749431378b47345ae4
http://github.com/ceki/logback/commit/f6f7a40d2784bff1a81b55749431378b47345ae4

commit f6f7a40d2784bff1a81b55749431378b47345ae4
Author: Ceki Gulcu <ceki at qos.ch>
Date:   Wed Mar 24 20:44:37 2010 +0100

    - minor changes

diff --git a/release.sh b/release.sh
index 041719c..16ed239 100644
--- a/release.sh
+++ b/release.sh
@@ -1,7 +1,9 @@
 
 # memeory aid 
 mvn clean
-mvn -P javadocjar install
+mvn iinstall
 mvn site:site
-mvn javadoc:jar
-mvn assembly:assembly
\ No newline at end of file
+#mvn javadoc:jar
+mvn assembly:assembly
+mvn deploy -P javadocjar
+mvn site:deploy -N
\ No newline at end of file
diff --git a/src/main/assembly/dist.xml b/src/main/assembly/dist.xml
index d547440..215841d 100755
--- a/src/main/assembly/dist.xml
+++ b/src/main/assembly/dist.xml
@@ -18,18 +18,6 @@
 				<exclude>*.bak</exclude>
 			</excludes>
 		</fileSet>
-		<fileSet>
-			<directory>log4j-bridge/</directory>
-			<outputDirectory>log4j-bridge/</outputDirectory>
-			<includes>
-				<include>
-					pom.xml
-				</include>
-			</includes>
-			<excludes>
-				<exclude>*.bak</exclude>
-			</excludes>
-		</fileSet>
     <fileSet>
       <directory>logback-classic/</directory>
 			<outputDirectory>logback-classic/</outputDirectory>
@@ -104,25 +92,6 @@
 				</exclude>
 			</excludes>
 		</fileSet>
-		<fileSet>
-			<directory>log4j-bridge/src/</directory>
-			<outputDirectory>log4j-bridge/src/</outputDirectory>
-		</fileSet>
-		<fileSet>
-			<directory>log4j-bridge/compatibility/</directory>
-			<outputDirectory>log4j-bridge/compatibility/</outputDirectory>
-			<excludes>
-				<exclude>
-					target/classes/
-				</exclude>
-				<exclude>
-					target/classes12/
-				</exclude>
-				<exclude>
-					target/classes13/
-				</exclude>
-			</excludes>
-		</fileSet>
 		<!--fileSet>
 			<directory>logback-examples/src/main/resources</directory>
 			<outputDirectory>logback-examples/</outputDirectory>
@@ -174,13 +143,6 @@
 				<include>logback-access-${project.version}.jar</include>
 			</includes>
 		</fileSet>		
-		<fileSet>
-			<directory>log4j-bridge/target/</directory>
-			<outputDirectory>/</outputDirectory>
-			<includes>
-				<include>log4j-bridge-${project.version}.jar</include>
-			</includes>
-		</fileSet>	
 		<!-- Module Source JARs -->
 		<fileSet>
 			<directory>logback-core/target/</directory>
@@ -203,13 +165,7 @@
 				<include>logback-access-${project.version}-sources.jar</include>
 			</includes>
 		</fileSet>	
-		<fileSet>
-			<directory>log4j-bridge/target/</directory>
-			<outputDirectory>/</outputDirectory>
-			<includes>
-				<include>log4j-bridge-${project.version}-sources.jar</include>
-			</includes>
-		</fileSet>	
+
 				 
 		<!-- Website -->
 		<fileSet>

-----------------------------------------------------------------------

Summary of changes:
 release.sh                 |    8 ++++--
 src/main/assembly/dist.xml |   46 +-------------------------------------------
 2 files changed, 6 insertions(+), 48 deletions(-)


hooks/post-receive
-- 
Logback: the generic, reliable, fast and flexible logging framework.


More information about the logback-dev mailing list