[jbosstools-commits] JBoss Tools SVN: r30791 - in trunk/cdi/tests/org.jboss.tools.cdi.seam.faces.core.test: META-INF and 9 other directories.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Fri Apr 22 19:54:51 EDT 2011


Author: akazakov
Date: 2011-04-22 19:54:51 -0400 (Fri, 22 Apr 2011)
New Revision: 30791

Added:
   trunk/cdi/tests/org.jboss.tools.cdi.seam.faces.core.test/.classpath
   trunk/cdi/tests/org.jboss.tools.cdi.seam.faces.core.test/.project
   trunk/cdi/tests/org.jboss.tools.cdi.seam.faces.core.test/META-INF/
   trunk/cdi/tests/org.jboss.tools.cdi.seam.faces.core.test/META-INF/MANIFEST.MF
   trunk/cdi/tests/org.jboss.tools.cdi.seam.faces.core.test/about.html
   trunk/cdi/tests/org.jboss.tools.cdi.seam.faces.core.test/build.properties
   trunk/cdi/tests/org.jboss.tools.cdi.seam.faces.core.test/plugin.properties
   trunk/cdi/tests/org.jboss.tools.cdi.seam.faces.core.test/plugin.xml
   trunk/cdi/tests/org.jboss.tools.cdi.seam.faces.core.test/pom.xml
   trunk/cdi/tests/org.jboss.tools.cdi.seam.faces.core.test/src/
   trunk/cdi/tests/org.jboss.tools.cdi.seam.faces.core.test/src/org/
   trunk/cdi/tests/org.jboss.tools.cdi.seam.faces.core.test/src/org/jboss/
   trunk/cdi/tests/org.jboss.tools.cdi.seam.faces.core.test/src/org/jboss/tools/
   trunk/cdi/tests/org.jboss.tools.cdi.seam.faces.core.test/src/org/jboss/tools/cdi/
   trunk/cdi/tests/org.jboss.tools.cdi.seam.faces.core.test/src/org/jboss/tools/cdi/seam/
   trunk/cdi/tests/org.jboss.tools.cdi.seam.faces.core.test/src/org/jboss/tools/cdi/seam/faces/
   trunk/cdi/tests/org.jboss.tools.cdi.seam.faces.core.test/src/org/jboss/tools/cdi/seam/faces/core/
   trunk/cdi/tests/org.jboss.tools.cdi.seam.faces.core.test/src/org/jboss/tools/cdi/seam/faces/core/test/
   trunk/cdi/tests/org.jboss.tools.cdi.seam.faces.core.test/src/org/jboss/tools/cdi/seam/faces/core/test/CDISeamFacesCoreAllTests.java
   trunk/cdi/tests/org.jboss.tools.cdi.seam.faces.core.test/src/org/jboss/tools/cdi/seam/faces/core/test/SeamFacesTagLibTest.java
Log:
Share project "org.jboss.tools.cdi.seam.faces.core.test" into "https://svn.jboss.org/repos/jbosstools" https://issues.jboss.org/browse/JBIDE-8572

Added: trunk/cdi/tests/org.jboss.tools.cdi.seam.faces.core.test/.classpath
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.seam.faces.core.test/.classpath	                        (rev 0)
+++ trunk/cdi/tests/org.jboss.tools.cdi.seam.faces.core.test/.classpath	2011-04-22 23:54:51 UTC (rev 30791)
@@ -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: trunk/cdi/tests/org.jboss.tools.cdi.seam.faces.core.test/.classpath
___________________________________________________________________
Added: svn:mime-type
   + text/plain

Added: trunk/cdi/tests/org.jboss.tools.cdi.seam.faces.core.test/.project
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.seam.faces.core.test/.project	                        (rev 0)
+++ trunk/cdi/tests/org.jboss.tools.cdi.seam.faces.core.test/.project	2011-04-22 23:54:51 UTC (rev 30791)
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>org.jboss.tools.cdi.seam.faces.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.seam.faces.core.test/.project
___________________________________________________________________
Added: svn:mime-type
   + text/plain

