~ubuntu-branches/debian/sid/eclipse-cdt/sid

« back to all changes in this revision

Viewing changes to debian/patches/eclipse-cdt-disable-filelog.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
--- source-tree/org.eclipse.cdt.releng/results/plugins/org.eclipse.cdt.doc.isv/buildDoc.xml.orig        2005-12-21 15:26:32.000000000 +0100
 
2
+++ source-tree/org.eclipse.cdt.releng/results/plugins/org.eclipse.cdt.doc.isv/buildDoc.xml     2005-12-21 15:27:08.000000000 +0100
 
3
@@ -49,7 +49,7 @@
 
4
                <delete dir="reference/api"/>
 
5
                <mkdir dir="reference/api"/>
 
6
        
 
7
-               <exec dir="." executable="${javadoc}" output="doc.bin.log">
 
8
+               <exec dir="." executable="${javadoc}">
 
9
                        <arg line="@${basedir}/${optionsFile} -J-Xmx500M" />
 
10
                </exec>
 
11
        </target>