- Timestamp:
- 2014-02-04T20:22:09+13:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
other-projects/expeditee-release-kits/kits/rke/installer/build.xml
r28822 r28832 95 95 <chmod dir="${installDir}" includes="*.sh,*.bash" perm="775"/> 96 96 <chmod dir="${installDir}/bin" includes="*" perm="755"/> 97 <!-- <chmod dir="${installDir}/bin" includes="*" perm="775"/>98 <chmod dir="${installDir}/cgi-bin/${shell.name}" includes="*" perm="775"/>99 <chmod dir="${installDir}/bin/script" includes="**/*" perm="775"/>100 <chmod dir="${installDir}/gli" includes="*.sh" perm="775"/> -->101 <!-- if linux|mac -->102 <!-- <chmod dir="${installDir}/bin/${shell.name}" includes="**/*" perm="775"/> -->103 <!-- /if -->104 97 105 <!-- if linux|mac -->106 <!--107 <echo>Set the installation locale in config files</echo>108 <rsr file="${installDir}/setup.bash" pattern="^gsdllang=.*" replacement="gsdllang=${language}"/>109 <rsr file="${installDir}/gli/gli.sh" pattern="^glilang=.*" replacement="glilang=${language}"/>110 <rsr file="${installDir}/gli/gems.sh" pattern="^glilang=.*" replacement="glilang=${language}"/>111 -->112 <!-- /if -->113 <!--114 <rsr115 file="${installDir}/gli/classes/xml/config.xml"116 pattern="(<Argument name="general.locale">).*(</Argument>)"117 replacement="$1${language}$2"/>118 119 <echo file="${installDir}/etc/main.cfg" append="true"120 >cgiarg shortname=l argdefault=${language}</echo>121 122 <echo message="Creating installation properties file"/>123 -->124 <!-- if linux|mac -->125 <!-- <echo file="${installDir}/etc/installation.properties">#this file is just a placeholder for now</echo> -->126 <!-- /if -->127 <!-- if windows -->128 <!-- <echo file="${installDir}\etc\installation.properties">installed.startmenu.path:${startmenu.path.unix}</echo> -->129 <!-- /if -->130 131 <!-- if mac -->132 <!--133 <copy file="${installDir}/gli.app/Contents/document.wflow.in" tofile="${installDir}/gli.app/Contents/document.wflow"/>134 <rsr file="${installDir}/gli.app/Contents/document.wflow" pattern="\*\*GSDLHOME\*\*" replacement="${installDir}"/>135 136 <copy file="${installDir}/gs2-server.app/Contents/document.wflow.in" tofile="${installDir}/gs2-server.app/Contents/document.wflow"/>137 <rsr file="${installDir}/gs2-server.app/Contents/document.wflow" pattern="\*\*GSDLHOME\*\*" replacement="${installDir}"/>138 139 <copy file="${installDir}/gems.app/Contents/document.wflow.in" tofile="${installDir}/gems.app/Contents/document.wflow"/>140 <rsr file="${installDir}/gems.app/Contents/document.wflow" pattern="\*\*GSDLHOME\*\*" replacement="${installDir}"/>141 142 <copy file="${installDir}/client-gli.app/Contents/document.wflow.in" tofile="${installDir}/client-gli.app/Contents/document.wflow"/>143 <rsr file="${installDir}/client-gli.app/Contents/document.wflow" pattern="\*\*GSDLHOME\*\*" replacement="${installDir}"/>144 145 <chmod dir="${installDir}" includes="*.app" perm="755"/>146 <chmod dir="${installDir}" includes="*.app/**/*" perm="755"/>147 -->148 <!-- /if -->149 98 </target> 150 99 … … 164 113 165 114 <!-- Expeditee shortcut --> 166 <property name="expediteeicon" value="${installDir}\ bin\icon.ico"/>115 <property name="expediteeicon" value="${installDir}\resources\icon.ico"/> 167 116 168 117 <shortcut
Note:
See TracChangeset
for help on using the changeset viewer.