Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 390119 | Differences between
and this patch

Collapse All | Expand All

(-)a/org.eclipse.jdt/build.properties (-2 / +4 lines)
Lines 10-16 Link Here
10
###############################################################################
10
###############################################################################
11
bin.includes = about.html,\
11
bin.includes = about.html,\
12
               about.ini,\
12
               about.ini,\
13
               about.mappings,\
14
               about.properties,\
13
               about.properties,\
15
               plugin.properties,\
14
               plugin.properties,\
16
               plugin.xml,\
15
               plugin.xml,\
Lines 18-21 bin.includes = about.html,\ Link Here
18
               intro/,\
17
               intro/,\
19
               META-INF/,\
18
               META-INF/,\
20
               eclipse32.png,\
19
               eclipse32.png,\
21
               images/
20
               images/,\
21
			   .
22
#empty bogus source dir, workaround for bug 390119
23
source..=bogus/		
(-)a/org.eclipse.jdt/pom.xml (-2 / +15 lines)
Lines 22-25 Link Here
22
  <artifactId>org.eclipse.jdt</artifactId>
22
  <artifactId>org.eclipse.jdt</artifactId>
23
  <version>3.8.0-SNAPSHOT</version>
23
  <version>3.8.0-SNAPSHOT</version>
24
  <packaging>eclipse-plugin</packaging>
24
  <packaging>eclipse-plugin</packaging>
25
</project>
25
26
  <properties>
27
	  <build>${unqualifiedVersion}.${buildQualifier}</build>
28
  </properties>  
29
  <build>
30
    <resources>
31
      <resource>
32
        <directory>.</directory>
33
        <filtering>true</filtering>
34
        <includes>
35
          <include>about.mappings</include>
36
        </includes>
37
      </resource>
38
    </resources>
39
  </build></project>
26
- 

Return to bug 390119