[jbosstools-commits] JBoss Tools SVN: r30667 - in trunk/download.jboss.org/jbosstools/updates: indigo and 1 other directories.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Tue Apr 19 22:40:47 EDT 2011


Author: nickboldt
Date: 2011-04-19 22:40:46 -0400 (Tue, 19 Apr 2011)
New Revision: 30667

Modified:
   trunk/download.jboss.org/jbosstools/updates/helios/compositeArtifacts.xml
   trunk/download.jboss.org/jbosstools/updates/helios/compositeContent.xml
   trunk/download.jboss.org/jbosstools/updates/indigo/compositeArtifacts.xml
   trunk/download.jboss.org/jbosstools/updates/indigo/compositeContent.xml
   trunk/download.jboss.org/jbosstools/updates/requirements/index.html
Log:
remove findbugs from composite reqs site; add springide and testng

Modified: trunk/download.jboss.org/jbosstools/updates/helios/compositeArtifacts.xml
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/helios/compositeArtifacts.xml	2011-04-19 20:36:24 UTC (rev 30666)
+++ trunk/download.jboss.org/jbosstools/updates/helios/compositeArtifacts.xml	2011-04-20 02:40:46 UTC (rev 30667)
@@ -4,12 +4,17 @@
 <properties size='2'>
 <property name='p2.compressed' value='true'/>
 <!-- 
-     get new time w/ 
-      date +%s000
+" add this to your ~/.vimrc file, then use \ts to update timestamp to current
+fun! ReplaceTimestamp()
+	let tstamp = strftime("%s000")
+	exe ":%s#<property name='p2.timestamp' value='[0-9]\\+'/>#<property name='p2.timestamp' value='" . tstamp . "'/>#g"
+	echo "New time: " . tstamp
+endfun
+nnoremap <Leader>ts :call ReplaceTimestamp()<CR>
 -->
-<property name='p2.timestamp' value='1303164158000'/>
+<property name='p2.timestamp' value='1303264329000'/>
 </properties>
-<children size='20'>
+<children size='19'>
 <child location='../requirements/helios/SR2/'/>
 <child location='../requirements/birt/2.6.2/'/>
 <child location='../requirements/ecf/3.4/'/>
@@ -17,7 +22,6 @@
 <child location='../requirements/egit/0.11/'/>
 
 <child location='../requirements/emf/2.6/'/>
-<child location='../requirements/findbugs/1.3.9/'/>
 <child location='../requirements/gwt/201012211742/'/>
 <child location='../requirements/mylyn/3.6/'/>
 <child location='../requirements/m2eclipse/0.12/'/>

Modified: trunk/download.jboss.org/jbosstools/updates/helios/compositeContent.xml
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/helios/compositeContent.xml	2011-04-19 20:36:24 UTC (rev 30666)
+++ trunk/download.jboss.org/jbosstools/updates/helios/compositeContent.xml	2011-04-20 02:40:46 UTC (rev 30667)
@@ -4,12 +4,17 @@
 <properties size='2'>
 <property name='p2.compressed' value='true'/>
 <!-- 
-     get new time w/ 
-      date +%s000
+" add this to your ~/.vimrc file, then use \ts to update timestamp to current
+fun! ReplaceTimestamp()
+	let tstamp = strftime("%s000")
+	exe ":%s#<property name='p2.timestamp' value='[0-9]\\+'/>#<property name='p2.timestamp' value='" . tstamp . "'/>#g"
+	echo "New time: " . tstamp
+endfun
+nnoremap <Leader>ts :call ReplaceTimestamp()<CR>
 -->
-<property name='p2.timestamp' value='1303164158000'/>
+<property name='p2.timestamp' value='1303264329000'/>
 </properties>
-<children size='20'>
+<children size='19'>
 <child location='../requirements/helios/SR2/'/>
 <child location='../requirements/birt/2.6.2/'/>
 <child location='../requirements/ecf/3.4/'/>
