Community
Participate
Working Groups
Bug 407853 - ECJ download misses legal file (about.html)
Bug 407852 - ECJ source download is not correct
Bug 408447 - compiler (log message) needs updating for copyright and bundle_qualifier
<build>
<plugins>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<execution>
<phase>prepare-package</phase>
<configuration>
<tasks>
<replace token="bundle_qualifier," value="${buildQualifier}," dir="${project.build.directory}/classes">
<include name="org/eclipse/jdt/internal/compiler/batch/messages.properties" />
</replace>
</tasks>
</configuration>
<goals>
<goal>run</goal>
</goals>
</execution>
</executions>
</plugin>
<groupId>org.eclipse.tycho.extras</groupId>