From: pombredanne Date: Sat, 29 Sep 2007 23:25:21 +0000 (+0000) Subject: Fixed some config on tests. The fragment file was named worng X-Git-Url: http://git.phpeclipse.com Fixed some config on tests. The fragment file was named worng --- diff --git a/net.sourceforge.phpeclipse.test/META-INF/MANIFEST.MF b/net.sourceforge.phpeclipse.test/META-INF/MANIFEST.MF index 6d05e89..ae4c625 100644 --- a/net.sourceforge.phpeclipse.test/META-INF/MANIFEST.MF +++ b/net.sourceforge.phpeclipse.test/META-INF/MANIFEST.MF @@ -1,11 +1,10 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: Test Fragment -Bundle-SymbolicName: net.sourceforge.phpeclipse.test +Bundle-SymbolicName: net.sourceforge.phpeclipse.test;singleton:=true Bundle-Version: 1.0.0 Bundle-Vendor: PHPEclipse team Fragment-Host: net.sourceforge.phpeclipse;bundle-version="0.0.0" -Bundle-Localization: plugin Require-Bundle: org.eclipse.core.runtime.compatibility, org.eclipse.ui, org.junit, diff --git a/net.sourceforge.phpeclipse.test/build.properties b/net.sourceforge.phpeclipse.test/build.properties index 34d2e4d..db52b15 100644 --- a/net.sourceforge.phpeclipse.test/build.properties +++ b/net.sourceforge.phpeclipse.test/build.properties @@ -1,4 +1,15 @@ source.. = src/ output.. = bin/ bin.includes = META-INF/,\ - . + .,\ + fragment.xml,\ + test.php +src.includes = .classpath,\ + .cvsignore,\ + .project,\ + .settings/,\ + META-INF/,\ + build.properties,\ + fragment.xml,\ + src/,\ + test.php diff --git a/net.sourceforge.phpeclipse.test/frament.xml b/net.sourceforge.phpeclipse.test/fragment.xml similarity index 100% rename from net.sourceforge.phpeclipse.test/frament.xml rename to net.sourceforge.phpeclipse.test/fragment.xml