@@ -17,7 +22,6 @@
 <child location='../requirements/egit/0.11/'/>
 
 <child location='../requirements/emf/2.6/'/>
-<child location='../requirements/findbugs/1.3.9/'/>
 <child location='../requirements/gwt/201012211742/'/>
 <child location='../requirements/mylyn/3.6/'/>
 <child location='../requirements/m2eclipse/0.12/'/>

Modified: trunk/download.jboss.org/jbosstools/updates/indigo/compositeArtifacts.xml
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/indigo/compositeArtifacts.xml	2011-04-19 20:36:24 UTC (rev 30666)
+++ trunk/download.jboss.org/jbosstools/updates/indigo/compositeArtifacts.xml	2011-04-20 02:40:46 UTC (rev 30667)
@@ -4,12 +4,17 @@
 <properties size='2'>
 <property name='p2.compressed' value='true'/>
 <!-- 
-     get new time w/ 
-      date +%s000
+" add this to your ~/.vimrc file, then use \ts to update timestamp to current
+fun! ReplaceTimestamp()
+	let tstamp = strftime("%s000")
+	exe ":%s#<property name='p2.timestamp' value='[0-9]\\+'/>#<property name='p2.timestamp' value='" . tstamp . "'/>#g"
+	echo "New time: " . tstamp
+endfun
+nnoremap <Leader>ts :call ReplaceTimestamp()<CR>
 -->
-<property name='p2.timestamp' value='1303164359000'/>
+<property name='p2.timestamp' value='1303264329000'/>
 </properties>
-<children size='20'>
+<children size='19'>
 <child location='../requirements/indigo/201103180900-M6/'/>
 <child location='../requirements/birt/4.0M6/'/>
 <child location='../requirements/eclipse/3.7M6/'/>
@@ -18,7 +23,6 @@
 
 <child location='../requirements/ecf/3.5/'/>
 <child location='../requirements/egit/0.11/'/>
-<child location='../requirements/findbugs/1.3.9/'/>
 <child location='../requirements/gwt/201102111811/'/>
 <child location='../requirements/jslint/1.5/'/>
 

Modified: trunk/download.jboss.org/jbosstools/updates/indigo/compositeContent.xml
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/indigo/compositeContent.xml	2011-04-19 20:36:24 UTC (rev 30666)
+++ trunk/download.jboss.org/jbosstools/updates/indigo/compositeContent.xml	2011-04-20 02:40:46 UTC (rev 30667)
@@ -4,12 +4,17 @@
 <properties size='2'>
 <property name='p2.compressed' value='true'/>
 <!-- 
-     get new time w/ 
-      date +%s000
+" add this to your ~/.vimrc file, then use \ts to update timestamp to current
+fun! ReplaceTimestamp()
+	let tstamp = strftime("%s000")
+	exe ":%s#<property name='p2.timestamp' value='[0-9]\\+'/>#<property name='p2.timestamp' value='" . tstamp . "'/>#g"
+	echo "New time: " . tstamp
+endfun
+nnoremap <Leader>ts :call ReplaceTimestamp()<CR>
 -->
-<property name='p2.timestamp' value='1303164359000'/>
+<property name='p2.timestamp' value='1303264329000'/>
 </properties>
-<children size='20'>
+<children size='19'>
 <child location='../requirements/indigo/201103180900-M6/'/>
 <child location='../requirements/birt/4.0M6/'/>
 <child location='../requirements/eclipse/3.7M6/'/>
@@ -18,7 +23,6 @@
 
 <child location='../requirements/ecf/3.5/'/>
 <child location='../requirements/egit/0.11/'/>
-<child location='../requirements/findbugs/1.3.9/'/>
 <child location='../requirements/gwt/201102111811/'/>
 <child location='../requirements/jslint/1.5/'/>
 

