[jbosstools-commits] JBoss Tools SVN: r39518 - workspace/dgolovin/org.jboss.tools.cdi.test.launcher/src/org/jboss/tools/cdi/test/launcher.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Wed Mar 14 17:20:35 EDT 2012


Author: dgolovin
Date: 2012-03-14 17:20:34 -0400 (Wed, 14 Mar 2012)
New Revision: 39518

Modified:
   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:
copyright text added

Modified: 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	2012-03-14 21:16:49 UTC (rev 39517)
+++ workspace/dgolovin/org.jboss.tools.cdi.test.launcher/src/org/jboss/tools/cdi/test/launcher/Activator.java	2012-03-14 21:20:34 UTC (rev 39518)
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 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.cdi.test.launcher;
 
 import org.osgi.framework.BundleActivator;

Modified: 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	2012-03-14 21:16:49 UTC (rev 39517)
+++ workspace/dgolovin/org.jboss.tools.cdi.test.launcher/src/org/jboss/tools/cdi/test/launcher/CDIAllTests.java	2012-03-14 21:20:34 UTC (rev 39518)
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 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.cdi.test.launcher;
 
 import org.jboss.tools.cdi.core.test.CDICoreAllTests;
@@ -17,9 +27,9 @@
 	public static Test suite() {
 		TestSuite suiteAll = new TestSuite("CDI Core Tests");
 
+		suiteAll.addTest(CdiSeamConfigUIAllTests.suite());
 		suiteAll.addTest(CDICoreAllTests.suite());
 		suiteAll.addTest(CDISeamConfigCoreAllTests.suite());
-		suiteAll.addTest(CdiSeamConfigUIAllTests.suite());
 		suiteAll.addTest(CDISeamCoreAllTests.suite());
 		suiteAll.addTest(CDISeamSolderCoreAllTests.suite());
 		suiteAll.addTest(CdiSeamTextExtAllTests.suite());



More information about the jbosstools-commits mailing list