[savara-commits] savara SVN: r194 - in tools/eclipse/trunk/plugins/eclipse-build: extras and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Mar 12 19:49:12 EST 2010


Author: objectiser
Date: 2010-03-12 19:49:12 -0500 (Fri, 12 Mar 2010)
New Revision: 194

Added:
   tools/eclipse/trunk/plugins/eclipse-build/extras/
   tools/eclipse/trunk/plugins/eclipse-build/extras/eclipse-stp-bpmn.zip
Modified:
   tools/eclipse/trunk/plugins/eclipse-build/build.properties
   tools/eclipse/trunk/plugins/eclipse-build/setupEclipse.xml
Log:
Including Eclipse STP BPMN plugins (built from trunk in eclipse.org), but currently their dependencies do not seem to be resolved. The next step is to then add the pi4soa BPMN plugins.

Modified: tools/eclipse/trunk/plugins/eclipse-build/build.properties
===================================================================
--- tools/eclipse/trunk/plugins/eclipse-build/build.properties	2010-03-09 22:09:00 UTC (rev 193)
+++ tools/eclipse/trunk/plugins/eclipse-build/build.properties	2010-03-13 00:49:12 UTC (rev 194)
@@ -40,8 +40,12 @@
 #basews=win32
 #basearch=x86
 
+http://www.eclipse.org/modeling/download.php?file=/modeling/emf/transaction/downloads/drops/1.3.1/R200909151245/emf-transaction-runtime-1.3.1.zip
+
 eclipseGefURL=http://download.eclipse.org/tools/gef/downloads/drops
 eclipseEMFURL=http://download.eclipse.org/modeling/emf/emf/downloads/drops
+eclipseEMFTURL=http://download.eclipse.org/modeling/emf/transaction/downloads/drops
+eclipseGMFURL=http://download.eclipse.org/modeling/gmf/gmf/downloads/drops
 eclipseURL=http://download.eclipse.org/eclipse/downloads/drops
 pi4soaURL=http://download.jboss.org/jbosstools/builds/nightly/trunk
 
@@ -52,6 +56,8 @@
 #eclipseGefBuildRevision=R200806091334
 eclipseGefBuildRevision=R200909151220
 eclipseEMFBuildRevision=R200906151043
+eclipseEMFTBuildRevision=R200909151245
+eclipseGMFBuildRevision=R201002241200
 
 eclipsePi4soaBuildRevision=201003050650
 
@@ -62,6 +68,8 @@
 #eclipseGefBuildId=3.4.0
 eclipseGefBuildId=3.5.1
 eclipseEMFBuildId=2.5.0
+eclipseEMFTBuildId=1.3.1
+eclipseGMFBuildId=2.2.2
 
 eclipsePi4soaBuildId=3.2.0.v201003050650N-H45-beta1
 

Added: tools/eclipse/trunk/plugins/eclipse-build/extras/eclipse-stp-bpmn.zip
===================================================================
(Binary files differ)


Property changes on: tools/eclipse/trunk/plugins/eclipse-build/extras/eclipse-stp-bpmn.zip
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: tools/eclipse/trunk/plugins/eclipse-build/setupEclipse.xml
===================================================================
--- tools/eclipse/trunk/plugins/eclipse-build/setupEclipse.xml	2010-03-09 22:09:00 UTC (rev 193)
+++ tools/eclipse/trunk/plugins/eclipse-build/setupEclipse.xml	2010-03-13 00:49:12 UTC (rev 194)
@@ -5,6 +5,7 @@
 	<property name="localEclipseDrop" value="${basedir}/../../../local-eclipse-drop-mirror" />   
 	<property name="eclipseDir" value="${basedir}/target" />
 	<property name="dependenciesDir" value="${basedir}/dependencies" />   
+	<property name="extrasDir" value="${basedir}/extras" />   
  
   <!-- set the OS name, make sure each condition is mutally exclusive -->
 	<condition property="download.type" value="win32">
@@ -77,6 +78,18 @@
 	         dest="${localEclipseDrop}/tools/emf/${eclipseEMFBuildRevision}/emf-xsd-SDK-${eclipseEMFBuildId}.zip" />
 	  </target>      
 	
