Author: nickboldt
Date: 2010-05-28 16:18:43 -0400 (Fri, 28 May 2010)
New Revision: 22419
Modified:
trunk/parent-pom.xml
Log:
add wtp helios site
Modified: trunk/parent-pom.xml
===================================================================
--- trunk/parent-pom.xml 2010-05-28 20:11:39 UTC (rev 22418)
+++ trunk/parent-pom.xml 2010-05-28 20:18:43 UTC (rev 22419)
@@ -168,8 +168,8 @@
</issueManagement>
<profiles>
- <!-- TODO: verify that this profile overrides the default profile if BUILD_NUMBER is
- set (by a Hudson job) -->
+ <!-- TODO: verify that this profile overrides the default profile if BUILD_NUMBER
+ is set (by a Hudson job) -->
<profile>
<id>hudson</id>
<activation>
@@ -184,7 +184,8 @@
<artifactId>maven-osgi-packaging-plugin</artifactId>
<version>${tychoVersion}</version>
<configuration>
- <format>'v'yyyyMMdd-HHmm'-H${BUILD_NUMBER}-${BUILD_ALIAS}'</format>
+ <format>'v'yyyyMMdd-HHmm'-H${BUILD_NUMBER}-${BUILD_ALIAS}'
+ </format>
<archiveSite>true</archiveSite>
</configuration>
</plugin>
@@ -211,6 +212,17 @@
</releases>
</repository>
<repository>
+ <id>webtools32</id>
+ <
url>http://download.eclipse.org/webtools/repository/helios</url>
+ <layout>p2</layout>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ </repository>
+ <repository>
<id>eclipse36</id>
<
url>http://download.eclipse.org/eclipse/updates/3.6/</url>
<layout>p2</layout>