~ubuntu-branches/ubuntu/karmic/eclipse-cdt/karmic

« back to all changes in this revision

Viewing changes to debian/patches/eclipse-cdt-platform-build-linux.patch

  • Committer: Bazaar Package Importer
  • Author(s): Stephan Michels, Michael Koch, Stephan Michels
  • Date: 2005-12-21 16:58:32 UTC
  • Revision ID: james.westby@ubuntu.com-20051221165832-ajgq1xfk6bngevi5
Tags: 3.0.1-1
[ Michael Koch ]
* Initial Version (Closes: #195236, #284911).

[ Stephan Michels ]
* debian/control: Changed the dependency from eclipse-sdk to eclipse.
  Updated the description.
* debian/rules: Use variable for the name of the releng plugin.
* debian/rules: Use -DskipFetch=true instead of -DdontFetchAnything=true.
* debian/rules: Define property "config" in rules instead of using
  patches to change the properties files.
* debian/copyright: Updated copyright from CPL to EPL
* debian/rules: Add patch for disable the logging to a file
  for the javadoc generation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- platform/build.properties.orig      2005-04-11 08:43:20.392950997 -0500
 
2
+++ platform/build.properties   2005-04-11 08:43:29.807826270 -0500
 
3
@@ -60,15 +60,10 @@
 
4
 #     configs=win32,win32,x86 & linux,motif,x86
 
5
 # By default the value is *,*,*
 
6
 configs=\
 
7
-      aix,motif,ppc \
 
8
-    & linux,gtk,x86 \
 
9
+     linux,gtk,x86 \
 
10
     & linux,gtk,x86_64 \
 
11
     & linux,gtk,ppc \
 
12
-    & linux,gtk,ia64 \
 
13
-    & macosx,carbon,ppc \
 
14
-    & qnx,photon,x86 \
 
15
-    & solaris,motif,sparc \
 
16
-    & win32,win32,x86
 
17
+    & linux,gtk,ia64 
 
18
 
 
19
 archivesFormat=\
 
20
       aix,motif,ppc-tar \