+	  <target name="getEMFTJar" depends="checkEMFTJar" unless="skipGetEMFTJar">
+	    <mkdir dir="${localEclipseDrop}/tools/emft/${eclipseEMFTBuildRevision}" />    
+	    <get usetimestamp="true" src="${eclipseEMFTURL}/${eclipseEMFTBuildId}/${eclipseEMFTBuildRevision}/emf-transaction-runtime-${eclipseEMFTBuildId}.zip" 
+	         dest="${localEclipseDrop}/tools/emft/${eclipseEMFTBuildRevision}/emf-transaction-runtime-${eclipseEMFTBuildId}.zip" />
+	  </target>      
+	
+	  <target name="getGMFJar" depends="checkGMFJar" unless="skipGetGMFJar">
+	    <mkdir dir="${localEclipseDrop}/tools/gmf/${eclipseGMFBuildRevision}" />    
+	    <get usetimestamp="true" src="${eclipseGMFURL}/${eclipseGMFBuildId}/${eclipseGMFBuildRevision}/gmf-runtime-${eclipseGMFBuildId}.zip" 
+	         dest="${localEclipseDrop}/tools/gmf/${eclipseGMFBuildRevision}/gmf-runtime-${eclipseGMFBuildId}.zip" />
+	  </target>      
+	
 	  <target name="getOrbitJar" depends="checkOrbitJar" unless="skipGetOrbitJar">
 	    <mkdir dir="${localEclipseDrop}/tools/orbit" />    
 	    <get usetimestamp="true" src="${orbitURL}/orbit-${orbitBuildRevision}-updateSite.zip" 
@@ -105,6 +118,14 @@
 		<available file="${localEclipseDrop}/tools/emf/${eclipseEMFBuildRevision}/emf-xsd-SDK-${eclipseEMFBuildId}.zip" property="skipGetEMFJar" />
 	</target>	  
 
+	<target name="checkEMFTJar">	
+		<available file="${localEclipseDrop}/tools/emft/${eclipseEMFTBuildRevision}/emf-transaction-runtime-${eclipseEMFTBuildId}.zip" property="skipGetEMFTJar" />
+	</target>	  
+
+	<target name="checkGMFJar">	
+		<available file="${localEclipseDrop}/tools/gmf/${eclipseGMFBuildRevision}/gmf-runtime-${eclipseGMFBuildId}.zip" property="skipGetGMFJar" />
+	</target>	  
+
 	<target name="checkOrbitJar">	
 		<available file="${localEclipseDrop}/tools/orbit/orbit-${orbitBuildRevision}-updateSite.zip" property="skipGetOrderJar" />
 	</target>	  
@@ -119,6 +140,8 @@
     <antcall target="getTestJar" />    
     <antcall target="getGefJar" />      
     <antcall target="getEMFJar" />      
+    <antcall target="getEMFTJar" />      
+    <antcall target="getGMFJar" />      
   	<antcall target="getOrbitJar" />
     <antcall target="getPi4soaJar" />      
   </target>
@@ -136,11 +159,20 @@
 	<unzip dest="${base}" overwrite="true" 
 			src="${localEclipseDrop}/tools/emf/${eclipseEMFBuildRevision}/emf-xsd-SDK-${eclipseEMFBuildId}.zip" />				         
 	
+	<unzip dest="${base}" overwrite="true" 
+			src="${localEclipseDrop}/tools/emft/${eclipseEMFTBuildRevision}/emf-transaction-runtime-${eclipseEMFTBuildId}.zip" />				         
+	
+	<unzip dest="${base}" overwrite="true" 
+			src="${localEclipseDrop}/tools/gmf/${eclipseGMFBuildRevision}/gmf-runtime-${eclipseGMFBuildId}.zip" />				         
+	
   	<!--
 	<unzip dest="${base}/eclipse" overwrite="true" 
 			src="${localEclipseDrop}/tools/orbit/orbit-${orbitBuildRevision}-updateSite.zip" />				         
 	-->
   	
+	<unzip dest="${base}/eclipse" overwrite="true" 
+			src="${extrasDir}/eclipse-stp-bpmn.zip" />				         
+
   	<copy todir="${base}/eclipse/plugins">
   	    <fileset dir="${dependenciesDir}" />
   	</copy>



More information about the savara-commits mailing list