Author: jjankovi
Date: 2012-05-16 10:23:21 -0400 (Wed, 16 May 2012)
New Revision: 41069
Modified:
trunk/archives/tests/org.jboss.tools.archives.ui.bot.test/src/org/jboss/tools/archives/ui/bot/test/Activator.java
trunk/archives/tests/org.jboss.tools.archives.ui.bot.test/src/org/jboss/tools/archives/ui/bot/test/ArchivesAllBotTests.java
trunk/archives/tests/pom.xml
Log:
archives bot test is now included as module in tests' pom.xml
Modified:
trunk/archives/tests/org.jboss.tools.archives.ui.bot.test/src/org/jboss/tools/archives/ui/bot/test/Activator.java
===================================================================
---
trunk/archives/tests/org.jboss.tools.archives.ui.bot.test/src/org/jboss/tools/archives/ui/bot/test/Activator.java 2012-05-16
14:21:40 UTC (rev 41068)
+++
trunk/archives/tests/org.jboss.tools.archives.ui.bot.test/src/org/jboss/tools/archives/ui/bot/test/Activator.java 2012-05-16
14:23:21 UTC (rev 41069)
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2010-2012 Red Hat, Inc.
+ * Distributed under license by Red Hat, Inc. All rights reserved.
+ * This program is made available under the terms of the
+ * Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at
http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * Red Hat, Inc. - initial API and implementation
+ ******************************************************************************/
package org.jboss.tools.archives.ui.bot.test;
import org.osgi.framework.BundleActivator;
@@ -3,8 +13,16 @@
import org.osgi.framework.BundleContext;
+/**
+ *
+ * @author jjankovi
+ *
+ */
public class Activator implements BundleActivator {
private static BundleContext context;
+ // The plug-in ID
+ public static final String PLUGIN_ID =
"org.jboss.tools.archives.ui.bot.test";
+
static BundleContext getContext() {
return context;
Modified:
trunk/archives/tests/org.jboss.tools.archives.ui.bot.test/src/org/jboss/tools/archives/ui/bot/test/ArchivesAllBotTests.java
===================================================================
---
trunk/archives/tests/org.jboss.tools.archives.ui.bot.test/src/org/jboss/tools/archives/ui/bot/test/ArchivesAllBotTests.java 2012-05-16
14:21:40 UTC (rev 41068)
+++
trunk/archives/tests/org.jboss.tools.archives.ui.bot.test/src/org/jboss/tools/archives/ui/bot/test/ArchivesAllBotTests.java 2012-05-16
14:23:21 UTC (rev 41069)
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2010-2011 Red Hat, Inc.
+ * Copyright (c) 2010-2012 Red Hat, Inc.
* Distributed under license by Red Hat, Inc. All rights reserved.
* This program is made available under the terms of the
* Eclipse Public License v1.0 which accompanies this distribution,
@@ -20,7 +20,7 @@
*/
@RunWith(RequirementAwareSuite.class)
@SuiteClasses({
-
+ ExampleTest.class
})
public class ArchivesAllBotTests {
Modified: trunk/archives/tests/pom.xml
===================================================================
--- trunk/archives/tests/pom.xml 2012-05-16 14:21:40 UTC (rev 41068)
+++ trunk/archives/tests/pom.xml 2012-05-16 14:23:21 UTC (rev 41069)
@@ -13,6 +13,7 @@
<modules>
<module>org.jboss.ide.eclipse.archives.test</module>
<module>org.jboss.ide.eclipse.archives.ui.test</module>
+ <module>org.jboss.tools.archives.ui.bot.test</module>
</modules>
</project>