[java-identity-provider COMMIT] in /trunk/idp-distribution: pom.xml src/main/assembly/idp-assembly-tgz.xml src/main/a...

noreply at shibboleth.net noreply at shibboleth.net
Wed Jul 30 23:34:33 EDT 2014


Author: tzeller
Date: Wed Jul 30 23:34:33 2014
New Revision: 6368

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6368&view=rev
Log:
IDP-81 Convert line endings to be Windows friendly in idp-distribution .zip file via a Maven assembly.

Added:
    trunk/idp-distribution/src/main/assembly/idp-assembly-tgz.xml
      - copied unchanged from r6355, trunk/idp-distribution/src/main/assembly/idp-assembly.xml
    trunk/idp-distribution/src/main/assembly/idp-assembly-zip.xml   (with props)
Modified:
    trunk/idp-distribution/pom.xml
    trunk/idp-distribution/src/main/assembly/idp-assembly.xml

Modified: trunk/idp-distribution/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-distribution/pom.xml?rev=6368&r1=6367&r2=6368&view=diff
==============================================================================
--- trunk/idp-distribution/pom.xml (original)
+++ trunk/idp-distribution/pom.xml Wed Jul 30 23:34:33 2014
@@ -216,7 +216,8 @@
                 <configuration>
                     <appendAssemblyId>false</appendAssemblyId>
                     <descriptors>
-                        <descriptor>src/main/assembly/idp-assembly.xml</descriptor>
+                        <descriptor>src/main/assembly/idp-assembly-tgz.xml</descriptor>
+                        <descriptor>src/main/assembly/idp-assembly-zip.xml</descriptor>
                     </descriptors>
                     <tarLongFileMode>gnu</tarLongFileMode>
                 </configuration>



More information about the commits mailing list