[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[tm-cvs-commit] adushistova org.eclipse.tm.core/wince/org.eclipse.rse.wince-feature pom.xml
|
- From: Eclipse CVS Genie <genie@xxxxxxxxxxx>
- Date: Sat, 02 Jun 2012 04:13:49 +0000
- Delivered-to: tm-cvs-commit@eclipse.org
Update of /cvsroot/tools/org.eclipse.tm.core/wince/org.eclipse.rse.wince-feature
In directory dev2:/tmp/cvs-serv23209/wince/org.eclipse.rse.wince-feature
Modified Files:
pom.xml
Log Message:
[releng] working on building wince.
Index: pom.xml
===================================================================
RCS file: /cvsroot/tools/org.eclipse.tm.core/wince/org.eclipse.rse.wince-feature/pom.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** pom.xml 6 May 2012 21:33:33 -0000 1.1
--- pom.xml 2 Jun 2012 04:13:47 -0000 1.2
***************
*** 13,15 ****
--- 13,33 ----
<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>