View | Details | Raw Unified
Collapse All | Expand All

(-) build.xml (-2 / +17 lines)
 Lines 95-100    Link Here 
			<arg line="build.sh" />
			<arg line="build.sh" />
		</exec>
		</exec>
		<move file="${launcherlibs}/library/${installWs}/eclipse" todir="${launcherlibs}/" />
		<move file="${launcherlibs}/library/${installWs}/eclipse" todir="${launcherlibs}/" />
		<delete dir="${launcherlibs}/library"/>
		<!-- Copy icon for un-supported platforms -->
		<copy file="features/org.eclipse.platform.launchers/bin/gtk/linux/x86/icon.xpm" todir="${launcherlibs}/"/>
		<!-- Build JNI libs -->
		<!-- liblocalfile -->
		<exec dir="plugins/org.eclipse.core.filesystem/natives/unix/linux" executable="make" failonerror="true"/>
		<move file="plugins/org.eclipse.core.filesystem/natives/unix/linux/liblocalfile_1_0_0.so" 
			 todir="plugins/org.eclipse.core.filesystem.linux.${installArch}/os/linux/${installArch}">
		    </move>
		<!-- and libupdate -->
		<ant dir="plugins/org.eclipse.update.core.linux/src" antfile="build.xml" />
	</target>
	</target>
 Lines 265-272    Link Here 
			<os family="mac" />
			<os family="mac" />
		</condition>
		</condition>
		<property name="bootclasspath" refid="default.bootclasspath" />
		<property name="bootclasspath" refid="default.bootclasspath" />
		<property name="J2SE-1.5" refid="java5.bootclasspath" />
		<!-- <property name="J2SE-1.5" refid="java5.bootclasspath" />
		<property name="javadoc1.5" value="${java5.home}/bin/javadoc" />
		<property name="javadoc1.5" value="${java5.home}/bin/javadoc" /> -->
		<!--set the compiler and compiler arguments-->
		<!--set the compiler and compiler arguments-->
		<!--the default compiler is set to the one used by eclipse rel. eng. -->
		<!--the default compiler is set to the one used by eclipse rel. eng. -->