mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 17:35:35 +02:00
[releng] working on building wince.
This commit is contained in:
parent
65e287e012
commit
c2611d59de
4 changed files with 58 additions and 0 deletions
|
@ -239,6 +239,10 @@
|
|||
<module>org.eclipse.tm.rse/tests/org.eclipse.rse.tests-feature</module>
|
||||
<module>org.eclipse.tm.rse/tests/org.eclipse.rse.tests.framework</module>
|
||||
<module>org.eclipse.tm.rse/tests/org.eclipse.rse.tests.framework.examples</module>
|
||||
<!-- <module>org.eclipse.tm.core/wince/org.eclipse.rse.wince-feature</module>
|
||||
<module>org.eclipse.tm.core/wince/org.eclipse.rse.subsystems.wince</module>
|
||||
<module>org.eclipse.tm.core/wince/org.eclipse.tm.rapi</module>
|
||||
-->
|
||||
</modules>
|
||||
<build>
|
||||
<plugins>
|
||||
|
|
|
@ -12,4 +12,22 @@
|
|||
<artifactId>org.eclipse.rse.subsystems.wince</artifactId>
|
||||
<version>0.1.400-SNAPSHOT</version>
|
||||
<packaging>eclipse-plugin</packaging>
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.eclipse.tycho</groupId>
|
||||
<artifactId>target-platform-configuration</artifactId>
|
||||
<version>${tycho-version}</version>
|
||||
<configuration>
|
||||
<environments>
|
||||
<environment>
|
||||
<os>win32</os>
|
||||
<ws>win32</ws>
|
||||
<arch>x86</arch>
|
||||
</environment>
|
||||
</environments>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
||||
|
|
|
@ -12,4 +12,22 @@
|
|||
<artifactId>org.eclipse.rse.wince</artifactId>
|
||||
<version>0.3.100-SNAPSHOT</version>
|
||||
<packaging>eclipse-feature</packaging>
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.eclipse.tycho</groupId>
|
||||
<artifactId>target-platform-configuration</artifactId>
|
||||
<version>${tycho-version}</version>
|
||||
<configuration>
|
||||
<environments>
|
||||
<environment>
|
||||
<os>win32</os>
|
||||
<ws>win32</ws>
|
||||
<arch>x86</arch>
|
||||
</environment>
|
||||
</environments>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
||||
|
|
|
@ -12,4 +12,22 @@
|
|||
<artifactId>org.eclipse.tm.rapi</artifactId>
|
||||
<version>0.2.300-SNAPSHOT</version>
|
||||
<packaging>eclipse-plugin</packaging>
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.eclipse.tycho</groupId>
|
||||
<artifactId>target-platform-configuration</artifactId>
|
||||
<version>${tycho-version}</version>
|
||||
<configuration>
|
||||
<environments>
|
||||
<environment>
|
||||
<os>win32</os>
|
||||
<ws>win32</ws>
|
||||
<arch>x86</arch>
|
||||
</environment>
|
||||
</environments>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
</project>
|
||||
|
|
Loading…
Add table
Reference in a new issue