You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by ca...@apache.org on 2007/06/21 02:25:03 UTC

svn commit: r549303 - /logging/log4j/branches/v1_2-branch/src/assembly/bin.xml

Author: carnold
Date: Wed Jun 20 17:25:02 2007
New Revision: 549303

URL: http://svn.apache.org/viewvc?view=rev&rev=549303
Log:
Bug 37930: Omit javadoc and sources jar from distribution and set execute priv for NTEventLogAppender.dll

Modified:
    logging/log4j/branches/v1_2-branch/src/assembly/bin.xml

Modified: logging/log4j/branches/v1_2-branch/src/assembly/bin.xml
URL: http://svn.apache.org/viewvc/logging/log4j/branches/v1_2-branch/src/assembly/bin.xml?view=diff&rev=549303&r1=549302&r2=549303
==============================================================================
--- logging/log4j/branches/v1_2-branch/src/assembly/bin.xml (original)
+++ logging/log4j/branches/v1_2-branch/src/assembly/bin.xml Wed Jun 20 17:25:02 2007
@@ -51,13 +51,14 @@
 				<include>tests/witness/**</include>
 			</includes>
 		</fileSet>
-		<fileSet>
-			<directory>target</directory>
-			<outputDirectory>.</outputDirectory>
-			<includes>
-				<include>log4j*.jar</include>
-				<include>NTEventLogAppender.dll</include>
-			</includes>
-		</fileSet>
 	</fileSets>
-</assembly>
\ No newline at end of file
+        <files>
+        	<file>
+		   <source>target/log4j-${project.version}.jar</source>
+                </file>
+                <file>
+                   <source>target/NTEventLogAppender.dll</source>
+                   <fileMode>0755</fileMode>
+                </file>
+        </files>
+</assembly>



---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org