Author: akazakov
Date: 2012-01-19 19:48:41 -0500 (Thu, 19 Jan 2012)
New Revision: 37981
Added:
trunk/seam/tests/org.jboss.tools.seam230.core.test/.classpath
trunk/seam/tests/org.jboss.tools.seam230.core.test/.project
trunk/seam/tests/org.jboss.tools.seam230.core.test/META-INF/
trunk/seam/tests/org.jboss.tools.seam230.core.test/META-INF/MANIFEST.MF
trunk/seam/tests/org.jboss.tools.seam230.core.test/about.html
trunk/seam/tests/org.jboss.tools.seam230.core.test/build.properties
trunk/seam/tests/org.jboss.tools.seam230.core.test/plugin.properties
trunk/seam/tests/org.jboss.tools.seam230.core.test/pom.xml
trunk/seam/tests/org.jboss.tools.seam230.core.test/requirements.properties
trunk/seam/tests/org.jboss.tools.seam230.core.test/src/
trunk/seam/tests/org.jboss.tools.seam230.core.test/src/org/
trunk/seam/tests/org.jboss.tools.seam230.core.test/src/org/jboss/
trunk/seam/tests/org.jboss.tools.seam230.core.test/src/org/jboss/tools/
trunk/seam/tests/org.jboss.tools.seam230.core.test/src/org/jboss/tools/seam/
trunk/seam/tests/org.jboss.tools.seam230.core.test/src/org/jboss/tools/seam/core/
trunk/seam/tests/org.jboss.tools.seam230.core.test/src/org/jboss/tools/seam/core/test/
trunk/seam/tests/org.jboss.tools.seam230.core.test/src/org/jboss/tools/seam/core/test/project/
trunk/seam/tests/org.jboss.tools.seam230.core.test/src/org/jboss/tools/seam/core/test/project/facet/
trunk/seam/tests/org.jboss.tools.seam230.core.test/src/org/jboss/tools/seam/core/test/project/facet/Seam20XFacetTestSuite230.java
trunk/seam/tests/org.jboss.tools.seam230.core.test/src/org/jboss/tools/seam/core/test/project/facet/Seam230FacetInstallDelegateTest.java
trunk/seam/tests/org.jboss.tools.seam230.core.test/target/
Log:
https://issues.jboss.org/browse/JBIDE-10679 Seam facet version 2.3
Added: trunk/seam/tests/org.jboss.tools.seam230.core.test/.classpath
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam230.core.test/.classpath
(rev 0)
+++ trunk/seam/tests/org.jboss.tools.seam230.core.test/.classpath 2012-01-20 00:48:41 UTC
(rev 37981)
@@ -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/seam/tests/org.jboss.tools.seam230.core.test/.classpath
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: trunk/seam/tests/org.jboss.tools.seam230.core.test/.project
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam230.core.test/.project
(rev 0)
+++ trunk/seam/tests/org.jboss.tools.seam230.core.test/.project 2012-01-20 00:48:41 UTC
(rev 37981)
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.jboss.tools.seam230.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>
+ <buildCommand>
+ <name>org.eclipse.pde.api.tools.apiAnalysisBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ <nature>org.eclipse.pde.api.tools.apiAnalysisNature</nature>
+ </natures>
+</projectDescription>
Property changes on: trunk/seam/tests/org.jboss.tools.seam230.core.test/.project
___________________________________________________________________
Added: svn:executable
+ *
Added: svn:mime-type
+ text/plain
Added: trunk/seam/tests/org.jboss.tools.seam230.core.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam230.core.test/META-INF/MANIFEST.MF
(rev 0)
+++ trunk/seam/tests/org.jboss.tools.seam230.core.test/META-INF/MANIFEST.MF 2012-01-20
00:48:41 UTC (rev 37981)
@@ -0,0 +1,17 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %Bundle-Name.0
+Bundle-SymbolicName: org.jboss.tools.seam230.core.test;singleton:=true
+Bundle-Version: 3.3.0.qualifier
+Bundle-Vendor: %Bundle-Vendor.0
+Export-Package: org.jboss.tools.seam.core.test.project.facet
+Require-Bundle:
+ org.junit,
+ org.jboss.tools.tests,
+ org.eclipse.wst.validation,
+ org.eclipse.wst.common.project.facet.core,
+ org.eclipse.core.runtime,
+ org.eclipse.wst.common.frameworks,
+ org.jboss.tools.seam.base.test
+Bundle-Localization: plugin
+Bundle-RequiredExecutionEnvironment: J2SE-1.6
Property changes on:
trunk/seam/tests/org.jboss.tools.seam230.core.test/META-INF/MANIFEST.MF
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: trunk/seam/tests/org.jboss.tools.seam230.core.test/about.html
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam230.core.test/about.html
(rev 0)
+++ trunk/seam/tests/org.jboss.tools.seam230.core.test/about.html 2012-01-20 00:48:41 UTC
(rev 37981)
@@ -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>©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...;.
+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...
+
+</BODY>
+</HTML>
\ No newline at end of file
Property changes on: trunk/seam/tests/org.jboss.tools.seam230.core.test/about.html
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: trunk/seam/tests/org.jboss.tools.seam230.core.test/build.properties
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam230.core.test/build.properties
(rev 0)
+++ trunk/seam/tests/org.jboss.tools.seam230.core.test/build.properties 2012-01-20
00:48:41 UTC (rev 37981)
@@ -0,0 +1,17 @@
+bin.includes = META-INF/,\
+ projects/,\
+ info.xml,\
+ seam/,\
+ about.html,\
+ ant.properties,\
+ plugin.properties,\
+ .
+src.includes = ant.properties,\
+ info.xml,\
+ src/,\
+ projects/,\
+ seam/,\
+ about.html
+jars.compile.order = .
+source.. = src/
+output.. = bin/
Property changes on: trunk/seam/tests/org.jboss.tools.seam230.core.test/build.properties
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: trunk/seam/tests/org.jboss.tools.seam230.core.test/plugin.properties
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam230.core.test/plugin.properties
(rev 0)
+++ trunk/seam/tests/org.jboss.tools.seam230.core.test/plugin.properties 2012-01-20
00:48:41 UTC (rev 37981)
@@ -0,0 +1,3 @@
+#Properties file for org.jboss.tools.seam.core.test
+Bundle-Vendor.0 = JBoss by Red Hat
+Bundle-Name.0 = Seam 2.3.0 Core Tests Plug-in
\ No newline at end of file
Property changes on: trunk/seam/tests/org.jboss.tools.seam230.core.test/plugin.properties
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: trunk/seam/tests/org.jboss.tools.seam230.core.test/pom.xml
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam230.core.test/pom.xml
(rev 0)
+++ trunk/seam/tests/org.jboss.tools.seam230.core.test/pom.xml 2012-01-20 00:48:41 UTC
(rev 37981)
@@ -0,0 +1,38 @@
+<?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.seam</groupId>
+ <artifactId>tests</artifactId>
+ <version>3.3.0-SNAPSHOT</version>
+ </parent>
+ <groupId>org.jboss.tools.seam.tests</groupId>
+ <artifactId>org.jboss.tools.seam230.core.test</artifactId>
+
+ <packaging>eclipse-test-plugin</packaging>
+
+ <properties>
+ <systemProperties>-Djbosstools.test.seam.2.0.1.GA.home=${requirement.build.root}/jboss-seam-2.3.0</systemProperties>
+ <emma.filter>org.jboss.tools.seam*</emma.filter>
+ <emma.instrument.bundles>org.jboss.tools.seam.core</emma.instrument.bundles>
+ </properties>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>tycho-surefire-plugin</artifactId>
+ <configuration>
+ <explodedBundles>
+ <bundle>org.jboss.tools.seam.core.test</bundle>
+ <bundle>org.jboss.tools.seam.core</bundle>
+ </explodedBundles>
+ <product>org.jboss.tools.tests</product>
+ <includes>
+ <include>org/jboss/tools/seam/core/test/project/facet/Seam20XFacetTestSuite230.class</include>
+ </includes>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+</project>
Property changes on: trunk/seam/tests/org.jboss.tools.seam230.core.test/pom.xml
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: trunk/seam/tests/org.jboss.tools.seam230.core.test/requirements.properties
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam230.core.test/requirements.properties
(rev 0)
+++ trunk/seam/tests/org.jboss.tools.seam230.core.test/requirements.properties 2012-01-20
00:48:41 UTC (rev 37981)
@@ -0,0 +1 @@
+requirements=seam-2.3.0
\ No newline at end of file
Property changes on:
trunk/seam/tests/org.jboss.tools.seam230.core.test/requirements.properties
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added:
trunk/seam/tests/org.jboss.tools.seam230.core.test/src/org/jboss/tools/seam/core/test/project/facet/Seam20XFacetTestSuite230.java
===================================================================
---
trunk/seam/tests/org.jboss.tools.seam230.core.test/src/org/jboss/tools/seam/core/test/project/facet/Seam20XFacetTestSuite230.java
(rev 0)
+++
trunk/seam/tests/org.jboss.tools.seam230.core.test/src/org/jboss/tools/seam/core/test/project/facet/Seam20XFacetTestSuite230.java 2012-01-20
00:48:41 UTC (rev 37981)
@@ -0,0 +1,27 @@
+/*******************************************************************************
+ * 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.seam.core.test.project.facet;
+
+import junit.framework.Test;
+import junit.framework.TestSuite;
+
+/**
+ * @author Alexey Kazakov
+ *
+ */
+public class Seam20XFacetTestSuite230 extends Seam20XFacetTestSuite201GA {
+
+ public static Test suite() {
+ TestSuite suite = new TestSuite("Seam 2.3.0 tests");
+ suite.addTest(new Seam2FacetInstallDelegateTestSetup(new
TestSuite(Seam230FacetInstallDelegateTest.class)));
+ return suite;
+ }
+}
\ No newline at end of file
Property changes on:
trunk/seam/tests/org.jboss.tools.seam230.core.test/src/org/jboss/tools/seam/core/test/project/facet/Seam20XFacetTestSuite230.java
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added:
trunk/seam/tests/org.jboss.tools.seam230.core.test/src/org/jboss/tools/seam/core/test/project/facet/Seam230FacetInstallDelegateTest.java
===================================================================
---
trunk/seam/tests/org.jboss.tools.seam230.core.test/src/org/jboss/tools/seam/core/test/project/facet/Seam230FacetInstallDelegateTest.java
(rev 0)
+++
trunk/seam/tests/org.jboss.tools.seam230.core.test/src/org/jboss/tools/seam/core/test/project/facet/Seam230FacetInstallDelegateTest.java 2012-01-20
00:48:41 UTC (rev 37981)
@@ -0,0 +1,42 @@
+/*******************************************************************************
+ * 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.seam.core.test.project.facet;
+
+import java.util.HashSet;
+import java.util.Set;
+
+/**
+ * @author Alexey Kazakov
+ */
+public class Seam230FacetInstallDelegateTest extends Seam220CR1FacetInstallDelegateTest
{
+
+ public Seam230FacetInstallDelegateTest(String name) {
+ super(name);
+ }
+
+ /*
+ * (non-Javadoc)
+ * @see
org.jboss.tools.seam.core.test.project.facet.Seam2FacetInstallDelegateTest#getTestLibs()
+ */
+ @Override
+ protected Set<String> getTestLibs() {
+ Set<String> libs = new HashSet<String>();
+
+ libs.add("testng-jdk15.jar");
+ libs.add("hibernate-all.jar");
+ libs.add("jboss-embedded-all.jar");
+ libs.add("thirdparty-all.jar");
+ libs.add("jboss-embedded-api.jar");
+ libs.add("core.jar");
+
+ return libs;
+ }
+}
\ No newline at end of file
Property changes on:
trunk/seam/tests/org.jboss.tools.seam230.core.test/src/org/jboss/tools/seam/core/test/project/facet/Seam230FacetInstallDelegateTest.java
___________________________________________________________________
Added: svn:mime-type
+ text/plain