Author: brett
Date: Mon Sep 19 01:03:36 2005
New Revision: 290086
URL: http://svn.apache.org/viewcvs?rev=290086&view=rev
Log:
fix assembly settings for bin files
Modified:
maven/components/trunk/sandbox/repoclean/src/assembly/bin.xml
Modified: maven/components/trunk/sandbox/repoclean/src/assembly/bin.xml
URL:
http://svn.apache.org/viewcvs/maven/components/trunk/sandbox/repoclean/src/assembly/bin.xml?rev=290086&r1=290085&r2=290086&view=diff
==============================================================================
--- maven/components/trunk/sandbox/repoclean/src/assembly/bin.xml (original)
+++ maven/components/trunk/sandbox/repoclean/src/assembly/bin.xml Mon Sep 19
01:03:36 2005
@@ -7,6 +7,8 @@
<fileSet>
<directory>src/main/bash</directory>
<outputDirectory>/</outputDirectory>
+ <lineEnding>unix</lineEnding>
+ <fileMode>0755</fileMode>
</fileSet>
<fileSet>
<!-- TODO: use expressions instead: ${project.build.directory},
${project.build.finalName}, or have a <build /> tag to include the built
artifact -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]