Author: dgolovin
Date: 2011-09-28 21:10:20 -0400 (Wed, 28 Sep 2011)
New Revision: 35144
Added:
workspace/dgolovin/org.jboss.tools.cdi.test.launcher/.classpath
workspace/dgolovin/org.jboss.tools.cdi.test.launcher/.project
workspace/dgolovin/org.jboss.tools.cdi.test.launcher/.settings/
workspace/dgolovin/org.jboss.tools.cdi.test.launcher/.settings/org.eclipse.jdt.core.prefs
workspace/dgolovin/org.jboss.tools.cdi.test.launcher/META-INF/
workspace/dgolovin/org.jboss.tools.cdi.test.launcher/META-INF/MANIFEST.MF
workspace/dgolovin/org.jboss.tools.cdi.test.launcher/build.properties
workspace/dgolovin/org.jboss.tools.cdi.test.launcher/pom.xml
workspace/dgolovin/org.jboss.tools.cdi.test.launcher/src/
workspace/dgolovin/org.jboss.tools.cdi.test.launcher/src/org/
workspace/dgolovin/org.jboss.tools.cdi.test.launcher/src/org/jboss/
workspace/dgolovin/org.jboss.tools.cdi.test.launcher/src/org/jboss/tools/
workspace/dgolovin/org.jboss.tools.cdi.test.launcher/src/org/jboss/tools/cdi/
workspace/dgolovin/org.jboss.tools.cdi.test.launcher/src/org/jboss/tools/cdi/test/
workspace/dgolovin/org.jboss.tools.cdi.test.launcher/src/org/jboss/tools/cdi/test/launcher/
workspace/dgolovin/org.jboss.tools.cdi.test.launcher/src/org/jboss/tools/cdi/test/launcher/Activator.java
workspace/dgolovin/org.jboss.tools.cdi.test.launcher/src/org/jboss/tools/cdi/test/launcher/CDIAllTests.java
Log:
Added: workspace/dgolovin/org.jboss.tools.cdi.test.launcher/.classpath
===================================================================
--- workspace/dgolovin/org.jboss.tools.cdi.test.launcher/.classpath
(rev 0)
+++ workspace/dgolovin/org.jboss.tools.cdi.test.launcher/.classpath 2011-09-29 01:10:20
UTC (rev 35144)
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
+ <classpathentry kind="con"
path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
Property changes on: workspace/dgolovin/org.jboss.tools.cdi.test.launcher/.classpath
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: workspace/dgolovin/org.jboss.tools.cdi.test.launcher/.project
===================================================================
--- workspace/dgolovin/org.jboss.tools.cdi.test.launcher/.project
(rev 0)
+++ workspace/dgolovin/org.jboss.tools.cdi.test.launcher/.project 2011-09-29 01:10:20 UTC
(rev 35144)
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.jboss.tools.cdi.test.launcher</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>
Property changes on: workspace/dgolovin/org.jboss.tools.cdi.test.launcher/.project
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added:
workspace/dgolovin/org.jboss.tools.cdi.test.launcher/.settings/org.eclipse.jdt.core.prefs
===================================================================
---
workspace/dgolovin/org.jboss.tools.cdi.test.launcher/.settings/org.eclipse.jdt.core.prefs
(rev 0)
+++
workspace/dgolovin/org.jboss.tools.cdi.test.launcher/.settings/org.eclipse.jdt.core.prefs 2011-09-29
01:10:20 UTC (rev 35144)
@@ -0,0 +1,8 @@
+#Wed Sep 28 17:13:53 PDT 2011
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
+org.eclipse.jdt.core.compiler.compliance=1.6
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
+org.eclipse.jdt.core.compiler.source=1.6
Property changes on:
workspace/dgolovin/org.jboss.tools.cdi.test.launcher/.settings/org.eclipse.jdt.core.prefs
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: workspace/dgolovin/org.jboss.tools.cdi.test.launcher/META-INF/MANIFEST.MF
===================================================================
--- workspace/dgolovin/org.jboss.tools.cdi.test.launcher/META-INF/MANIFEST.MF
(rev 0)
+++ workspace/dgolovin/org.jboss.tools.cdi.test.launcher/META-INF/MANIFEST.MF 2011-09-29
01:10:20 UTC (rev 35144)
@@ -0,0 +1,21 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: CDI Tests Launcher
+Bundle-SymbolicName: org.jboss.tools.cdi.test.launcher
+Bundle-Version: 1.2.0.qualifier
+Bundle-Activator: org.jboss.tools.cdi.test.launcher.Activator
+Require-Bundle: org.eclipse.core.runtime,
+ org.jboss.tools.cdi.bot.test;bundle-version="1.2.0";visibility:=reexport,
+ org.jboss.tools.cdi.core.test;bundle-version="1.2.0";visibility:=reexport,
+
org.jboss.tools.cdi.seam.config.core.test;bundle-version="1.2.0";visibility:=reexport,
+
org.jboss.tools.cdi.seam.config.ui.test;bundle-version="1.2.0";visibility:=reexport,
+
org.jboss.tools.cdi.seam.core.test;bundle-version="1.2.0";visibility:=reexport,
+
org.jboss.tools.cdi.seam.faces.core.test;bundle-version="1.2.0";visibility:=reexport,
+
org.jboss.tools.cdi.seam.solder.core.test;bundle-version="1.2.0";visibility:=reexport,
+
org.jboss.tools.cdi.seam.text.ext.test;bundle-version="1.2.0";visibility:=reexport,
+
org.jboss.tools.cdi.text.ext.test;bundle-version="1.2.0";visibility:=reexport,
+ org.jboss.tools.cdi.ui.test;bundle-version="1.2.0";visibility:=reexport,
+ org.junit
+Bundle-ActivationPolicy: lazy
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6
+Export-Package: org.jboss.tools.cdi.test.launcher
Property changes on:
workspace/dgolovin/org.jboss.tools.cdi.test.launcher/META-INF/MANIFEST.MF
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: workspace/dgolovin/org.jboss.tools.cdi.test.launcher/build.properties
===================================================================
--- workspace/dgolovin/org.jboss.tools.cdi.test.launcher/build.properties
(rev 0)
+++ workspace/dgolovin/org.jboss.tools.cdi.test.launcher/build.properties 2011-09-29
01:10:20 UTC (rev 35144)
@@ -0,0 +1,4 @@
+source.. = src/
+output.. = bin/
+bin.includes = META-INF/,\
+ .
Property changes on:
workspace/dgolovin/org.jboss.tools.cdi.test.launcher/build.properties
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: workspace/dgolovin/org.jboss.tools.cdi.test.launcher/pom.xml
===================================================================
--- workspace/dgolovin/org.jboss.tools.cdi.test.launcher/pom.xml
(rev 0)
+++ workspace/dgolovin/org.jboss.tools.cdi.test.launcher/pom.xml 2011-09-29 01:10:20 UTC
(rev 35144)
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.jboss.tools.cdi</groupId>
+ <artifactId>tests</artifactId>
+ <version>1.2.0-SNAPSHOT</version>
+ </parent>
+ <groupId>org.jboss.tools.cdi.tests</groupId>
+ <artifactId>org.jboss.tools.cdi.testlauncher</artifactId>
+ <packaging>eclipse-test-plugin</packaging>
+
+ <properties>
+ <emma.instrument.bundles>org.jboss.tools.cdi.seam.text.ext,org.jboss.tools.cdi.core,org.jboss.tools.cdi.ui,org.jboss.tools.cdi.xml,org.jboss.tools.cdi.seam.config.core,org.jboss.tools.cdi.seam.solder.core,org.jboss.tools.cdi.seam.config.ui,org.jboss.tools.cdi.seam.faces.core,org.jboss.tools.cdi.text.ext</emma.instrument.bundles>
+ </properties>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-surefire-plugin</artifactId>
+ <configuration>
+ <product>org.jboss.tools.tests.product</product>
+ <explodedBundles>
+ <bundle>org.jboss.tools.cdi.core.test</bundle>
+ <bundle>org.jboss.tools.cdi.seam.config.core.test</bundle>
+ <bundle>org.jboss.tools.cdi.seam.core.test</bundle>
+ <bundle>org.jboss.tools.cdi.seam.faces.core.test</bundle>
+ <bundle>org.jboss.tools.cdi.seam.solder.core.test</bundle>
+ </explodedBundles>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+</project>
Property changes on: workspace/dgolovin/org.jboss.tools.cdi.test.launcher/pom.xml
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added:
workspace/dgolovin/org.jboss.tools.cdi.test.launcher/src/org/jboss/tools/cdi/test/launcher/Activator.java
===================================================================
---
workspace/dgolovin/org.jboss.tools.cdi.test.launcher/src/org/jboss/tools/cdi/test/launcher/Activator.java
(rev 0)
+++
workspace/dgolovin/org.jboss.tools.cdi.test.launcher/src/org/jboss/tools/cdi/test/launcher/Activator.java 2011-09-29
01:10:20 UTC (rev 35144)
@@ -0,0 +1,30 @@
+package org.jboss.tools.cdi.test.launcher;
+
+import org.osgi.framework.BundleActivator;
+import org.osgi.framework.BundleContext;
+
+public class Activator implements BundleActivator {
+
+ private static BundleContext context;
+
+ static BundleContext getContext() {
+ return context;
+ }
+
+ /*
+ * (non-Javadoc)
+ * @see org.osgi.framework.BundleActivator#start(org.osgi.framework.BundleContext)
+ */
+ public void start(BundleContext bundleContext) throws Exception {
+ Activator.context = bundleContext;
+ }
+
+ /*
+ * (non-Javadoc)
+ * @see org.osgi.framework.BundleActivator#stop(org.osgi.framework.BundleContext)
+ */
+ public void stop(BundleContext bundleContext) throws Exception {
+ Activator.context = null;
+ }
+
+}
Property changes on:
workspace/dgolovin/org.jboss.tools.cdi.test.launcher/src/org/jboss/tools/cdi/test/launcher/Activator.java
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added:
workspace/dgolovin/org.jboss.tools.cdi.test.launcher/src/org/jboss/tools/cdi/test/launcher/CDIAllTests.java
===================================================================
---
workspace/dgolovin/org.jboss.tools.cdi.test.launcher/src/org/jboss/tools/cdi/test/launcher/CDIAllTests.java
(rev 0)
+++
workspace/dgolovin/org.jboss.tools.cdi.test.launcher/src/org/jboss/tools/cdi/test/launcher/CDIAllTests.java 2011-09-29
01:10:20 UTC (rev 35144)
@@ -0,0 +1,31 @@
+package org.jboss.tools.cdi.test.launcher;
+
+import org.jboss.tools.cdi.core.test.CDICoreAllTests;
+import org.jboss.tools.cdi.seam.config.core.test.CDISeamConfigCoreAllTests;
+import org.jboss.tools.cdi.seam.config.ui.test.CdiSeamConfigUIAllTests;
+import org.jboss.tools.cdi.seam.core.test.CDISeamCoreAllTests;
+import org.jboss.tools.cdi.seam.solder.core.test.CDISeamSolderCoreAllTests;
+import org.jboss.tools.cdi.seam.text.ext.test.CdiSeamTextExtAllTests;
+import org.jboss.tools.cdi.text.ext.test.CdiTextExtAllTests;
+import org.jboss.tools.cdi.ui.test.CDIUIAllTests;
+
+import junit.framework.Test;
+import junit.framework.TestSuite;
+
+public class CDIAllTests {
+
+ public static Test suite() {
+ TestSuite suiteAll = new TestSuite("CDI Core Tests");
+
+ suiteAll.addTest(CDICoreAllTests.suite());
+ suiteAll.addTest(CDISeamConfigCoreAllTests.suite());
+ suiteAll.addTest(CdiSeamConfigUIAllTests.suite());
+ suiteAll.addTest(CDISeamCoreAllTests.suite());
+ suiteAll.addTest(CDISeamSolderCoreAllTests.suite());
+ suiteAll.addTest(CdiSeamTextExtAllTests.suite());
+ suiteAll.addTest(CdiTextExtAllTests.suite());
+ suiteAll.addTest(CDIUIAllTests.suite());
+ return suiteAll;
+ }
+
+}
Property changes on:
workspace/dgolovin/org.jboss.tools.cdi.test.launcher/src/org/jboss/tools/cdi/test/launcher/CDIAllTests.java
___________________________________________________________________
Added: svn:mime-type
+ text/plain