[jbosstools-commits] JBoss Tools SVN: r17562 - in trunk/cdi/tests/org.jboss.tools.cdi.core.test: .settings and 8 other directories.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Mon Sep 14 15:49:56 EDT 2009


Author: akazakov
Date: 2009-09-14 15:49:56 -0400 (Mon, 14 Sep 2009)
New Revision: 17562

Added:
   trunk/cdi/tests/org.jboss.tools.cdi.core.test/.classpath
   trunk/cdi/tests/org.jboss.tools.cdi.core.test/.project
   trunk/cdi/tests/org.jboss.tools.cdi.core.test/.settings/
   trunk/cdi/tests/org.jboss.tools.cdi.core.test/.settings/org.eclipse.jdt.core.prefs
   trunk/cdi/tests/org.jboss.tools.cdi.core.test/META-INF/
   trunk/cdi/tests/org.jboss.tools.cdi.core.test/META-INF/MANIFEST.MF
   trunk/cdi/tests/org.jboss.tools.cdi.core.test/build.properties
   trunk/cdi/tests/org.jboss.tools.cdi.core.test/src/
   trunk/cdi/tests/org.jboss.tools.cdi.core.test/src/org/
   trunk/cdi/tests/org.jboss.tools.cdi.core.test/src/org/jboss/
   trunk/cdi/tests/org.jboss.tools.cdi.core.test/src/org/jboss/tools/
   trunk/cdi/tests/org.jboss.tools.cdi.core.test/src/org/jboss/tools/cdi/
   trunk/cdi/tests/org.jboss.tools.cdi.core.test/src/org/jboss/tools/cdi/core/
   trunk/cdi/tests/org.jboss.tools.cdi.core.test/src/org/jboss/tools/cdi/core/test/
   trunk/cdi/tests/org.jboss.tools.cdi.core.test/src/org/jboss/tools/cdi/core/test/CDICoreAllTests.java
Log:
Share project "org.jboss.tools.cdi.core.test" into "https://svn.jboss.org/repos/jbosstools"

Added: trunk/cdi/tests/org.jboss.tools.cdi.core.test/.classpath
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.core.test/.classpath	                        (rev 0)
+++ trunk/cdi/tests/org.jboss.tools.cdi.core.test/.classpath	2009-09-14 19:49:56 UTC (rev 17562)
@@ -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/J2SE-1.5"/>
+	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+	<classpathentry kind="src" path="src"/>
+	<classpathentry kind="output" path="bin"/>
+</classpath>


Property changes on: trunk/cdi/tests/org.jboss.tools.cdi.core.test/.classpath
___________________________________________________________________
Name: svn:mime-type
   + text/plain

Added: trunk/cdi/tests/org.jboss.tools.cdi.core.test/.project
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.core.test/.project	                        (rev 0)
+++ trunk/cdi/tests/org.jboss.tools.cdi.core.test/.project	2009-09-14 19:49:56 UTC (rev 17562)
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>org.jboss.tools.cdi.core.test</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: trunk/cdi/tests/org.jboss.tools.cdi.core.test/.project
___________________________________________________________________
Name: svn:mime-type
   + text/plain

Added: trunk/cdi/tests/org.jboss.tools.cdi.core.test/.settings/org.eclipse.jdt.core.prefs
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.core.test/.settings/org.eclipse.jdt.core.prefs	                        (rev 0)
+++ trunk/cdi/tests/org.jboss.tools.cdi.core.test/.settings/org.eclipse.jdt.core.prefs	2009-09-14 19:49:56 UTC (rev 17562)
@@ -0,0 +1,8 @@
+#Mon Sep 14 23:36:44 MSD 2009
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
+org.eclipse.jdt.core.compiler.compliance=1.5
+org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
+org.eclipse.jdt.core.compiler.source=1.5


Property changes on: trunk/cdi/tests/org.jboss.tools.cdi.core.test/.settings/org.eclipse.jdt.core.prefs
___________________________________________________________________
Name: svn:mime-type
   + text/plain

Added: trunk/cdi/tests/org.jboss.tools.cdi.core.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.core.test/META-INF/MANIFEST.MF	                        (rev 0)
+++ trunk/cdi/tests/org.jboss.tools.cdi.core.test/META-INF/MANIFEST.MF	2009-09-14 19:49:56 UTC (rev 17562)
@@ -0,0 +1,9 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Contexts and Dependency Injection Test
+Bundle-SymbolicName: org.jboss.tools.cdi.core.test
+Bundle-Version: 1.0.0
+Bundle-Vendor: JBoss by Red Hat
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Require-Bundle: org.jboss.tools.tests,
+ org.junit;bundle-version="3.8.2"


Property changes on: trunk/cdi/tests/org.jboss.tools.cdi.core.test/META-INF/MANIFEST.MF
___________________________________________________________________
Name: svn:mime-type
   + text/plain

Added: trunk/cdi/tests/org.jboss.tools.cdi.core.test/build.properties
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.core.test/build.properties	                        (rev 0)
+++ trunk/cdi/tests/org.jboss.tools.cdi.core.test/build.properties	2009-09-14 19:49:56 UTC (rev 17562)
@@ -0,0 +1,4 @@
+source.. = src/
+output.. = bin/
+bin.includes = META-INF/,\
+               .


Property changes on: trunk/cdi/tests/org.jboss.tools.cdi.core.test/build.properties
___________________________________________________________________
Name: svn:mime-type
   + text/plain

Added: trunk/cdi/tests/org.jboss.tools.cdi.core.test/src/org/jboss/tools/cdi/core/test/CDICoreAllTests.java
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.core.test/src/org/jboss/tools/cdi/core/test/CDICoreAllTests.java	                        (rev 0)
+++ trunk/cdi/tests/org.jboss.tools.cdi.core.test/src/org/jboss/tools/cdi/core/test/CDICoreAllTests.java	2009-09-14 19:49:56 UTC (rev 17562)
@@ -0,0 +1,33 @@
+/******************************************************************************* 
+ * Copyright (c) 2009 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.core.test;
+
+import junit.framework.Test;
+import junit.framework.TestSuite;
+
+import org.jboss.tools.tests.AbstractPluginsLoadTest;
+
+/**
+ * @author Alexey Kazakov
+ */
+public class CDICoreAllTests {
+
+	public static Test suite() {
+		TestSuite suite = new TestSuite("CDI Core Tests");
+		return suite;
+	}
+
+	public class CDIPluginsLoadTest extends AbstractPluginsLoadTest {
+		public void testBundlesAreLoadedForSeamFeature(){
+			testBundlesAreLoadedFor("org.jboss.tools.cdi.feature");
+		}
+	}
+}
\ No newline at end of file


Property changes on: trunk/cdi/tests/org.jboss.tools.cdi.core.test/src/org/jboss/tools/cdi/core/test/CDICoreAllTests.java
___________________________________________________________________
Name: svn:mime-type
   + text/plain



More information about the jbosstools-commits mailing list