Modified: trunk/download.jboss.org/jbosstools/updates/requirements/index.html
===================================================================
--- trunk/download.jboss.org/jbosstools/updates/requirements/index.html	2011-04-19 20:36:24 UTC (rev 30666)
+++ trunk/download.jboss.org/jbosstools/updates/requirements/index.html	2011-04-20 02:40:46 UTC (rev 30667)
@@ -52,19 +52,20 @@
 <li><a class=link href=ecf>ecf</a></li>
 <li><a class=link href=eclipse>eclipse</a></li>
 <li><a class=link href=emf>emf</a></li>
-<li><a class=link href=findbugs>findbugs</a></li>
-<li><a class=link href=gwt/201102111811>gwt/201102111811</a></li>
+<!-- <li><a class=link href=findbugs>findbugs</a></li> -->
+<!-- <li><a class=link href=gwt/201102111811>gwt/201102111811</a></li> --> 
 <li><a class=link href=jslint>jslint</a></li>
 <li><a class=link href=mylyn>mylyn</a> (including connectors for: Eclipse/PDE/Java, JIRA, Bugzilla, CVS, SVN, Git)</li>
-<li><a class=link href=m2eclipse>m2eclipse/0.13</a></li>
+<li><a class=link href=m2eclipse>m2eclipse</a></li>
 <li><a class=link href=orbit/S20110124210048>orbit/S20110124210048</a></li>
 <li><a class=link href=pmd>pmd</a></li>
+<li><a class=link href=springide>springide</a></li>
 <li><a class=link href=subclipse>subclipse</a></li>
 <li><a class=link href=subversive>subversive</a></li>
-<li><a class=link href=swtbot/2.0.3>swtbot/2.0.3</a></li>
+<li><a class=link href=swtbot>swtbot</a></li>
+<li><a class=link href=testng>testng</a></li>
 <li><a class=link href=webtools>webtools</a></li>
-<li><a class=link href=xulrunner-1.9.1.2>xulrunner-1.9.1.2</a></li>
-<li><a class=link href=xulrunner-1.9.2>xulrunner-1.9.2</a> (?)</li>
+<li><a class=link href=xulrunner-1.9.2>xulrunner-1.9.2</a></li>
 <p>
 <h2>JBoss Tools 3.2 / Eclipse 3.6 Helios / Web Tools 3.2</h2>
 <li><a class=link href=helios>helios</a></li>
@@ -73,16 +74,18 @@
 <li><a class=link href=eclipse>eclipse/3.6</a></li>
 <li><a class=link href=egit>egit</a></li>
 <li><a class=link href=emf>emf/2.6</a></li>
-<li><a class=link href=findbugs>findbugs</a></li>
+<!-- <li><a class=link href=findbugs>findbugs</a></li> -->
 <li><a class=link href=gwt/201012211742>gwt/201012211742</a></li>
 <li><a class=link href=mylyn>mylyn</a> (including connectors for: Eclipse/PDE/Java, JIRA, Bugzilla, CVS, SVN, Git)</li>
 <li><a class=link href=m2eclipse/0.12>m2eclipse/0.12</a></li>
 <li><a class=link href=orbit/R20100519200754>orbit/R20100519200754</a></li>
 <li><a class=link href=pmd>pmd</a></li>
-<li><a class=link href=thirdparty>thirdparty</a> (deprecated)</li>
+<li><a class=link href=springide>springide</a></li>
 <li><a class=link href=subclipse/1.6>subclipse/1.6</a></li>
 <li><a class=link href=subversive/0.7.9_2.2.2>subversive/0.7.9_2.2.2</a></li>
 <li><a class=link href=swtbot/2.0.3>swtbot/2.0.3</a></li>
+<li><a class=link href=testng>testng</a></li>
+<li><a class=link href=thirdparty>thirdparty</a> (deprecated)</li>
 <li><a class=link href=tptp>tptp/4.7</a></li>
 <li><a class=link href=webtools/3.2.3>webtools/3.2.3</a></li>
 <li><a class=link href=xulrunner-1.9.1.2>xulrunner-1.9.1.2</a></li>



More information about the jbosstools-commits mailing list