Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
Removed unix line endings from the php artifact as this incorrectly m…
Browse files Browse the repository at this point in the history
…odifies binary files, and would not be any better on windows platform if built ona unix platform.

git-svn-id: https://svn.apache.org/repos/asf/incubator/shindig/branches/1.0.x-incubating@774369 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
ieb committed May 13, 2009
1 parent 199af52 commit da2eeb0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions assembly/src/main/assembly/php.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
<exclude>NOTICE</exclude>
<exclude>README</exclude>
</excludes>
<lineEnding>unix</lineEnding>
</fileSet>
<fileSet>
<outputDirectory>shindig-${pom.version}-php</outputDirectory>
Expand Down Expand Up @@ -97,7 +96,6 @@
<exclude>*.sh</exclude>
<exclude>*.bat</exclude>
</excludes>
<lineEnding>unix</lineEnding>
</fileSet>
<!-- Using the temp container.php created by Maven using Antrun plugin to rewrite
default configuration to release structure -->
Expand All @@ -109,7 +107,6 @@
<exclude>**/.git/**</exclude>
<exclude>**/.svn/**</exclude>
</excludes>
<lineEnding>unix</lineEnding>
</fileSet>
</fileSets>
</assembly>

0 comments on commit da2eeb0

Please sign in to comment.