Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[stp-dev] Patch for Europa maintenance release

Hi Oisin,
 
I created a new build with Adrian's latest changes for incubation.
 
After some testing, I think the stp update site works fine for the coming Europa maintenance release.
 
However, looks like the europa build project is still pointing to stp 0.6.0 features.
 
Attached are the patch for updating europa build to use stp 0.7.0.
 
Would you please apply it?
 
 
Thanks
 
Johnson
### Eclipse Workspace Patch 1.0
#P org.eclipse.europa.tools
Index: build-home/features-stp.xml
===================================================================
RCS file: /cvsroot/callisto/org.eclipse.europa.tools/build-home/features-stp.xml,v
retrieving revision 1.8
diff -u -r1.8 features-stp.xml
--- build-home/features-stp.xml	26 Jun 2007 22:13:14 -0000	1.8
+++ build-home/features-stp.xml	27 Sep 2007 07:09:49 -0000
@@ -10,49 +10,55 @@
             <property name="featureId"
                       value="org.eclipse.stp.b2j.feature" />
             <property name="version"
-                      value="0.6.0.200706260218--7A--733G3E7E375I" />
+                      value="0.7.0.200709270427--7C--733G3K7G3A7G" />
         </ant>
 
         <ant antfile="updateMirrorProject.xml">
             <property name="featureId"
                       value="org.eclipse.stp.bpmn.feature" />
             <property name="version"
-                      value="0.6.0.200706260218-3" />
+                      value="0.7.0.200709270427-33--777" />
         </ant>
 
         <ant antfile="updateMirrorProject.xml">
             <property name="featureId"
                       value="org.eclipse.stp.core.feature" />
             <property name="version"
-                      value="0.6.0.200706260218--7M--E77Y7UEU7EAc" />
+                      value="0.7.0.200709270427--7Q--E77Y7gEY7MEY" />
         </ant>
 
         <ant antfile="updateMirrorProject.xml">
             <property name="featureId"
                       value="org.eclipse.stp.servicecreation" />
             <property name="version"
-                      value="0.6.0.200706260218-07S--I99h9cIc9IDm" />
+                      value="0.7.0.200709270427--7l--MAAqB0MqAYMq" />
         </ant>
     	
     	<ant antfile="updateMirrorProject.xml">
     	    <property name="featureId"
     	              value="org.eclipse.stp.sc.jaxws.feature" />
     	    <property name="version"
-    	              value="0.6.0.200706260218--7A--733G3E7E375I" />
+    	              value="0.7.0.200709270427--7J--A55P5VAP5GAP" />
     	</ant>
     	
     	<ant antfile="updateMirrorProject.xml">
     	    <property name="featureId"
     	              value="org.eclipse.stp.sc.sca.feature" />
     	    <property name="version"
-    	              value="0.6.0.200706260218--7G--A55P5MAM5A8S" />
+    	              value="0.7.0.200709270427--7J--A55P5VAP5GAP" />
     	</ant>
     	
         <ant antfile="updateMirrorProject.xml">
             <property name="featureId"
                       value="org.eclipse.stp.soas.feature" />
             <property name="version"
-                      value="0.6.0.200706260218--7Y--MAAqAkMkAMGw" />
+                      value="0.7.0.200709270427--7e--MAAqB0MqAYMq" />
         </ant>
+    	<ant antfile="updateMirrorProject.xml">
+    	            <property name="featureId"
+    	                      value="org.eclipse.stp.soas.runtime.feature" />
+    	            <property name="version"
+    	                      value="0.7.0.200709270427--7J--A55P5VAP5GAP" />
+    	</ant>
     </target>
 </project>
#P org.eclipse.europa.updatesite
Index: WebContent/site.xml
===================================================================
RCS file: /cvsroot/callisto/org.eclipse.europa.updatesite/WebContent/site.xml,v
retrieving revision 1.156
diff -u -r1.156 site.xml
--- WebContent/site.xml	26 Sep 2007 21:49:27 -0000	1.156
+++ WebContent/site.xml	27 Sep 2007 07:09:52 -0000
@@ -914,4 +914,7 @@
    <feature url="features/org.eclipse.stp.soas.feature_0.5.0.200705300907--7S--MAAqAeSAB0Aq.jar" id="org.eclipse.stp.soas.feature" version="0.5.0.200705300907--7S--MAAqAeSAB0Aq">
      <category name="SOA Development"/>
    </feature>
+   <feature url="features/org.eclipse.stp.soas.runtime.feature_0.7.0.200709270427--7J--A55P5VAP5GAP.jar" id="org.eclipse.stp.soas.feature" version="0.5.0.200705300907--7S--MAAqAeSAB0Aq">
+     <category name="SOA Development"/>
+   </feature>
 </site>

Back to the top