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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to