Author: norman
Date: Fri Apr 30 13:55:15 2010
New Revision: 939678

URL: http://svn.apache.org/viewvc?rev=939678&view=rev
Log:
Copy linux wrapper to have a fallback if no matching wrapper was found (this 
works on most systems like fbsd)

Modified:
    james/server/trunk/spring-deployment/pom.xml

Modified: james/server/trunk/spring-deployment/pom.xml
URL: 
http://svn.apache.org/viewvc/james/server/trunk/spring-deployment/pom.xml?rev=939678&r1=939677&r2=939678&view=diff
==============================================================================
--- james/server/trunk/spring-deployment/pom.xml (original)
+++ james/server/trunk/spring-deployment/pom.xml Fri Apr 30 13:55:15 2010
@@ -158,6 +158,9 @@
                 <!-- this is needed because appassembler is not really smart 
on some settings -->
                 <replace 
file="${project.build.directory}/appassembler/jsw/james/conf/wrapper.conf" 
token="lib/wrapper.jar" value="%REPO_DIR%/wrapper.jar"/>
                 <replace 
file="${project.build.directory}/appassembler/jsw/james/bin/james" token="logs" 
value="var"/>
+                
+                <!--  copy the linux wrapper-linux-x86-32 to wrapper, so use 
it as default if no matching wrapper was found-->
+                <copy 
file="${project.build.directory}/appassembler/jsw/james/bin/wrapper-linux-x86-32"
 tofile="${project.build.directory}/appassembler/jsw/james/bin/wrapper"/>
               </tasks>
 
             </configuration>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to