~ubuntu-branches/ubuntu/trusty/eclipse-eclox/trusty

« back to all changes in this revision

Viewing changes to debian/patches/excludes.patch

  • Committer: Package Import Robot
  • Author(s): Graham Inggs
  • Date: 2013-07-07 20:33:10 UTC
  • Revision ID: package-import@ubuntu.com-20130707203310-hcz3ohmbwuvvpmtg
Tags: 0.10.0-1
Initial release (Closes: #710252).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Description: Exclude unnecessary files from build
 
2
Forwarded: not-needed
 
3
Author: Graham Inggs <graham@nerve.org.za>
 
4
Last-Update: 2013-06-18
 
5
--- a/eclox.feature/build.properties
 
6
+++ b/eclox.feature/build.properties
 
7
@@ -1,10 +1,4 @@
 
8
-bin.includes = feature.xml,\
 
9
-               AUTHORS,\
 
10
-               CHANGES,\
 
11
-               COPYING,\
 
12
-               MANUAL,\
 
13
-               README,\
 
14
-               TODO
 
15
+bin.includes = feature.xml
 
16
 src.includes = AUTHORS,\
 
17
                CHANGES,\
 
18
                COPYING,\
 
19
--- a/eclox.help/build.properties
 
20
+++ b/eclox.help/build.properties
 
21
@@ -1,13 +1,7 @@
 
22
 bin.includes = META-INF/,\
 
23
                plugin.xml,\
 
24
                html/,\
 
25
-               toc.xml,\
 
26
-               AUTHORS,\
 
27
-               CHANGES,\
 
28
-               COPYING,\
 
29
-               MANUAL,\
 
30
-               README,\
 
31
-               TODO
 
32
+               toc.xml
 
33
 src.includes = .project,\
 
34
                META-INF/,\
 
35
                build.properties,\