Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:16.0:FactoryCandidates
eclipse-swt
eclipse-is64.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File eclipse-is64.patch of Package eclipse-swt
--- eclipse-platform-sources-I20180906-0745/eclipse.platform.swt/bundles/org.eclipse.swt/buildFragment.xml 2022-05-26 15:32:50.674679467 +0200 +++ eclipse-platform-sources-I20180906-0745/eclipse.platform.swt/bundles/org.eclipse.swt/buildFragment.xml 2022-05-26 15:51:11.649507086 +0200 @@ -234,7 +234,7 @@ </target> <target name="is64"> - <condition property="is64" value="true"> + <condition property="is64" value="true" else="false"> <or> <equals arg1="${swt.arch}" arg2="x86_64"/> <equals arg1="${swt.arch}" arg2="ia64"/> @@ -247,7 +247,7 @@ <echo>Is64=${is64}</echo> </target> - <target name="replace64" depends="is64" unless="is64"> + <target name="replace64" depends="is64" unless="${is64}"> <echo>Converting java files to 32 bit</echo> <replace dir="${copy.src.dir}" includes="**/*.java" value="int /*long*/" token="long /*int*/"/> <replace dir="${copy.src.dir}" includes="**/*.java" value="int[] /*long[]*/" token="long[] /*int[]*/"/>
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor