[jboss-svn-commits] JBL Code SVN: r6973 - in labs/jbossrules/branches/3.0.x: . drools-ide-test drools-ide-test/META-INF
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Fri Oct 20 14:45:14 EDT 2006
Author: pombredanne
Date: 2006-10-20 14:45:12 -0400 (Fri, 20 Oct 2006)
New Revision: 6973
Added:
labs/jbossrules/branches/3.0.x/drools-ide-test/
labs/jbossrules/branches/3.0.x/drools-ide-test/.classpath
labs/jbossrules/branches/3.0.x/drools-ide-test/.project
labs/jbossrules/branches/3.0.x/drools-ide-test/META-INF/
labs/jbossrules/branches/3.0.x/drools-ide-test/META-INF/MANIFEST.MF
labs/jbossrules/branches/3.0.x/drools-ide-test/build.properties
labs/jbossrules/branches/3.0.x/drools-ide-test/src/
Log:
Creation of drools-ide-test test fragment to contain all IDE test.
Added: labs/jbossrules/branches/3.0.x/drools-ide-test/.classpath
===================================================================
--- labs/jbossrules/branches/3.0.x/drools-ide-test/.classpath 2006-10-20 17:34:03 UTC (rev 6972)
+++ labs/jbossrules/branches/3.0.x/drools-ide-test/.classpath 2006-10-20 18:45:12 UTC (rev 6973)
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src/test/java"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
Added: labs/jbossrules/branches/3.0.x/drools-ide-test/.project
===================================================================
--- labs/jbossrules/branches/3.0.x/drools-ide-test/.project 2006-10-20 17:34:03 UTC (rev 6972)
+++ labs/jbossrules/branches/3.0.x/drools-ide-test/.project 2006-10-20 18:45:12 UTC (rev 6973)
@@ -0,0 +1,27 @@
+<projectDescription>
+ <name>drools-ide-test</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.ManifestBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.SchemaBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>
\ No newline at end of file
Added: labs/jbossrules/branches/3.0.x/drools-ide-test/META-INF/MANIFEST.MF
===================================================================
--- labs/jbossrules/branches/3.0.x/drools-ide-test/META-INF/MANIFEST.MF 2006-10-20 17:34:03 UTC (rev 6972)
+++ labs/jbossrules/branches/3.0.x/drools-ide-test/META-INF/MANIFEST.MF 2006-10-20 18:45:12 UTC (rev 6973)
@@ -0,0 +1,12 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Drools IDE Test fragment
+Bundle-SymbolicName: org.drools.ide.test;singleton:=true
+Bundle-Version: 3.0.5
+Bundle-Vendor: krisv,mic
+Fragment-Host: org.drools.ide;bundle-version="3.0.0"
+Bundle-Localization: plugin
+Require-Bundle: org.junit
+Bundle-ClassPath: .
+Bundle-RequiredExecutionEnvironment: J2SE-1.4
+Eclipse-LazyStart: true
Added: labs/jbossrules/branches/3.0.x/drools-ide-test/build.properties
===================================================================
--- labs/jbossrules/branches/3.0.x/drools-ide-test/build.properties 2006-10-20 17:34:03 UTC (rev 6972)
+++ labs/jbossrules/branches/3.0.x/drools-ide-test/build.properties 2006-10-20 18:45:12 UTC (rev 6973)
@@ -0,0 +1,3 @@
+bin.includes = META-INF/
+jars.compile.order = .
+source.. = src/main/test
More information about the jboss-svn-commits
mailing list