|
|
<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"/> |
|
|
|
<!-- 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> |
| |
| |
|
|
<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. --> |