/[pkgs]/rpms/eclipse/devel/eclipse-build.patch
ViewVC logotype

Contents of /rpms/eclipse/devel/eclipse-build.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.9 - (hide annotations) (download) (as text)
Thu Sep 25 13:10:51 2008 UTC (13 months, 4 weeks ago) by mnowak
Branch: MAIN
CVS Tags: HEAD
Changes since 1.8: +0 -0 lines
File MIME type: text/x-patch
FILE REMOVED
- resolves bug 461860
- CVS is going to remove unused, but packed, patches (I kept them localy)
1 bkonrath 1.3 Index: eclipse/buildConfigs/sdk/srcBuild/build.xml
2     ===================================================================
3     RCS file: /cvsroot/eclipse/org.eclipse.releng.eclipsebuilder/eclipse/buildConfigs/sdk/srcBuild/build.xml,v
4     retrieving revision 1.9
5     diff -u -r1.9 build.xml
6     --- build.xml 11 May 2006 20:51:39 -0000 1.9
7     +++ build.xml 26 May 2006 23:06:38 -0000
8 bkonrath 1.8 @@ -95,6 +95,15 @@
9 overholt 1.2 <arg line="build.sh" />
10 overholt 1.1 </exec>
11 overholt 1.2 <move file="${launcherlibs}/library/${installWs}/eclipse" todir="${launcherlibs}/" />
12     +
13 bkonrath 1.8 + <!-- build liblocalfile -->
14 bkonrath 1.3 + <exec dir="plugins/org.eclipse.core.filesystem/natives/unix/linux" executable="make" failonerror="true"/>
15     + <move file="plugins/org.eclipse.core.filesystem/natives/unix/linux/liblocalfile_1_0_0.so"
16     + todir="plugins/org.eclipse.core.filesystem.linux.${installArch}/os/linux/${installArch}">
17 bkonrath 1.8 + </move>
18     + <!-- build libupdate -->
19 overholt 1.1 + <ant dir="plugins/org.eclipse.update.core.linux/src" antfile="build.xml" />
20     +
21     </target>
22 bkonrath 1.3
23    

admin@fedoraproject.org
ViewVC Help
Powered by ViewVC 1.1.2