[jboss-svn-commits] JBL Code SVN: r6978 - in labs/jbossrules/branches/3.0.x/drools-ide-test: . META-INF
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Fri Oct 20 15:21:57 EDT 2006
Author: pombredanne
Date: 2006-10-20 15:21:56 -0400 (Fri, 20 Oct 2006)
New Revision: 6978
Modified:
labs/jbossrules/branches/3.0.x/drools-ide-test/.classpath
labs/jbossrules/branches/3.0.x/drools-ide-test/META-INF/MANIFEST.MF
labs/jbossrules/branches/3.0.x/drools-ide-test/build.properties
Log:
Fixing the manifest, build.properties and classpath for the new test fragment.
Modified: labs/jbossrules/branches/3.0.x/drools-ide-test/.classpath
===================================================================
--- labs/jbossrules/branches/3.0.x/drools-ide-test/.classpath 2006-10-20 19:20:34 UTC (rev 6977)
+++ labs/jbossrules/branches/3.0.x/drools-ide-test/.classpath 2006-10-20 19:21:56 UTC (rev 6978)
@@ -1,7 +1,8 @@
<?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="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 kind="output" path="bin"/>
</classpath>
Modified: 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 19:20:34 UTC (rev 6977)
+++ labs/jbossrules/branches/3.0.x/drools-ide-test/META-INF/MANIFEST.MF 2006-10-20 19:21:56 UTC (rev 6978)
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Drools IDE Test fragment
-Bundle-SymbolicName: org.drools.ide.test;singleton:=true
+Bundle-SymbolicName: org.drools.ide.test
Bundle-Version: 3.0.5
Bundle-Vendor: krisv,mic
Fragment-Host: org.drools.ide;bundle-version="3.0.0"
Modified: 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 19:20:34 UTC (rev 6977)
+++ labs/jbossrules/branches/3.0.x/drools-ide-test/build.properties 2006-10-20 19:21:56 UTC (rev 6978)
@@ -1,3 +1,11 @@
bin.includes = META-INF/
jars.compile.order = .
-source.. = src/main/test
+source.. = src/test/java/,\
+ src/test/resources/
+output.. = bin/
+src.includes = .classpath,\
+ .project,\
+ .settings/,\
+ META-INF/,\
+ build.properties,\
+ src/
More information about the jboss-svn-commits
mailing list