[jbosstools-commits] JBoss Tools SVN: r42596 - in trunk: build/tycho-plugins/repository-utils/src/main/resources and 1 other directories.
jbosstools-commits at lists.jboss.org
jbosstools-commits at lists.jboss.org
Mon Jul 16 11:20:49 EDT 2012
Author: mickael_istria
Date: 2012-07-16 11:20:49 -0400 (Mon, 16 Jul 2012)
New Revision: 42596
Modified:
trunk/build/parent/pom.xml
trunk/build/tycho-plugins/repository-utils/src/main/resources/index.html
trunk/central/site/pom.xml
Log:
JBIDE-11065: WIP
Modified: trunk/build/parent/pom.xml
===================================================================
--- trunk/build/parent/pom.xml 2012-07-16 15:19:54 UTC (rev 42595)
+++ trunk/build/parent/pom.xml 2012-07-16 15:20:49 UTC (rev 42596)
@@ -16,6 +16,7 @@
<JBT_VERSION>3.4.0</JBT_VERSION>
<JBDS_VERSION>6.0.0</JBDS_VERSION>
<BUILD_ALIAS>M1</BUILD_ALIAS>
+ <targetEclipseVersion>4.2</targetEclipseVersion>
<memoryOptions1>-Xms512m -Xmx1024m -XX:PermSize=256m</memoryOptions1>
<memoryOptions2>-XX:MaxPermSize=256m</memoryOptions2>
<systemProperties></systemProperties>
Modified: trunk/build/tycho-plugins/repository-utils/src/main/resources/index.html
===================================================================
--- trunk/build/tycho-plugins/repository-utils/src/main/resources/index.html 2012-07-16 15:19:54 UTC (rev 42595)
+++ trunk/build/tycho-plugins/repository-utils/src/main/resources/index.html 2012-07-16 15:20:49 UTC (rev 42596)
@@ -35,7 +35,7 @@
<ol>
<li>To <a class="link"
href="http://www.jboss.org/tools/download/installation/update_3_3">install</a>
- from this site, start up Eclipse 3.7, then do:
+ from this site, start up Eclipse ${target.eclipse.version}, then do:
<ul>
<code><strong>Help > Install New Software... ></strong></code>
</ul>
Modified: trunk/central/site/pom.xml
===================================================================
--- trunk/central/site/pom.xml 2012-07-16 15:19:54 UTC (rev 42595)
+++ trunk/central/site/pom.xml 2012-07-16 15:20:49 UTC (rev 42596)
@@ -14,7 +14,6 @@
<properties>
<update.site.description>Snapshots</update.site.description>
- <update.site.version>${JBT_VERSION} ${BUILD_ALIAS}</update.site.version>
</properties>
<build>
@@ -34,7 +33,8 @@
<symbols>
<update.site.name>JBoss Tools - Central</update.site.name>
<update.site.description>${update.site.description}</update.site.description>
- <update.site.version>${update.site.version}</update.site.version>
+ <update.site.version>${JBT_VERSION} ${qualifier}</update.site.version>
+ <target.eclipse.version>${targetEclipseVersion}</target.eclipse.version>
</symbols>
</configuration>
</execution>
More information about the jbosstools-commits
mailing list