Added: trunk/cdi/tests/org.jboss.tools.cdi.seam.faces.core.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.seam.faces.core.test/META-INF/MANIFEST.MF	                        (rev 0)
+++ trunk/cdi/tests/org.jboss.tools.cdi.seam.faces.core.test/META-INF/MANIFEST.MF	2011-04-22 23:54:51 UTC (rev 30791)
@@ -0,0 +1,9 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: Seam Faces Test
+Bundle-SymbolicName: org.jboss.tools.cdi.seam.faces.core.test;singleton:=true
+Bundle-Version: 1.0.0.qualifier
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6
+Require-Bundle: org.jboss.tools.cdi.seam.faces.core,
+ org.eclipse.jdt.core,
+ org.junit


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

Added: trunk/cdi/tests/org.jboss.tools.cdi.seam.faces.core.test/about.html
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.seam.faces.core.test/about.html	                        (rev 0)
+++ trunk/cdi/tests/org.jboss.tools.cdi.seam.faces.core.test/about.html	2011-04-22 23:54:51 UTC (rev 30791)
@@ -0,0 +1,34 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
+<HTML>
+
+<head>
+<title>About</title>
+<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
+</head>
+
+<BODY lang="EN-US">
+
+<H3>About This Content</H3>
+
+<P>&copy;2007 Red Hat, Inc. All rights reserved</P>
+
+<H3>License</H3>
+
+<P>Red Hat Inc., through its JBoss division, makes available all content in this plug-in 
+("Content"). Unless otherwise indicated below, the Content is provided to you 
+under the terms and conditions of the Eclipse Public License Version 1.0 
+("EPL"). A copy of the EPL is available at
+<A href="http://www.eclipse.org/org/documents/epl-v10.php">http://www.eclipse.org/org/documents/epl-v10.php</A>. 
+For purposes of the EPL, "Program" will mean the Content.</P>
+
+<P>If you did not receive this Content directly from Red Hat Inc., the 
+Content is being redistributed by another party ("Redistributor") and different 
+terms and conditions may apply to your use of any object code in the Content. 
+Check the Redistributor's license that was provided with the Content. If no such 
+license exists, contact the Redistributor. Unless otherwise indicated below, the 
+terms and conditions of the EPL still apply to any source code in the Content 
+and such source code may be obtained at
+  <A href="http://www.jboss.org/tools">http://www.jboss.org/tools</A>.</P>
+
+</BODY>
+</HTML>
\ No newline at end of file


Property changes on: trunk/cdi/tests/org.jboss.tools.cdi.seam.faces.core.test/about.html
___________________________________________________________________
Added: svn:mime-type
   + text/plain

Added: trunk/cdi/tests/org.jboss.tools.cdi.seam.faces.core.test/build.properties
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.seam.faces.core.test/build.properties	                        (rev 0)
+++ trunk/cdi/tests/org.jboss.tools.cdi.seam.faces.core.test/build.properties	2011-04-22 23:54:51 UTC (rev 30791)
@@ -0,0 +1,7 @@
+source.. = src/
+output.. = bin/
+bin.includes = META-INF/,\
+               .,\
+               plugin.properties,\
+               about.html,\
+               plugin.xml


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


Property changes on: trunk/cdi/tests/org.jboss.tools.cdi.seam.faces.core.test/plugin.properties
___________________________________________________________________
Added: svn:mime-type
   + text/plain

Added: trunk/cdi/tests/org.jboss.tools.cdi.seam.faces.core.test/plugin.xml
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.seam.faces.core.test/plugin.xml	                        (rev 0)
+++ trunk/cdi/tests/org.jboss.tools.cdi.seam.faces.core.test/plugin.xml	2011-04-22 23:54:51 UTC (rev 30791)
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.2"?>
+<plugin>
+</plugin>
\ No newline at end of file


