[jboss-svn-commits] JBL Code SVN: r10744 - in labs/jbossrules/trunk/drools-eclipse: drools-eclipse-plugin/META-INF and 2 other directories.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Apr 3 22:21:15 EDT 2007


Author: mark.proctor at jboss.com
Date: 2007-04-03 22:21:15 -0400 (Tue, 03 Apr 2007)
New Revision: 10744

Added:
   labs/jbossrules/trunk/drools-eclipse/drools-eclipse-test-feature/
Modified:
   labs/jbossrules/trunk/drools-eclipse/allElements.xml
   labs/jbossrules/trunk/drools-eclipse/customTargets.xml
   labs/jbossrules/trunk/drools-eclipse/drools-eclipse-plugin/META-INF/MANIFEST.MF
   labs/jbossrules/trunk/drools-eclipse/drools-eclipse-test/.classpath
   labs/jbossrules/trunk/drools-eclipse/drools-eclipse-test/META-INF/MANIFEST.MF
Log:
JBRULES-761 Automate the Eclipse build
-added drools-eclipse-test-feature

Modified: labs/jbossrules/trunk/drools-eclipse/allElements.xml
===================================================================
--- labs/jbossrules/trunk/drools-eclipse/allElements.xml	2007-04-04 01:55:01 UTC (rev 10743)
+++ labs/jbossrules/trunk/drools-eclipse/allElements.xml	2007-04-04 02:21:15 UTC (rev 10744)
@@ -13,6 +13,11 @@
 	 		<property name="type" value="feature" />
 	 		<property name="id" value="org.drools.eclipse.feature" />
  		</ant>
+ 		
+ 		<ant antfile="${genericTargets}" target="${target}">
+	 		<property name="type" value="feature" />
+	 		<property name="id" value="org.drools.eclipse.test-feature" />
+ 		</ant> 		
  	</target>
 
  	<!-- ===================================================================== -->
@@ -26,4 +31,9 @@
  		<property name="archiveName" value="${zipFile}"/>
  		<ant antfile="${assembleScriptName}" dir="${buildDirectory}"/>
  	</target>
+ 	
+ 	<target name="assemble.org.drools.eclipse.test-feature">
+ 		<property name="archiveName" value="${zipFile}"/>
+ 		<ant antfile="${assembleScriptName}" dir="${buildDirectory}"/>
+ 	</target> 	
 </project>

Modified: labs/jbossrules/trunk/drools-eclipse/customTargets.xml
===================================================================
--- labs/jbossrules/trunk/drools-eclipse/customTargets.xml	2007-04-04 01:55:01 UTC (rev 10743)
+++ labs/jbossrules/trunk/drools-eclipse/customTargets.xml	2007-04-04 02:21:15 UTC (rev 10744)
@@ -79,6 +79,14 @@
 		<copy todir="${buildDirectory}/plugins/org.drools.eclipse">
 				<fileset dir="${builder}/drools-eclipse-plugin"/>
 		</copy>
+		
+		<copy todir="${buildDirectory}/features/org.drools.eclipse.test-feature">
+			<fileset dir="${builder}/drools-eclipse-test-feature"/>
+		</copy>
+
+		<copy todir="${buildDirectory}/plugins/org.drools.eclipse.test">
+				<fileset dir="${builder}/drools-eclipse-test"/>
+		</copy>		
 		<!--
 		<copy todir="${buildDirectory}/features/com.ibm.eclipse.shootout.tests">
 				<fileset dir="${builder}/../com.ibm.eclipse.shootout.tests-feature"/>

Modified: labs/jbossrules/trunk/drools-eclipse/drools-eclipse-plugin/META-INF/MANIFEST.MF
===================================================================
--- labs/jbossrules/trunk/drools-eclipse/drools-eclipse-plugin/META-INF/MANIFEST.MF	2007-04-04 01:55:01 UTC (rev 10743)
+++ labs/jbossrules/trunk/drools-eclipse/drools-eclipse-plugin/META-INF/MANIFEST.MF	2007-04-04 02:21:15 UTC (rev 10744)
@@ -1,6 +1,6 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
-Bundle-Name: JBoss Rules IDE Plug-in
+Bundle-Name: JBoss Rules Eclipse Plug-in
 Bundle-SymbolicName: org.drools.eclipse;singleton:=true
 Bundle-Version: 3.1.0.M1
 Bundle-Activator: org.drools.eclipse.DroolsEclipsePlugin

Modified: labs/jbossrules/trunk/drools-eclipse/drools-eclipse-test/.classpath
===================================================================
--- labs/jbossrules/trunk/drools-eclipse/drools-eclipse-test/.classpath	2007-04-04 01:55:01 UTC (rev 10743)
+++ labs/jbossrules/trunk/drools-eclipse/drools-eclipse-test/.classpath	2007-04-04 02:21:15 UTC (rev 10744)
@@ -4,6 +4,5 @@
 	<classpathentry kind="src" path="src/test/resources"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.4"/>
 	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
-	<classpathentry combineaccessrules="false" kind="src" path="/drools-eclipse-plugin"/>
 	<classpathentry kind="output" path="bin"/>
 </classpath>

Modified: labs/jbossrules/trunk/drools-eclipse/drools-eclipse-test/META-INF/MANIFEST.MF
===================================================================
--- labs/jbossrules/trunk/drools-eclipse/drools-eclipse-test/META-INF/MANIFEST.MF	2007-04-04 01:55:01 UTC (rev 10743)
+++ labs/jbossrules/trunk/drools-eclipse/drools-eclipse-test/META-INF/MANIFEST.MF	2007-04-04 02:21:15 UTC (rev 10744)
@@ -1,12 +1,11 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
-Bundle-Name: Drools IDE Test fragment
-Bundle-SymbolicName: org.drools.ide.test
-Bundle-Version: 3.0.5
+Bundle-Name: JBoss Rules Eclipse Test fragment
+Bundle-SymbolicName: org.drools.eclipse.test
+Bundle-Version: 3.1.0.M1
 Bundle-Vendor: krisv,mic
-Fragment-Host: org.drools.ide;bundle-version="3.0.0"
+Fragment-Host: org.drools.eclipse;bundle-version="3.1.0.M1"
 Bundle-Localization: plugin
 Require-Bundle: org.junit
 Bundle-ClassPath: .
 Bundle-RequiredExecutionEnvironment: J2SE-1.4
-Eclipse-LazyStart: true




More information about the jboss-svn-commits mailing list