[jbosstools-commits] JBoss Tools SVN: r24109 - in trunk/common: features/org.jboss.tools.common.all.feature and 2 other directories.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Thu Aug 12 12:19:19 EDT 2010


Author: nickboldt
Date: 2010-08-12 12:19:18 -0400 (Thu, 12 Aug 2010)
New Revision: 24109

Added:
   trunk/common/features/org.jboss.tools.ui.bot.feature/
   trunk/common/features/org.jboss.tools.ui.bot.feature/.project
   trunk/common/features/org.jboss.tools.ui.bot.feature/build.properties
   trunk/common/features/org.jboss.tools.ui.bot.feature/feature.properties
   trunk/common/features/org.jboss.tools.ui.bot.feature/feature.xml
   trunk/common/features/org.jboss.tools.ui.bot.feature/pom.xml
   trunk/common/plugins/org.jboss.tools.ui.bot.ext.test/
   trunk/common/plugins/org.jboss.tools.ui.bot.ext/
Modified:
   trunk/common/features/org.jboss.tools.common.all.feature/feature.xml
   trunk/common/features/pom.xml
   trunk/common/plugins/pom.xml
Log:
JBIDE-6300 move from tests/ into common/ to resolve cyclic dependency

Modified: trunk/common/features/org.jboss.tools.common.all.feature/feature.xml
===================================================================
--- trunk/common/features/org.jboss.tools.common.all.feature/feature.xml	2010-08-12 15:47:05 UTC (rev 24108)
+++ trunk/common/features/org.jboss.tools.common.all.feature/feature.xml	2010-08-12 16:19:18 UTC (rev 24109)
@@ -44,6 +44,10 @@
          id="org.jboss.tools.common.verification.feature"
          version="0.0.0"/>
 
+  <includes
+  	id="org.jboss.tools.ui.bot.feature" 
+  	version="0.0.0"/>
+
    <plugin
          id="org.jboss.tools.common.el.core"
          download-size="0"

Added: trunk/common/features/org.jboss.tools.ui.bot.feature/.project
===================================================================
--- trunk/common/features/org.jboss.tools.ui.bot.feature/.project	                        (rev 0)
+++ trunk/common/features/org.jboss.tools.ui.bot.feature/.project	2010-08-12 16:19:18 UTC (rev 24109)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>org.jboss.tools.ui.bot.feature</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.pde.FeatureBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.pde.FeatureNature</nature>
+	</natures>
+</projectDescription>

Added: trunk/common/features/org.jboss.tools.ui.bot.feature/build.properties
===================================================================
--- trunk/common/features/org.jboss.tools.ui.bot.feature/build.properties	                        (rev 0)
+++ trunk/common/features/org.jboss.tools.ui.bot.feature/build.properties	2010-08-12 16:19:18 UTC (rev 24109)
@@ -0,0 +1,2 @@
+bin.includes = feature.xml,\
+               feature.properties

Added: trunk/common/features/org.jboss.tools.ui.bot.feature/feature.properties
===================================================================
--- trunk/common/features/org.jboss.tools.ui.bot.feature/feature.properties	                        (rev 0)
+++ trunk/common/features/org.jboss.tools.ui.bot.feature/feature.properties	2010-08-12 16:19:18 UTC (rev 24109)
@@ -0,0 +1,37 @@
+###############################################################################
+# Copyright (c) 2010 JBoss by Red Hat and others.
+# All rights reserved. This program and the accompanying materials 
+# are 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:
+#     JBoss by Red Hat - Initial implementation.
+##############################################################################
+# feature.properties
+# contains externalized strings for feature.xml
+# "%foo" in feature.xml corresponds to the key "foo" in this file
+# java.io.Properties file (ISO 8859-1 with "\" escapes)
+# This file should be translated.
+
+# "featureName" property - name of the feature
+featureName=JBoss Tools SWTBot Extensions
+
+# "providerName" property - name of the company that provides the feature
+providerName=JBoss by Red Hat
+
+# "updateSiteName" property - label for the update site
+updateSiteName=JBossTools Update Site
+
+devUpdateSiteName=JBossTools Development Update Site
+
+# "description" property - description of the feature
+description=JBoss Tools SWTBot Extensions
+
+copyright=Copyright (c) 2007 Exadel, Inc and Red Hat, Inc.\n\
+Distributed under license by Red Hat, Inc. All rights reserved.\n\
+This program is made available under the terms of the\n\
+Eclipse Public License v1.0 which accompanies this distribution,\n\
+and is available at http\://www.eclipse.org/legal/epl-v10.html\n\
+Contributors\:\n\
+Exadel, Inc. and Red Hat, Inc. - initial API and implementation

