Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cbi-dev] Comparator report

Thanks Igor,

I'll try that out now.

On Fri, Jul 20, 2012 at 1:01 PM, Igor Fedorenko <igor@xxxxxxxxxxxxxx> wrote:
FYI, I pushed a change in Tycho to compensate for pack200 normalization
and to provide a way to troubleshoot classfile comparison (see wiki [1]
for details).

I also added the following configuration to my local
org.eclipse.osgi/pom.xml


  <build>
    <plugins>
      <plugin>
        <groupId>org.eclipse.tycho</groupId>
        <artifactId>tycho-compiler-plugin</artifactId>
        <configuration>
          <source>1.5</source>
          <target>jsr14</target>
          <compilerArgument>-inlineJSR</compilerArgument>
        </configuration>
      </plugin>
    </plugins>
  </build>


PW


--
Paul Webster
Hi floor.  Make me a sammich! - GIR

Back to the top