View | Details | Raw Unified
Collapse All | Expand All

(-) eclipse.orig/plugins/org.eclipse.core.resources.linux/build.xml (-1 / +6 lines)
 Lines 57-66    Link Here 
	<target name="gather.bin.parts" depends="init" if="destination.temp.folder">
	<target name="gather.bin.parts" depends="init" if="destination.temp.folder">
		<mkdir dir="${destination.temp.folder}/org.eclipse.core.resources.linux_3.1.0"/>
		<mkdir dir="${destination.temp.folder}/org.eclipse.core.resources.linux_3.1.0"/>
          <exec dir="./src" executable="make">
          </exec>
	  <copy todir="os/linux/${basearch}" failonerror="true" overwrite="false">
        	<fileset dir="src" includes="*.so"/>
          </copy>
		<copy todir="${destination.temp.folder}/org.eclipse.core.resources.linux_3.1.0" failonerror="true" overwrite="false">
		<copy todir="${destination.temp.folder}/org.eclipse.core.resources.linux_3.1.0" failonerror="true" overwrite="false">
			<fileset dir="${basedir}" includes="os/,META-INF/,about.html"			/>
			<fileset dir="${basedir}" includes="os/,META-INF/,about.html"			/>
		</copy>
		</copy>
		<chmod perm="755" dir="${destination.temp.folder}/org.eclipse.core.resources.linux_3.1.0" includes="os/linux/x86/*.so" /> 
		<chmod perm="755" dir="${destination.temp.folder}/org.eclipse.core.resources.linux_3.1.0" includes="os/linux/${basearch}/*.so" /> 
	</target>
	</target>
	<target name="build.zips" depends="init">
	<target name="build.zips" depends="init">
(-) eclipse.orig/plugins/org.eclipse.update.core.linux/src/build.xml (-3 / +3 lines)
 Lines 5-11    Link Here 
  <!-- Set a meaningful default value for when it is not. -->
  <!-- Set a meaningful default value for when it is not. -->
  <property name="eclipse-home" value="${basedir}/../.."/>
  <property name="eclipse-home" value="${basedir}/../.."/>
  <property name="jdk-path" value="${java.home}"/>  
  <property name="jdk-path" value="${java.home}"/>  
  <property name="destination" value="${eclipse-home}/org.eclipse.update.core.linux/os/linux/x86/"/>
  <property name="destination" value="${eclipse-home}/org.eclipse.update.core.linux/os/linux/${arch}/"/>
  <property name="obj-path" value="${eclipse-home}/org.eclipse.update.core.linux/src/"/>
  <property name="obj-path" value="${eclipse-home}/org.eclipse.update.core.linux/src/"/>
  <property name="src-path" value="${eclipse-home}/org.eclipse.update.core.linux/src/"/>  
  <property name="src-path" value="${eclipse-home}/org.eclipse.update.core.linux/src/"/>  
  
  
 Lines 47-63    Link Here 
    <property name="header-path" value="${jdk-path}/../include"/>
    <property name="header-path" value="${jdk-path}/../include"/>
    <property name="header-linux-path" value="${header-path}/linux" />
    <property name="header-linux-path" value="${header-path}/linux" />
	<echo message="gcc -o  ${library-file} -shared -I${src-path} -I${header-linux-path} ${library-file} -static -lc"/>
	<echo message="gcc -o  ${library-file} -shared -fPIC -I${src-path} -I${header-linux-path} ${library-file} -lc"/>
    <apply executable="gcc" dest="${eclipse-home}/" parallel="false">
    <apply executable="gcc" dest="${eclipse-home}/" parallel="false">
      <arg value="-o"/>
      <arg value="-o"/>
      <arg value="${library-file}"/>
      <arg value="${library-file}"/>
      <arg value="-shared"/>
      <arg value="-shared"/>
      <arg value="-fPIC"/>
      <arg value="-I${src-path}"/>
      <arg value="-I${src-path}"/>
      <arg value="-I${header-path}"/>      
      <arg value="-I${header-path}"/>      
      <arg value="-I${header-linux-path}"/>  
      <arg value="-I${header-linux-path}"/>  
	  <srcfile/>
	  <srcfile/>
	  <arg value="-static"/>           
      <arg value="-lc"/>	  
      <arg value="-lc"/>	  
      <fileset dir="${src-path}" includes="*.c"/>
      <fileset dir="${src-path}" includes="*.c"/>
      <mapper type="glob" from="*.c" to="*.o"/>
      <mapper type="glob" from="*.c" to="*.o"/>
(-) eclipse.orig/plugins/org.eclipse.swt/Eclipse (-2 / +6 lines)
 Lines 30-36    Link Here 
				if [ "${JAVA_HOME}" = "" ]; then
				if [ "${JAVA_HOME}" = "" ]; then
					JAVA_HOME=/bluebird/teamswt/swt-builddir/jdk1.5.0
					JAVA_HOME=/bluebird/teamswt/swt-builddir/jdk1.5.0
				fi
				fi
				AWT_LIB_PATH=$JAVA_HOME/jre/lib/amd64
				if [ "${AWT_LIB_PATH}" = "" ]; then
				    AWT_LIB_PATH=$JAVA_HOME/jre/lib/amd64
				fi
				XTEST_LIB_PATH=/usr/X11R6/lib64
				XTEST_LIB_PATH=/usr/X11R6/lib64
				if [ "${GECKO_SDK}" = "" ]; then
				if [ "${GECKO_SDK}" = "" ]; then
					GECKO_SDK=/mozilla/mozilla/1.7/amd64/gtk2/mozilla/dist/sdk
					GECKO_SDK=/mozilla/mozilla/1.7/amd64/gtk2/mozilla/dist/sdk
 Lines 48-54    Link Here 
				if [ "${JAVA_HOME}" = "" ]; then
				if [ "${JAVA_HOME}" = "" ]; then
					JAVA_HOME=/bluebird/teamswt/swt-builddir/IBMJava2-141
					JAVA_HOME=/bluebird/teamswt/swt-builddir/IBMJava2-141
				fi
				fi
				AWT_LIB_PATH=$JAVA_HOME/jre/bin
				if [ "${AWT_LIB_PATH}" = "" ]; then
				    AWT_LIB_PATH=$JAVA_HOME/jre/bin
				fi
				XTEST_LIB_PATH=/usr/X11R6/lib
				XTEST_LIB_PATH=/usr/X11R6/lib
				if [ "${GECKO_SDK}" = "" ]; then
				if [ "${GECKO_SDK}" = "" ]; then
					GECKO_SDK=/mozilla/mozilla/1.4/linux_gtk2/mozilla/dist/sdk
					GECKO_SDK=/mozilla/mozilla/1.4/linux_gtk2/mozilla/dist/sdk