Added: trunk/common/features/org.jboss.tools.ui.bot.feature/feature.xml
===================================================================
--- trunk/common/features/org.jboss.tools.ui.bot.feature/feature.xml	                        (rev 0)
+++ trunk/common/features/org.jboss.tools.ui.bot.feature/feature.xml	2010-08-12 16:19:18 UTC (rev 24109)
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+      id="org.jboss.tools.ui.bot.feature"
+      label="%featureName"
+      version="3.2.0.qualifier"
+      provider-name="%providerName">
+
+   <description url="http://www.jboss.org/tools">
+      %description
+   </description>
+
+   <copyright>
+      %copyright
+   </copyright>
+
+   <license>Red Hat, Inc. licenses these features and plugins to you under
+certain open source licenses (or aggregations of such licenses), which
+in a particular case may include the Eclipse Public License, the GNU
+Lesser General Public License, and/or certain other open source
+licenses. For precise licensing details, consult the corresponding
+source code, or contact Red Hat Legal Affairs, 1801 Varsity Drive,
+Raleigh NC 27606 USA.
+</license>
+
+
+   <!-- <url>
+      <update label="%updateSiteName" url="http://download.jboss.org/jbosstools/updates/stable/galileo/"/>
+   </url> -->
+
+   <includes
+         id="org.jboss.tools.ui.bot.ext"
+         version="0.0.0"/>
+
+   <includes
+         id="org.jboss.tools.ui.bot.ext.test"
+         version="0.0.0"/>
+
+</feature>

Added: trunk/common/features/org.jboss.tools.ui.bot.feature/pom.xml
===================================================================
--- trunk/common/features/org.jboss.tools.ui.bot.feature/pom.xml	                        (rev 0)
+++ trunk/common/features/org.jboss.tools.ui.bot.feature/pom.xml	2010-08-12 16:19:18 UTC (rev 24109)
@@ -0,0 +1,13 @@
+<project
+xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+	<modelVersion>4.0.0</modelVersion> 
+	<parent>
+	  <groupId>org.jboss.tools</groupId>
+	  <artifactId>org.jboss.tools.parent.pom</artifactId>
+	  <version>0.0.1-SNAPSHOT</version>
+	</parent>
+	<groupId>org.jboss.tools.ui.bot.features</groupId>
+	<artifactId>org.jboss.tools.ui.bot.feature</artifactId> 
+	<version>3.2.0-SNAPSHOT</version>
+	<packaging>eclipse-feature</packaging>
+</project>

Modified: trunk/common/features/pom.xml
===================================================================
--- trunk/common/features/pom.xml	2010-08-12 15:47:05 UTC (rev 24108)
+++ trunk/common/features/pom.xml	2010-08-12 16:19:18 UTC (rev 24109)
@@ -14,6 +14,7 @@
 		<module>org.jboss.tools.common.text.ext.feature</module>
 		<module>org.jboss.tools.common.ui.feature</module>
 		<module>org.jboss.tools.common.verification.feature</module>
+		<module>org.jboss.tools.ui.bot.feature</module>
 	</modules>
 </project>
 	

Copied: trunk/common/plugins/org.jboss.tools.ui.bot.ext (from rev 24043, trunk/tests/plugins/org.jboss.tools.ui.bot.ext)

Copied: trunk/common/plugins/org.jboss.tools.ui.bot.ext.test (from rev 24043, trunk/tests/plugins/org.jboss.tools.ui.bot.ext.test)

Modified: trunk/common/plugins/pom.xml
===================================================================
--- trunk/common/plugins/pom.xml	2010-08-12 15:47:05 UTC (rev 24108)
+++ trunk/common/plugins/pom.xml	2010-08-12 16:19:18 UTC (rev 24109)
@@ -23,6 +23,8 @@
 		<module>org.jboss.tools.common.ui</module>
 		<module>org.jboss.tools.common.verification</module>
 		<module>org.jboss.tools.common.verification.ui</module>
+		<module>org.jboss.tools.ui.bot.ext</module>
+		<module>org.jboss.tools.ui.bot.ext.test</module>
 	</modules>
 </project>
 	



More information about the jbosstools-commits mailing list