Removing everything under that plugin. It is not used. We use the other test fragment...
authorpombredanne <pombredanne>
Sat, 8 Sep 2007 18:39:10 +0000 (18:39 +0000)
committerpombredanne <pombredanne>
Sat, 8 Sep 2007 18:39:10 +0000 (18:39 +0000)
net.sourceforge.phpeclipse.tests/.classpath [deleted file]
net.sourceforge.phpeclipse.tests/.cvsignore [deleted file]
net.sourceforge.phpeclipse.tests/.project [deleted file]
net.sourceforge.phpeclipse.tests/.settings/org.eclipse.jdt.core.prefs [deleted file]
net.sourceforge.phpeclipse.tests/META-INF/MANIFEST.MF [deleted file]
net.sourceforge.phpeclipse.tests/build.properties [deleted file]
net.sourceforge.phpeclipse.tests/src/net/sourceforge/phpeclipse/tests/Activator.java [deleted file]

diff --git a/net.sourceforge.phpeclipse.tests/.classpath b/net.sourceforge.phpeclipse.tests/.classpath
deleted file mode 100644 (file)
index ce73933..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
-       <classpathentry kind="src" path="src"/>
-       <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>
diff --git a/net.sourceforge.phpeclipse.tests/.cvsignore b/net.sourceforge.phpeclipse.tests/.cvsignore
deleted file mode 100644 (file)
index c5e82d7..0000000
+++ /dev/null
@@ -1 +0,0 @@
-bin
\ No newline at end of file
diff --git a/net.sourceforge.phpeclipse.tests/.project b/net.sourceforge.phpeclipse.tests/.project
deleted file mode 100644 (file)
index 922a772..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
-       <name>net.sourceforge.phpeclipse.tests</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>
diff --git a/net.sourceforge.phpeclipse.tests/.settings/org.eclipse.jdt.core.prefs b/net.sourceforge.phpeclipse.tests/.settings/org.eclipse.jdt.core.prefs
deleted file mode 100644 (file)
index 607728d..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-#Thu Oct 26 18:35:19 PDT 2006
-eclipse.preferences.version=1
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.2
-org.eclipse.jdt.core.compiler.compliance=1.4
-org.eclipse.jdt.core.compiler.problem.assertIdentifier=warning
-org.eclipse.jdt.core.compiler.problem.enumIdentifier=warning
-org.eclipse.jdt.core.compiler.source=1.3
diff --git a/net.sourceforge.phpeclipse.tests/META-INF/MANIFEST.MF b/net.sourceforge.phpeclipse.tests/META-INF/MANIFEST.MF
deleted file mode 100644 (file)
index d69d1ff..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: Common Tests Utilities
-Bundle-SymbolicName: net.sourceforge.phpeclipse.tests
-Bundle-Version: 1.1.0
-Bundle-ClassPath: coretests.jar
-Bundle-Vendor: PHPEclipse project team
-Bundle-Localization: plugin
-Require-Bundle: org.eclipse.core.runtime,
- org.junit
-Eclipse-LazyStart: true
-Bundle-RequiredExecutionEnvironment: J2SE-1.4
diff --git a/net.sourceforge.phpeclipse.tests/build.properties b/net.sourceforge.phpeclipse.tests/build.properties
deleted file mode 100644 (file)
index 76de62a..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-jars.compile.order = coretests.jar
-source.coretests.jar = src/
-output.coretests.jar = bin/
-bin.includes = coretests.jar,\
-               META-INF/
-src.includes = src/,\
-               build.properties,\
-               META-INF/,\
-               .project,\
-               .classpath
diff --git a/net.sourceforge.phpeclipse.tests/src/net/sourceforge/phpeclipse/tests/Activator.java b/net.sourceforge.phpeclipse.tests/src/net/sourceforge/phpeclipse/tests/Activator.java
deleted file mode 100644 (file)
index b439cee..0000000
+++ /dev/null
@@ -1,50 +0,0 @@
-package net.sourceforge.phpeclipse.tests;
-
-import org.eclipse.core.runtime.Plugin;
-import org.osgi.framework.BundleContext;
-
-/**
- * The activator class controls the plug-in life cycle
- */
-public class Activator extends Plugin {
-
-       // The plug-in ID
-       public static final String PLUGIN_ID = "test";
-
-       // The shared instance
-       private static Activator plugin;
-       
-       /**
-        * The constructor
-        */
-       public Activator() {
-               plugin = this;
-       }
-
-       /*
-        * (non-Javadoc)
-        * @see org.eclipse.core.runtime.Plugins#start(org.osgi.framework.BundleContext)
-        */
-       public void start(BundleContext context) throws Exception {
-               super.start(context);
-       }
-
-       /*
-        * (non-Javadoc)
-        * @see org.eclipse.core.runtime.Plugin#stop(org.osgi.framework.BundleContext)
-        */
-       public void stop(BundleContext context) throws Exception {
-               plugin = null;
-               super.stop(context);
-       }
-
-       /**
-        * Returns the shared instance
-        *
-        * @return the shared instance
-        */
-       public static Activator getDefault() {
-               return plugin;
-       }
-
-}