Changeset 7842 in josm
- Timestamp:
- 2014-12-20T00:23:58+01:00 (10 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build.xml
r7839 r7842 180 180 <!-- Windows target --> 181 181 <target name="distwin" depends="dist"> 182 <exec dir="windows" executable=" josm-setup-unix.sh">182 <exec dir="windows" executable="./josm-setup-unix.sh"> 183 183 <arg value="${version.entry.commit.revision}"/> 184 184 <arg value="../dist/josm-custom.jar"/> -
trunk/windows/josm-setup-unix.sh
-
Property svn:executable
set to
*
r7840 r7842 46 46 export VERSION=$1 47 47 export JOSM_BUILD="no" 48 export WEBKIT_DOWNL AD="yes"48 export WEBKIT_DOWNLOAD="yes" 49 49 export JOSM_FILE=$2 50 50 elif [ -n "$1" ]; then … … 52 52 export VERSION=$1 53 53 export JOSM_BUILD="no" 54 export WEBKIT_DOWNL AD="no"54 export WEBKIT_DOWNLOAD="no" 55 55 export JOSM_FILE="/home/josm/www/download/josm-tested.jar" 56 56 else -
Property svn:executable
set to
Note:
See TracChangeset
for help on using the changeset viewer.