JBoss Tools SVN: r39130 - in trunk/seam: tests and 1 other directory.
by jbosstools-commits@lists.jboss.org
Author: akazakov
Date: 2012-02-24 16:10:58 -0500 (Fri, 24 Feb 2012)
New Revision: 39130
Modified:
trunk/seam/features/org.jboss.tools.seam.test.feature/feature.xml
trunk/seam/tests/pom.xml
Log:
https://issues.jboss.org/browse/JBIDE-10950 use seam 2.2.1.Final instead of 2.2.1.CR1 and 2.2.1.CR2 in requirements?
Modified: trunk/seam/features/org.jboss.tools.seam.test.feature/feature.xml
===================================================================
--- trunk/seam/features/org.jboss.tools.seam.test.feature/feature.xml 2012-02-24 21:10:02 UTC (rev 39129)
+++ trunk/seam/features/org.jboss.tools.seam.test.feature/feature.xml 2012-02-24 21:10:58 UTC (rev 39130)
@@ -161,34 +161,20 @@
unpack="false"/>
<plugin
- id="org.jboss.tools.seam221CR1.core.test"
+ id="org.jboss.tools.seam221GA.core.test"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
- id="org.jboss.tools.seam221CR1.ui.test"
+ id="org.jboss.tools.seam221GA.ui.test"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
- id="org.jboss.tools.seam221CR2.core.test"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="org.jboss.tools.seam221CR2.ui.test"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
id="org.jboss.tools.seamfp.core.test"
download-size="0"
install-size="0"
Modified: trunk/seam/tests/pom.xml
===================================================================
--- trunk/seam/tests/pom.xml 2012-02-24 21:10:02 UTC (rev 39129)
+++ trunk/seam/tests/pom.xml 2012-02-24 21:10:58 UTC (rev 39130)
@@ -38,10 +38,8 @@
<module>org.jboss.tools.seam220CR1.ui.test</module>
<module>org.jboss.tools.seam220GA.core.test</module>
<module>org.jboss.tools.seam220GA.ui.test</module>
- <module>org.jboss.tools.seam221CR1.core.test</module>
- <module>org.jboss.tools.seam221CR1.ui.test</module>
- <module>org.jboss.tools.seam221CR2.core.test</module>
- <module>org.jboss.tools.seam221CR2.ui.test</module>
+ <module>org.jboss.tools.seam221GA.core.test</module>
+ <module>org.jboss.tools.seam221GA.ui.test</module>
<module>org.jboss.tools.seam230.core.test</module>
<module>org.jboss.tools.seam230.ui.test</module>
12 years, 11 months
JBoss Tools SVN: r39128 - in trunk/seam/tests/org.jboss.tools.seam221GA.ui.test: META-INF and 8 other directories.
by jbosstools-commits@lists.jboss.org
Author: akazakov
Date: 2012-02-24 16:09:20 -0500 (Fri, 24 Feb 2012)
New Revision: 39128
Added:
trunk/seam/tests/org.jboss.tools.seam221GA.ui.test/.classpath
trunk/seam/tests/org.jboss.tools.seam221GA.ui.test/.project
trunk/seam/tests/org.jboss.tools.seam221GA.ui.test/META-INF/
trunk/seam/tests/org.jboss.tools.seam221GA.ui.test/META-INF/MANIFEST.MF
trunk/seam/tests/org.jboss.tools.seam221GA.ui.test/build.properties
trunk/seam/tests/org.jboss.tools.seam221GA.ui.test/plugin.properties
trunk/seam/tests/org.jboss.tools.seam221GA.ui.test/pom.xml
trunk/seam/tests/org.jboss.tools.seam221GA.ui.test/requirements.properties
trunk/seam/tests/org.jboss.tools.seam221GA.ui.test/src/
trunk/seam/tests/org.jboss.tools.seam221GA.ui.test/src/org/
trunk/seam/tests/org.jboss.tools.seam221GA.ui.test/src/org/jboss/
trunk/seam/tests/org.jboss.tools.seam221GA.ui.test/src/org/jboss/tools/
trunk/seam/tests/org.jboss.tools.seam221GA.ui.test/src/org/jboss/tools/seam/
trunk/seam/tests/org.jboss.tools.seam221GA.ui.test/src/org/jboss/tools/seam/ui/
trunk/seam/tests/org.jboss.tools.seam221GA.ui.test/src/org/jboss/tools/seam/ui/test/
trunk/seam/tests/org.jboss.tools.seam221GA.ui.test/src/org/jboss/tools/seam/ui/test/wizard/
trunk/seam/tests/org.jboss.tools.seam221GA.ui.test/src/org/jboss/tools/seam/ui/test/wizard/Seam20XOperationsTestSuite221GA.java
Log:
https://issues.jboss.org/browse/JBIDE-10950 use seam 2.2.1.Final instead of 2.2.1.CR1 and 2.2.1.CR2 in requirements?
Added: trunk/seam/tests/org.jboss.tools.seam221GA.ui.test/.classpath
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam221GA.ui.test/.classpath (rev 0)
+++ trunk/seam/tests/org.jboss.tools.seam221GA.ui.test/.classpath 2012-02-24 21:09:20 UTC (rev 39128)
@@ -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.seam221GA.ui.test/.classpath
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: trunk/seam/tests/org.jboss.tools.seam221GA.ui.test/.project
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam221GA.ui.test/.project (rev 0)
+++ trunk/seam/tests/org.jboss.tools.seam221GA.ui.test/.project 2012-02-24 21:09:20 UTC (rev 39128)
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.jboss.tools.seam221GA.ui.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.seam221GA.ui.test/.project
___________________________________________________________________
Added: svn:executable
+ *
Added: svn:mime-type
+ text/plain
Added: trunk/seam/tests/org.jboss.tools.seam221GA.ui.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam221GA.ui.test/META-INF/MANIFEST.MF (rev 0)
+++ trunk/seam/tests/org.jboss.tools.seam221GA.ui.test/META-INF/MANIFEST.MF 2012-02-24 21:09:20 UTC (rev 39128)
@@ -0,0 +1,11 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %Bundle-Name.0
+Bundle-SymbolicName: org.jboss.tools.seam221GA.ui.test
+Bundle-Version: 3.3.0.qualifier
+Bundle-Vendor: %Bundle-Vendor.0
+Require-Bundle: org.junit,
+ org.jboss.tools.seam.base.test;bundle-version="1.0.0"
+Export-Package: org.jboss.tools.seam.ui.test.wizard
+Bundle-Localization: plugin
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
Property changes on: trunk/seam/tests/org.jboss.tools.seam221GA.ui.test/META-INF/MANIFEST.MF
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: trunk/seam/tests/org.jboss.tools.seam221GA.ui.test/build.properties
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam221GA.ui.test/build.properties (rev 0)
+++ trunk/seam/tests/org.jboss.tools.seam221GA.ui.test/build.properties 2012-02-24 21:09:20 UTC (rev 39128)
@@ -0,0 +1,6 @@
+bin.includes = META-INF/,\
+ plugin.properties,\
+ .
+jars.compile.order = .
+source.. = src/
+output.. = bin/
Property changes on: trunk/seam/tests/org.jboss.tools.seam221GA.ui.test/build.properties
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: trunk/seam/tests/org.jboss.tools.seam221GA.ui.test/plugin.properties
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam221GA.ui.test/plugin.properties (rev 0)
+++ trunk/seam/tests/org.jboss.tools.seam221GA.ui.test/plugin.properties 2012-02-24 21:09:20 UTC (rev 39128)
@@ -0,0 +1,3 @@
+#Properties file for org.jboss.tools.seam.ui.test
+Bundle-Vendor.0 = JBoss by Red Hat
+Bundle-Name.0 = Seam 2.2.1.CR2 UI Tests Plug-in
\ No newline at end of file
Property changes on: trunk/seam/tests/org.jboss.tools.seam221GA.ui.test/plugin.properties
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: trunk/seam/tests/org.jboss.tools.seam221GA.ui.test/pom.xml
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam221GA.ui.test/pom.xml (rev 0)
+++ trunk/seam/tests/org.jboss.tools.seam221GA.ui.test/pom.xml 2012-02-24 21:09:20 UTC (rev 39128)
@@ -0,0 +1,39 @@
+<?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.seam221GA.ui.test</artifactId>
+
+ <packaging>eclipse-test-plugin</packaging>
+
+ <properties>
+ <systemProperties>-Djbosstools.test.seam.2.0.1.GA.home=${requirement.build.root}/jboss-seam-2.2.1.Final</systemProperties>
+ <emma.filter>org.jboss.tools.seam*</emma.filter>
+ <emma.instrument.bundles>org.jboss.tools.seam.ui,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.ui.test</bundle>
+ <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/ui/test/wizard/Seam20XOperationsTestSuite221GA.class</include>
+ </includes>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+</project>
Property changes on: trunk/seam/tests/org.jboss.tools.seam221GA.ui.test/pom.xml
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: trunk/seam/tests/org.jboss.tools.seam221GA.ui.test/requirements.properties
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam221GA.ui.test/requirements.properties (rev 0)
+++ trunk/seam/tests/org.jboss.tools.seam221GA.ui.test/requirements.properties 2012-02-24 21:09:20 UTC (rev 39128)
@@ -0,0 +1 @@
+requirements=seam-2.2.1.Final
\ No newline at end of file
Property changes on: trunk/seam/tests/org.jboss.tools.seam221GA.ui.test/requirements.properties
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: trunk/seam/tests/org.jboss.tools.seam221GA.ui.test/src/org/jboss/tools/seam/ui/test/wizard/Seam20XOperationsTestSuite221GA.java
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam221GA.ui.test/src/org/jboss/tools/seam/ui/test/wizard/Seam20XOperationsTestSuite221GA.java (rev 0)
+++ trunk/seam/tests/org.jboss.tools.seam221GA.ui.test/src/org/jboss/tools/seam/ui/test/wizard/Seam20XOperationsTestSuite221GA.java 2012-02-24 21:09:20 UTC (rev 39128)
@@ -0,0 +1,20 @@
+/*******************************************************************************
+ * Copyright (c) 2007 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.ui.test.wizard;
+
+/**
+ * @author eskimo
+ *
+ */
+public class Seam20XOperationsTestSuite221GA extends
+ Seam20XOperationsTestSuite201GABase {
+
+}
Property changes on: trunk/seam/tests/org.jboss.tools.seam221GA.ui.test/src/org/jboss/tools/seam/ui/test/wizard/Seam20XOperationsTestSuite221GA.java
___________________________________________________________________
Added: svn:mime-type
+ text/plain
12 years, 11 months
JBoss Tools SVN: r39126 - in trunk/seam/tests/org.jboss.tools.seam221GA.core.test: META-INF and 1 other directories.
by jbosstools-commits@lists.jboss.org
Author: akazakov
Date: 2012-02-24 16:07:11 -0500 (Fri, 24 Feb 2012)
New Revision: 39126
Added:
trunk/seam/tests/org.jboss.tools.seam221GA.core.test/.classpath
trunk/seam/tests/org.jboss.tools.seam221GA.core.test/.project
trunk/seam/tests/org.jboss.tools.seam221GA.core.test/META-INF/MANIFEST.MF
trunk/seam/tests/org.jboss.tools.seam221GA.core.test/about.html
trunk/seam/tests/org.jboss.tools.seam221GA.core.test/build.properties
trunk/seam/tests/org.jboss.tools.seam221GA.core.test/plugin.properties
trunk/seam/tests/org.jboss.tools.seam221GA.core.test/pom.xml
trunk/seam/tests/org.jboss.tools.seam221GA.core.test/requirements.properties
trunk/seam/tests/org.jboss.tools.seam221GA.core.test/src/org/jboss/tools/seam/core/test/project/facet/Seam20XFacetTestSuite221GA.java
trunk/seam/tests/org.jboss.tools.seam221GA.core.test/src/org/jboss/tools/seam/core/test/project/facet/Seam221GAFacetInstallDelegateTest.java
Modified:
trunk/seam/tests/org.jboss.tools.seam221GA.core.test/
Log:
https://issues.jboss.org/browse/JBIDE-10950 use seam 2.2.1.Final instead of 2.2.1.CR1 and 2.2.1.CR2 in requirements?
Property changes on: trunk/seam/tests/org.jboss.tools.seam221GA.core.test
___________________________________________________________________
Added: svn:ignore
+ target
Added: trunk/seam/tests/org.jboss.tools.seam221GA.core.test/.classpath
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam221GA.core.test/.classpath (rev 0)
+++ trunk/seam/tests/org.jboss.tools.seam221GA.core.test/.classpath 2012-02-24 21:07:11 UTC (rev 39126)
@@ -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.seam221GA.core.test/.classpath
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: trunk/seam/tests/org.jboss.tools.seam221GA.core.test/.project
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam221GA.core.test/.project (rev 0)
+++ trunk/seam/tests/org.jboss.tools.seam221GA.core.test/.project 2012-02-24 21:07:11 UTC (rev 39126)
@@ -0,0 +1,34 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.jboss.tools.seam221GA.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.seam221GA.core.test/.project
___________________________________________________________________
Added: svn:executable
+ *
Added: svn:mime-type
+ text/plain
Added: trunk/seam/tests/org.jboss.tools.seam221GA.core.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam221GA.core.test/META-INF/MANIFEST.MF (rev 0)
+++ trunk/seam/tests/org.jboss.tools.seam221GA.core.test/META-INF/MANIFEST.MF 2012-02-24 21:07:11 UTC (rev 39126)
@@ -0,0 +1,17 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %Bundle-Name.0
+Bundle-SymbolicName: org.jboss.tools.seam221GA.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-version="1.0.0"
+Bundle-Localization: plugin
+Bundle-RequiredExecutionEnvironment: J2SE-1.5
Property changes on: trunk/seam/tests/org.jboss.tools.seam221GA.core.test/META-INF/MANIFEST.MF
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: trunk/seam/tests/org.jboss.tools.seam221GA.core.test/about.html
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam221GA.core.test/about.html (rev 0)
+++ trunk/seam/tests/org.jboss.tools.seam221GA.core.test/about.html 2012-02-24 21:07:11 UTC (rev 39126)
@@ -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://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/seam/tests/org.jboss.tools.seam221GA.core.test/about.html
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: trunk/seam/tests/org.jboss.tools.seam221GA.core.test/build.properties
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam221GA.core.test/build.properties (rev 0)
+++ trunk/seam/tests/org.jboss.tools.seam221GA.core.test/build.properties 2012-02-24 21:07:11 UTC (rev 39126)
@@ -0,0 +1,9 @@
+bin.includes = META-INF/,\
+ about.html,\
+ plugin.properties,\
+ .
+src.includes = src/,\
+ about.html
+jars.compile.order = .
+source.. = src/
+output.. = bin/
Property changes on: trunk/seam/tests/org.jboss.tools.seam221GA.core.test/build.properties
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: trunk/seam/tests/org.jboss.tools.seam221GA.core.test/plugin.properties
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam221GA.core.test/plugin.properties (rev 0)
+++ trunk/seam/tests/org.jboss.tools.seam221GA.core.test/plugin.properties 2012-02-24 21:07:11 UTC (rev 39126)
@@ -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.2.1.GA Core Tests Plug-in
\ No newline at end of file
Property changes on: trunk/seam/tests/org.jboss.tools.seam221GA.core.test/plugin.properties
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: trunk/seam/tests/org.jboss.tools.seam221GA.core.test/pom.xml
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam221GA.core.test/pom.xml (rev 0)
+++ trunk/seam/tests/org.jboss.tools.seam221GA.core.test/pom.xml 2012-02-24 21:07:11 UTC (rev 39126)
@@ -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.seam221GA.core.test</artifactId>
+
+ <packaging>eclipse-test-plugin</packaging>
+
+ <properties>
+ <systemProperties>-Djbosstools.test.seam.2.0.1.GA.home=${requirement.build.root}/jboss-seam-2.2.1.Final</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/Seam20XFacetTestSuite221GA.class</include>
+ </includes>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+</project>
Property changes on: trunk/seam/tests/org.jboss.tools.seam221GA.core.test/pom.xml
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: trunk/seam/tests/org.jboss.tools.seam221GA.core.test/requirements.properties
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam221GA.core.test/requirements.properties (rev 0)
+++ trunk/seam/tests/org.jboss.tools.seam221GA.core.test/requirements.properties 2012-02-24 21:07:11 UTC (rev 39126)
@@ -0,0 +1 @@
+requirements=seam-2.2.1.Final
\ No newline at end of file
Property changes on: trunk/seam/tests/org.jboss.tools.seam221GA.core.test/requirements.properties
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: trunk/seam/tests/org.jboss.tools.seam221GA.core.test/src/org/jboss/tools/seam/core/test/project/facet/Seam20XFacetTestSuite221GA.java
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam221GA.core.test/src/org/jboss/tools/seam/core/test/project/facet/Seam20XFacetTestSuite221GA.java (rev 0)
+++ trunk/seam/tests/org.jboss.tools.seam221GA.core.test/src/org/jboss/tools/seam/core/test/project/facet/Seam20XFacetTestSuite221GA.java 2012-02-24 21:07:11 UTC (rev 39126)
@@ -0,0 +1,27 @@
+/*******************************************************************************
+ * Copyright (c) 2007 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 eskimo
+ *
+ */
+public class Seam20XFacetTestSuite221GA extends Seam20XFacetTestSuite201GA {
+
+ public static Test suite() {
+ TestSuite suite = new TestSuite("Seam 2.2.1.GA tests");
+ suite.addTest(new Seam2FacetInstallDelegateTestSetup(new TestSuite(Seam221GAFacetInstallDelegateTest.class)));
+ return suite;
+ }
+}
\ No newline at end of file
Property changes on: trunk/seam/tests/org.jboss.tools.seam221GA.core.test/src/org/jboss/tools/seam/core/test/project/facet/Seam20XFacetTestSuite221GA.java
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: trunk/seam/tests/org.jboss.tools.seam221GA.core.test/src/org/jboss/tools/seam/core/test/project/facet/Seam221GAFacetInstallDelegateTest.java
===================================================================
--- trunk/seam/tests/org.jboss.tools.seam221GA.core.test/src/org/jboss/tools/seam/core/test/project/facet/Seam221GAFacetInstallDelegateTest.java (rev 0)
+++ trunk/seam/tests/org.jboss.tools.seam221GA.core.test/src/org/jboss/tools/seam/core/test/project/facet/Seam221GAFacetInstallDelegateTest.java 2012-02-24 21:07:11 UTC (rev 39126)
@@ -0,0 +1,38 @@
+/*******************************************************************************
+ * Copyright (c) 2010 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 Seam221GAFacetInstallDelegateTest extends Seam220CR1FacetInstallDelegateTest {
+
+ public Seam221GAFacetInstallDelegateTest(String name) {
+ super(name);
+ }
+
+ @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.seam221GA.core.test/src/org/jboss/tools/seam/core/test/project/facet/Seam221GAFacetInstallDelegateTest.java
___________________________________________________________________
Added: svn:mime-type
+ text/plain
12 years, 11 months
JBoss Tools SVN: r39125 - in trunk/seam/tests/org.jboss.tools.seam221GA.core.test: src and 7 other directories.
by jbosstools-commits@lists.jboss.org
Author: akazakov
Date: 2012-02-24 16:06:02 -0500 (Fri, 24 Feb 2012)
New Revision: 39125
Added:
trunk/seam/tests/org.jboss.tools.seam221GA.core.test/META-INF/
trunk/seam/tests/org.jboss.tools.seam221GA.core.test/src/
trunk/seam/tests/org.jboss.tools.seam221GA.core.test/src/org/
trunk/seam/tests/org.jboss.tools.seam221GA.core.test/src/org/jboss/
trunk/seam/tests/org.jboss.tools.seam221GA.core.test/src/org/jboss/tools/
trunk/seam/tests/org.jboss.tools.seam221GA.core.test/src/org/jboss/tools/seam/
trunk/seam/tests/org.jboss.tools.seam221GA.core.test/src/org/jboss/tools/seam/core/
trunk/seam/tests/org.jboss.tools.seam221GA.core.test/src/org/jboss/tools/seam/core/test/
trunk/seam/tests/org.jboss.tools.seam221GA.core.test/src/org/jboss/tools/seam/core/test/project/
trunk/seam/tests/org.jboss.tools.seam221GA.core.test/src/org/jboss/tools/seam/core/test/project/facet/
Log:
https://issues.jboss.org/browse/JBIDE-10950 use seam 2.2.1.Final instead of 2.2.1.CR1 and 2.2.1.CR2 in requirements?
12 years, 11 months
JBoss Tools SVN: r39123 - trunk/requirements/seam-2.2.1.Final.
by jbosstools-commits@lists.jboss.org
Author: akazakov
Date: 2012-02-24 15:58:03 -0500 (Fri, 24 Feb 2012)
New Revision: 39123
Modified:
trunk/requirements/seam-2.2.1.Final/build.properties
Log:
https://issues.jboss.org/browse/JBIDE-10950 use seam 2.2.1.Final instead of 2.2.1.CR1 and 2.2.1.CR2 in requirements?
Modified: trunk/requirements/seam-2.2.1.Final/build.properties
===================================================================
--- trunk/requirements/seam-2.2.1.Final/build.properties 2012-02-24 17:50:08 UTC (rev 39122)
+++ trunk/requirements/seam-2.2.1.Final/build.properties 2012-02-24 20:58:03 UTC (rev 39123)
@@ -3,5 +3,5 @@
seam-2.2.1.GA.build.uri=${seam.build.uri}
build.uri=${seam-2.2.1.GA.build.uri}
build.archive=jboss-seam-2.2.1.Final.zip
-build.archive.root=jboss-seam-2.2.1.GA
+build.archive.root=jboss-seam-2.2.1.Final
md5=b490d794e805aef78cb9fee510073850
12 years, 11 months
JBoss Tools SVN: r39122 - trunk/maven/features/org.jboss.tools.maven.profiles.feature.
by jbosstools-commits@lists.jboss.org
Author: mickael_istria
Date: 2012-02-24 12:50:08 -0500 (Fri, 24 Feb 2012)
New Revision: 39122
Modified:
trunk/maven/features/org.jboss.tools.maven.profiles.feature/build.properties
Log:
JBIDE-10825
Fix a build.properties to conform with Tycho 0.14 reqs
Modified: trunk/maven/features/org.jboss.tools.maven.profiles.feature/build.properties
===================================================================
--- trunk/maven/features/org.jboss.tools.maven.profiles.feature/build.properties 2012-02-24 16:11:45 UTC (rev 39121)
+++ trunk/maven/features/org.jboss.tools.maven.profiles.feature/build.properties 2012-02-24 17:50:08 UTC (rev 39122)
@@ -1,4 +1,2 @@
bin.includes = feature*.*,\
- license.html,\
- p2.inf
-
\ No newline at end of file
+ license.html
12 years, 11 months
JBoss Tools SVN: r39121 - branches/jbosstools-3.3.0.Beta1/central/plugins/org.jboss.tools.central.discovery.
by jbosstools-commits@lists.jboss.org
Author: fbricon
Date: 2012-02-24 11:11:45 -0500 (Fri, 24 Feb 2012)
New Revision: 39121
Modified:
branches/jbosstools-3.3.0.Beta1/central/plugins/org.jboss.tools.central.discovery/plugin.xml
Log:
JBIDE-10750 and JBIDE-10604 add JPA and Profiles Mgmt maven features
Modified: branches/jbosstools-3.3.0.Beta1/central/plugins/org.jboss.tools.central.discovery/plugin.xml
===================================================================
--- branches/jbosstools-3.3.0.Beta1/central/plugins/org.jboss.tools.central.discovery/plugin.xml 2012-02-24 15:58:43 UTC (rev 39120)
+++ branches/jbosstools-3.3.0.Beta1/central/plugins/org.jboss.tools.central.discovery/plugin.xml 2012-02-24 16:11:45 UTC (rev 39121)
@@ -133,6 +133,40 @@
url="http://www.jboss.org/tools">
</overview>
</connectorDescriptor>
+ <connectorDescriptor
+ categoryId="org.jboss.tools.central.discovery.maven"
+ groupId="org.jboss.tools.central.discovery.maven.configurators"
+ description="JBoss Maven JPA Configurator"
+ id="org.jboss.tools.maven.jpa.feature"
+ kind="task"
+ license="Free, EPL"
+ name="JBoss Maven JPA Configurator"
+ provider="JBoss by Red Hat"
+ siteUrl="http://download.jboss.org/jbosstools/updates/development/indigo">
+ <icon
+ image32="images/jbosstools_icon32.png">
+ </icon>
+ <overview
+ url="http://www.jboss.org/tools">
+ </overview>
+ </connectorDescriptor>
+ <connectorDescriptor
+ categoryId="org.jboss.tools.central.discovery.maven"
+ groupId="org.jboss.tools.central.discovery.maven.configurators"
+ description="Maven Profile Management UI"
+ id="org.jboss.tools.maven.profiles.feature"
+ kind="task"
+ license="Free, EPL"
+ name="Maven Profile Management UI"
+ provider="JBoss by Red Hat"
+ siteUrl="http://download.jboss.org/jbosstools/updates/development/indigo">
+ <icon
+ image32="images/jbosstools_icon32.png">
+ </icon>
+ <overview
+ url="http://www.jboss.org/tools">
+ </overview>
+ </connectorDescriptor>
<connectorDescriptor
categoryId="org.jboss.tools.central.discovery.maven"
12 years, 11 months