You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shindig.apache.org by vs...@apache.org on 2009/04/19 15:45:47 UTC

svn commit: r766466 - in /incubator/shindig/branches/1.0.x-incubating/assembly: pom.xml src/main/assembly/php.xml src/main/assembly/source.xml

Author: vsiveton
Date: Sun Apr 19 13:45:46 2009
New Revision: 766466

URL: http://svn.apache.org/viewvc?rev=766466&view=rev
Log:
o removed the source assembly
o improved php assembly to force lineEnding to unix

Removed:
    incubator/shindig/branches/1.0.x-incubating/assembly/src/main/assembly/source.xml
Modified:
    incubator/shindig/branches/1.0.x-incubating/assembly/pom.xml
    incubator/shindig/branches/1.0.x-incubating/assembly/src/main/assembly/php.xml

Modified: incubator/shindig/branches/1.0.x-incubating/assembly/pom.xml
URL: http://svn.apache.org/viewvc/incubator/shindig/branches/1.0.x-incubating/assembly/pom.xml?rev=766466&r1=766465&r2=766466&view=diff
==============================================================================
--- incubator/shindig/branches/1.0.x-incubating/assembly/pom.xml (original)
+++ incubator/shindig/branches/1.0.x-incubating/assembly/pom.xml Sun Apr 19 13:45:46 2009
@@ -50,7 +50,6 @@
           <descriptors>
             <descriptor>src/main/assembly/php.xml</descriptor>
             <descriptor>src/main/assembly/java.xml</descriptor>
-            <descriptor>src/main/assembly/source.xml</descriptor>
           </descriptors>
           <tarLongFileMode>gnu</tarLongFileMode>
         </configuration>

Modified: incubator/shindig/branches/1.0.x-incubating/assembly/src/main/assembly/php.xml
URL: http://svn.apache.org/viewvc/incubator/shindig/branches/1.0.x-incubating/assembly/src/main/assembly/php.xml?rev=766466&r1=766465&r2=766466&view=diff
==============================================================================
--- incubator/shindig/branches/1.0.x-incubating/assembly/src/main/assembly/php.xml (original)
+++ incubator/shindig/branches/1.0.x-incubating/assembly/src/main/assembly/php.xml Sun Apr 19 13:45:46 2009
@@ -66,6 +66,7 @@
         <exclude>*.diff</exclude>
         <exclude>README</exclude>
       </excludes>
+      <lineEnding>unix</lineEnding>
     </fileSet>
     <fileSet>
       <outputDirectory>shindig-${pom.version}-php</outputDirectory>
@@ -98,6 +99,7 @@
         <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 -->
@@ -109,6 +111,7 @@
         <exclude>**/.git/**</exclude>
         <exclude>**/.svn/**</exclude>
       </excludes>
+      <lineEnding>unix</lineEnding>
     </fileSet>
   </fileSets>
 </assembly>