[jboss-svn-commits] JBL Code SVN: r16504 - labs/jbossrules/branches/4.0.x/drools-eclipse3.3.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Sun Nov 11 00:02:50 EST 2007


Author: mark.proctor at jboss.com
Date: 2007-11-11 00:02:50 -0500 (Sun, 11 Nov 2007)
New Revision: 16504

Modified:
   labs/jbossrules/branches/4.0.x/drools-eclipse3.3/build.properties
   labs/jbossrules/branches/4.0.x/drools-eclipse3.3/customTargets.xml
   labs/jbossrules/branches/4.0.x/drools-eclipse3.3/setupEclipse.xml
Log:
JBRULES-1293 Backport for Eclipse 3.3
-updated to new eclipse version

Modified: labs/jbossrules/branches/4.0.x/drools-eclipse3.3/build.properties
===================================================================
--- labs/jbossrules/branches/4.0.x/drools-eclipse3.3/build.properties	2007-11-10 20:37:35 UTC (rev 16503)
+++ labs/jbossrules/branches/4.0.x/drools-eclipse3.3/build.properties	2007-11-11 05:02:50 UTC (rev 16504)
@@ -1,6 +1,6 @@
 #product=/plugin or feature id/path/to/.product
 runPackager=true
-droolsVersion=4.0.3.SNAPSHOT
+droolsVersion=4.1.0.SNAPSHOT
 
 # The prefix that will be used in the generated archive.
 archivePrefix=
@@ -8,8 +8,8 @@
 collectingFolder=${archivePrefix}
 
 ##sets the zip name
-zipFile=drools-eclipse3.3-${droolsVersion}.zip
-testZipFile=drools-eclipse3.3-test-${droolsVersion}.zip
+zipFile=drools-eclipse-${droolsVersion}.zip
+testZipFile=drools-eclipse-test-${droolsVersion}.zip
 
 #Set to true if you want the output to be ready for an update jar (no site.xml generated)
 outputUpdateJars = false
@@ -41,9 +41,10 @@
 
 eclipseGefURL=http://download.eclipse.org/tools/gef/downloads/drops
 eclipseURL=http://download.eclipse.org/eclipse/downloads/drops
-eclipseBuildRevision=R-3.3.1-200709211145
+eclipseBuildRevision=R-3.3.1.1-200710231652
 eclipseGefBuildRevision=R-3.3.1-200709241000
-eclipseBuildId=3.3.1
+eclipseBuildId=3.3.1.1
+eclipseGefBuildId=3.3.1
 
 # We don't want any SCM automation
 skipFetch=true
@@ -64,9 +65,9 @@
 #compilerArg=
 
 # Default value for the version of the source code. This value is used when compiling plug-ins that do not set the Bundle-RequiredExecutionEnvironment or set javacSource in build.properties
-javacSource=1.4
+javacSource=1.5
 
 # Default value for the version of the byte code targeted. This value is used when compiling plug-ins that do not set the Bundle-RequiredExecutionEnvironment or set javacTarget in build.properties.
-javacTarget=1.4
+javacTarget=1.5
 
 

Modified: labs/jbossrules/branches/4.0.x/drools-eclipse3.3/customTargets.xml
===================================================================
--- labs/jbossrules/branches/4.0.x/drools-eclipse3.3/customTargets.xml	2007-11-10 20:37:35 UTC (rev 16503)
+++ labs/jbossrules/branches/4.0.x/drools-eclipse3.3/customTargets.xml	2007-11-11 05:02:50 UTC (rev 16504)
@@ -62,7 +62,7 @@
     <delete failonerror="false" file="${base}/eclipse/plugins/org.drools.eclipse_${droolsVersion}.jar"/>
     <delete failonerror="false" dir="${base}/eclipse/plugins/org.drools.eclipse.test_${droolsVersion}"/>            
 	</target>
-
+	
 	<!-- ===================================================================== -->
 	<!-- Steps to do after setup but before starting the build proper -->
 	<!-- ===================================================================== -->

Modified: labs/jbossrules/branches/4.0.x/drools-eclipse3.3/setupEclipse.xml
===================================================================
--- labs/jbossrules/branches/4.0.x/drools-eclipse3.3/setupEclipse.xml	2007-11-10 20:37:35 UTC (rev 16503)
+++ labs/jbossrules/branches/4.0.x/drools-eclipse3.3/setupEclipse.xml	2007-11-11 05:02:50 UTC (rev 16504)
@@ -64,8 +64,8 @@
 
   <target name="getGefJar" depends="checkGefJar" unless="skipGetGefJar">
     <mkdir dir="${localEclipseDrop}/tools/gef/${eclipseGefBuildRevision}" />    
-    <get usetimestamp="true" src="${eclipseGefURL}/${eclipseGefBuildRevision}/GEF-runtime-${eclipseBuildId}.zip" 
-         dest="${localEclipseDrop}/tools/gef/${eclipseGefBuildRevision}/GEF-runtime-${eclipseBuildId}.zip" />
+    <get usetimestamp="true" src="${eclipseGefURL}/${eclipseGefBuildRevision}/GEF-runtime-${eclipseGefBuildId}.zip" 
+         dest="${localEclipseDrop}/tools/gef/${eclipseGefBuildRevision}/GEF-runtime-${eclipseGefBuildId}.zip" />
   </target>      
 
 	<target name="checkEclipseJar">	
@@ -77,7 +77,7 @@
 	</target>	
 		
 	<target name="checkGefJar">	
-		<available file="${localEclipseDrop}/tools/gef/${eclipseGefBuildRevision}/GEF-runtime-${eclipseBuildId}.zip" property="skipGetGefJar" />
+		<available file="${localEclipseDrop}/tools/gef/${eclipseGefBuildRevision}/GEF-runtime-${eclipseGefBuildId}.zip" property="skipGetGefJar" />
 	</target>	  
 
   <target name="setupLocalEclipseDrop"  depends="checkEclipseDir" unless="skipUnzipEclipseJars">
@@ -95,7 +95,7 @@
            src="${localEclipseDrop}/eclipse/${eclipseBuildRevision}/eclipse-test-framework-${eclipseBuildId}.zip" />   				
 				
 		<unzip dest="${base}" overwrite="true" 
-		       src="${localEclipseDrop}/tools/gef/${eclipseGefBuildRevision}/GEF-runtime-${eclipseBuildId}.zip" />				         
+		       src="${localEclipseDrop}/tools/gef/${eclipseGefBuildRevision}/GEF-runtime-${eclipseGefBuildId}.zip" />				         
   </target>    
   
   <target name="unzipEclipse" if="expandTypeZip">




More information about the jboss-svn-commits mailing list