Author: dgolovin
Date: 2010-05-26 18:35:57 -0400 (Wed, 26 May 2010)
New Revision: 22348
Added:
trunk/tests/plugins/org.jboss.tools.tests/src/org/jboss/tools/tests/TestsPlugin.java
Log:
https://jira.jboss.org/browse/JBDS-1202 problems running tests
ResourceUtils importProject distinguish import form plug-in distributed as jar or unpacked
jar
Added:
trunk/tests/plugins/org.jboss.tools.tests/src/org/jboss/tools/tests/TestsPlugin.java
===================================================================
--- trunk/tests/plugins/org.jboss.tools.tests/src/org/jboss/tools/tests/TestsPlugin.java
(rev 0)
+++
trunk/tests/plugins/org.jboss.tools.tests/src/org/jboss/tools/tests/TestsPlugin.java 2010-05-26
22:35:57 UTC (rev 22348)
@@ -0,0 +1,23 @@
+/**
+ *
+ */
+package org.jboss.tools.tests;
+
+import org.eclipse.ui.plugin.AbstractUIPlugin;
+
+/**
+ * @author eskimo
+ *
+ */
+public class TestsPlugin extends AbstractUIPlugin {
+
+
+ public static final String ID = "org.jboss.tools.tests";
+ /**
+ *
+ */
+ public TestsPlugin() {
+
+ }
+
+}
Property changes on:
trunk/tests/plugins/org.jboss.tools.tests/src/org/jboss/tools/tests/TestsPlugin.java
___________________________________________________________________
Name: svn:mime-type
+ text/plain