Author: nextgens
Date: 2006-04-04 22:56:47 +0000 (Tue, 04 Apr 2006)
New Revision: 8460

Added:
   trunk/apps/installer/installclasspath/bin/wrapper-freebsd-x86-32
   trunk/apps/installer/installclasspath/bin/wrapper-linux-ppc-64
   trunk/apps/installer/installclasspath/bin/wrapper-linux-x86-32
   trunk/apps/installer/installclasspath/bin/wrapper-linux-x86-64
   trunk/apps/installer/installclasspath/bin/wrapper-macosx-ppc-32
   trunk/apps/installer/installclasspath/bin/wrapper-macosx-universal-32
   trunk/apps/installer/installclasspath/bin/wrapper-windows-x86-32.exe
Removed:
   trunk/apps/installer/installclasspath/bin/wrapper-32
   trunk/apps/installer/installclasspath/bin/wrapper-macos
   trunk/apps/installer/installclasspath/bin/wrapper.exe
Modified:
   trunk/apps/installer/build.xml
   trunk/apps/installer/installclasspath/run.sh
Log:
installer: more work to support additionnal architectures

Modified: trunk/apps/installer/build.xml
===================================================================
--- trunk/apps/installer/build.xml      2006-04-04 20:41:11 UTC (rev 8459)
+++ trunk/apps/installer/build.xml      2006-04-04 22:56:47 UTC (rev 8460)
@@ -185,7 +185,6 @@
                <chmod file="${installDir}/run.sh" perm="755"/>
                <replace file="${installDir}/run.sh">
                        <replacefilter token="@fproxyport@" 
value="${fproxyport}"/>
-                       <replacefilter token="@wrapper@" value="wrapper-32"/>
                </replace>

                <copy file="${basedir}/linux/update.sh"  
tofile="${installDir}/update.sh"/>
@@ -221,7 +220,6 @@
                <chmod file="${installDir}/run.sh" perm="755"/>
                <replace file="${installDir}/run.sh">
                        <replacefilter token="@fproxyport@" 
value="${fproxyport}"/>
-                       <replacefilter token="@wrapper@" value="wrapper-macos"/>
                </replace>

                <copy file="${basedir}/linux/update.sh"  
tofile="${installDir}/update.sh"/>

Deleted: trunk/apps/installer/installclasspath/bin/wrapper-32
===================================================================
(Binary files differ)

Added: trunk/apps/installer/installclasspath/bin/wrapper-freebsd-x86-32
===================================================================
(Binary files differ)


Property changes on: 
trunk/apps/installer/installclasspath/bin/wrapper-freebsd-x86-32
___________________________________________________________________
Name: svn:executable
   + *
Name: svn:mime-type
   + application/octet-stream

Added: trunk/apps/installer/installclasspath/bin/wrapper-linux-ppc-64
===================================================================
(Binary files differ)


Property changes on: 
trunk/apps/installer/installclasspath/bin/wrapper-linux-ppc-64
___________________________________________________________________
Name: svn:executable
   + *
Name: svn:mime-type
   + application/octet-stream

Added: trunk/apps/installer/installclasspath/bin/wrapper-linux-x86-32
===================================================================
(Binary files differ)


Property changes on: 
trunk/apps/installer/installclasspath/bin/wrapper-linux-x86-32
___________________________________________________________________
Name: svn:executable
   + *
Name: svn:mime-type
   + application/octet-stream

Added: trunk/apps/installer/installclasspath/bin/wrapper-linux-x86-64
===================================================================
(Binary files differ)


Property changes on: 
trunk/apps/installer/installclasspath/bin/wrapper-linux-x86-64
___________________________________________________________________
Name: svn:executable
   + *
Name: svn:mime-type
   + application/octet-stream

Deleted: trunk/apps/installer/installclasspath/bin/wrapper-macos
===================================================================
(Binary files differ)

Added: trunk/apps/installer/installclasspath/bin/wrapper-macosx-ppc-32
===================================================================
(Binary files differ)


Property changes on: 
trunk/apps/installer/installclasspath/bin/wrapper-macosx-ppc-32
___________________________________________________________________
Name: svn:executable
   + *
Name: svn:mime-type
   + application/octet-stream

Added: trunk/apps/installer/installclasspath/bin/wrapper-macosx-universal-32
===================================================================
(Binary files differ)


Property changes on: 
trunk/apps/installer/installclasspath/bin/wrapper-macosx-universal-32
___________________________________________________________________
Name: svn:executable
   + *
Name: svn:mime-type
   + application/octet-stream

Added: trunk/apps/installer/installclasspath/bin/wrapper-windows-x86-32.exe
===================================================================
(Binary files differ)


Property changes on: 
trunk/apps/installer/installclasspath/bin/wrapper-windows-x86-32.exe
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Deleted: trunk/apps/installer/installclasspath/bin/wrapper.exe
===================================================================
(Binary files differ)

Modified: trunk/apps/installer/installclasspath/run.sh
===================================================================
--- trunk/apps/installer/installclasspath/run.sh        2006-04-04 20:41:11 UTC 
(rev 8459)
+++ trunk/apps/installer/installclasspath/run.sh        2006-04-04 22:56:47 UTC 
(rev 8460)
@@ -15,7 +15,7 @@
 APP_LONG_NAME="Freenet 0.7"

 # Wrapper
-WRAPPER_CMD="./bin/@wrapper@"
+WRAPPER_CMD="./bin/wrapper"
 WRAPPER_CONF="./wrapper.conf"

 # Priority at which to run the wrapper.  See "man nice" for valid priorities.


Reply via email to