Skip to main content

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

Use target-platform-configuration.

Environment in tycho-packaging-plugin is there for backwards
compatibility with very old versions of tycho and we should probably
remove it.

--
Regards,
Igor

On 11-05-13 10:09 AM, Fabian Knoll wrote:
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