Author: dgolovin
Date: 2010-08-23 14:43:31 -0400 (Mon, 23 Aug 2010)
New Revision: 24366
Modified:
trunk/build/parent/pom.xml
Log:
tycho version is reverted back to 0.9.0 release to fix problem with resolving plug-ins
from workspace
Modified: trunk/build/parent/pom.xml
===================================================================
--- trunk/build/parent/pom.xml 2010-08-23 16:38:35 UTC (rev 24365)
+++ trunk/build/parent/pom.xml 2010-08-23 18:43:31 UTC (rev 24366)
@@ -11,8 +11,7 @@
</modules>
<properties>
- <tychoVersion>0.10.0-SNAPSHOT</tychoVersion>
- <!--tychoVersion>0.9.0</tychoVersion-->
+ <tychoVersion>0.9.0</tychoVersion>
<scmBranch>trunk</scmBranch>
<BUILD_ALIAS>M2</BUILD_ALIAS>
<memoryOptions1>-Xms512m -Xmx1024m -XX:PermSize=256m</memoryOptions1>
@@ -195,6 +194,18 @@
<enabled>true</enabled>
</releases>
</repository-->
+ <repository>
+ <id>eclipse36</id>
+
<
url>http://download.eclipse.org/eclipse/updates/3.6.x/
+ </url>
+ <layout>p2</layout>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ </repository>
<repository>
<id>jboss-helios</id>
<
url>http://download.jboss.org/jbosstools/updates/requirements/helios/&...