Fixed some config on tests. The fragment file was named worng
authorpombredanne <pombredanne>
Sat, 29 Sep 2007 23:25:21 +0000 (23:25 +0000)
committerpombredanne <pombredanne>
Sat, 29 Sep 2007 23:25:21 +0000 (23:25 +0000)
net.sourceforge.phpeclipse.test/META-INF/MANIFEST.MF
net.sourceforge.phpeclipse.test/build.properties
net.sourceforge.phpeclipse.test/fragment.xml [moved from net.sourceforge.phpeclipse.test/frament.xml with 100% similarity]

index 6d05e89..ae4c625 100644 (file)
@@ -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,
index 34d2e4d..db52b15 100644 (file)
@@ -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