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 408447
Collapse All | Expand All

(-)a/org.eclipse.jdt.core/forceQualifierUpdate.txt (+1 lines)
Lines 3-4 Link Here
3
Bug 407853 - ECJ download misses legal file (about.html)
3
Bug 407853 - ECJ download misses legal file (about.html)
4
Bug 407852 - ECJ source download is not correct
4
Bug 407852 - ECJ source download is not correct
5
Bug 408447 - compiler (log message) needs updating for copyright and bundle_qualifier
(-)a/org.eclipse.jdt.core/pom.xml (+18 lines)
Lines 24-27 Link Here
24
  <build>
24
  <build>
25
    <plugins>
25
    <plugins>
26
    <plugin>
27
		<artifactId>maven-antrun-plugin</artifactId>
28
		<executions>
29
			<execution>
30
				<phase>prepare-package</phase>
31
				<configuration>
32
					<tasks>
33
						<replace token="bundle_qualifier," value="${buildQualifier}," dir="${project.build.directory}/classes">
34
							<include name="org/eclipse/jdt/internal/compiler/batch/messages.properties" />
35
						</replace>
36
					</tasks>
37
				</configuration>
38
				<goals>
39
					<goal>run</goal>
40
				</goals>
41
			</execution>
42
		</executions>
43
	  </plugin>
26
      <plugin>
44
      <plugin>
27
        <groupId>org.eclipse.tycho.extras</groupId>
45
        <groupId>org.eclipse.tycho.extras</groupId>

Return to bug 408447