Property changes on: trunk/cdi/tests/org.jboss.tools.cdi.seam.faces.core.test/plugin.xml
___________________________________________________________________
Added: svn:mime-type
   + text/plain

Added: trunk/cdi/tests/org.jboss.tools.cdi.seam.faces.core.test/pom.xml
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.seam.faces.core.test/pom.xml	                        (rev 0)
+++ trunk/cdi/tests/org.jboss.tools.cdi.seam.faces.core.test/pom.xml	2011-04-22 23:54:51 UTC (rev 30791)
@@ -0,0 +1,27 @@
+<?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</groupId>
+	  <artifactId>org.jboss.tools.parent.pom</artifactId>
+	  <version>0.0.2-SNAPSHOT</version>
+	</parent>
+	<groupId>org.jboss.tools.cdi.tests</groupId>
+	<artifactId>org.jboss.tools.cdi.seam.faces.core.test</artifactId> 
+	<version>1.0.0-SNAPSHOT</version>
+	<packaging>eclipse-test-plugin</packaging>
+
+	<build>
+		<plugins>
+			<plugin>
+				<groupId>org.sonatype.tycho</groupId>
+				<artifactId>maven-osgi-test-plugin</artifactId>
+				<configuration>
+					<explodedBundles>
+						<bundle>org.jboss.tools.cdi.seam.faces.core.test</bundle>
+					</explodedBundles>
+				</configuration>
+			</plugin>
+		</plugins>
+	</build>
+</project>
\ No newline at end of file


Property changes on: trunk/cdi/tests/org.jboss.tools.cdi.seam.faces.core.test/pom.xml
___________________________________________________________________
Added: svn:mime-type
   + text/plain

Added: trunk/cdi/tests/org.jboss.tools.cdi.seam.faces.core.test/src/org/jboss/tools/cdi/seam/faces/core/test/CDISeamFacesCoreAllTests.java
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.seam.faces.core.test/src/org/jboss/tools/cdi/seam/faces/core/test/CDISeamFacesCoreAllTests.java	                        (rev 0)
+++ trunk/cdi/tests/org.jboss.tools.cdi.seam.faces.core.test/src/org/jboss/tools/cdi/seam/faces/core/test/CDISeamFacesCoreAllTests.java	2011-04-22 23:54:51 UTC (rev 30791)
@@ -0,0 +1,31 @@
+/******************************************************************************* 
+ * Copyright (c) 2011 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.seam.faces.core.test;
+
+import junit.framework.Test;
+import junit.framework.TestSuite;
+
+import org.eclipse.jdt.internal.core.JavaModelManager;
+
+/**
+ * @author Alexey Kazakov
+ */
+public class CDISeamFacesCoreAllTests {
+
+	public static Test suite() {
+		JavaModelManager.getIndexManager().disable();
+
+		TestSuite suite = new TestSuite("Seam Solder Faces Tests");
+
+		suite.addTestSuite(SeamFacesTagLibTest.class);
+		return suite;
+	}
+}
\ No newline at end of file


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

Added: trunk/cdi/tests/org.jboss.tools.cdi.seam.faces.core.test/src/org/jboss/tools/cdi/seam/faces/core/test/SeamFacesTagLibTest.java
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.seam.faces.core.test/src/org/jboss/tools/cdi/seam/faces/core/test/SeamFacesTagLibTest.java	                        (rev 0)
+++ trunk/cdi/tests/org.jboss.tools.cdi.seam.faces.core.test/src/org/jboss/tools/cdi/seam/faces/core/test/SeamFacesTagLibTest.java	2011-04-22 23:54:51 UTC (rev 30791)
@@ -0,0 +1,20 @@
+/******************************************************************************* 
+ * Copyright (c) 2011 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.seam.faces.core.test;
+
+import junit.framework.TestCase;
+
+/**
+ * @author Alexey Kazakov
+ */
+public class SeamFacesTagLibTest extends TestCase {
+
+}
\ No newline at end of file


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



More information about the jbosstools-commits mailing list