Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] Environments definition

Hi,

I am not sure about the difference between defining environments for the  "target-platform-configuration" or "tycho-packaging-plugin". Something like that:

<plugin>
  <groupId>org.eclipse.tycho</groupId>
  <artifactId>tycho-packaging-plugin</artifactId>
  <configuration>
    <environments>
      <environment>
        <os>win32</os>
        <ws>win32</ws>
        <arch>x86</arch>
      </environment>
    </environments>
  </configuration>
</plugin>


Must it done for both? I am using Tycho 0.12.0.

Regards
Fabian

Back to the top