[jbosstools-commits] JBoss Tools SVN: r17450 - trunk/smooks/features/org.jboss.smooks.test.feature/trunk.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Thu Sep 3 14:01:48 EDT 2009


Author: dgolovin
Date: 2009-09-03 14:01:48 -0400 (Thu, 03 Sep 2009)
New Revision: 17450

Added:
   trunk/smooks/features/org.jboss.smooks.test.feature/trunk/.project
   trunk/smooks/features/org.jboss.smooks.test.feature/trunk/build.properties
   trunk/smooks/features/org.jboss.smooks.test.feature/trunk/feature.xml
Log:
https://jira.jboss.org/jira/browse/JBIDE-4243 Include smooks test in build and test execution
fetaure for tests has been added

Added: trunk/smooks/features/org.jboss.smooks.test.feature/trunk/.project
===================================================================
--- trunk/smooks/features/org.jboss.smooks.test.feature/trunk/.project	                        (rev 0)
+++ trunk/smooks/features/org.jboss.smooks.test.feature/trunk/.project	2009-09-03 18:01:48 UTC (rev 17450)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>org.jboss.smooks.test.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>


Property changes on: trunk/smooks/features/org.jboss.smooks.test.feature/trunk/.project
___________________________________________________________________
Name: svn:mime-type
   + text/plain

Added: trunk/smooks/features/org.jboss.smooks.test.feature/trunk/build.properties
===================================================================
--- trunk/smooks/features/org.jboss.smooks.test.feature/trunk/build.properties	                        (rev 0)
+++ trunk/smooks/features/org.jboss.smooks.test.feature/trunk/build.properties	2009-09-03 18:01:48 UTC (rev 17450)
@@ -0,0 +1 @@
+bin.includes = feature.xml


Property changes on: trunk/smooks/features/org.jboss.smooks.test.feature/trunk/build.properties
___________________________________________________________________
Name: svn:mime-type
   + text/plain

Added: trunk/smooks/features/org.jboss.smooks.test.feature/trunk/feature.xml
===================================================================
--- trunk/smooks/features/org.jboss.smooks.test.feature/trunk/feature.xml	                        (rev 0)
+++ trunk/smooks/features/org.jboss.smooks.test.feature/trunk/feature.xml	2009-09-03 18:01:48 UTC (rev 17450)
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+      id="org.jboss.smooks.test.feature"
+      label="Smooks Tests"
+      version="1.0.0"
+      provider-name="JBoss by RedHat">
+
+   <description url="http://www.example.com/description">
+      [Enter Feature Description here.]
+   </description>
+
+   <copyright url="http://www.example.com/copyright">
+      [Enter Copyright Description here.]
+   </copyright>
+
+   <license url="http://www.example.com/license">
+      [Enter License Description here.]
+   </license>
+
+   <plugin
+         id="org.jboss.tools.smooks.core.test"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+</feature>


Property changes on: trunk/smooks/features/org.jboss.smooks.test.feature/trunk/feature.xml
___________________________________________________________________
Name: svn:mime-type
   + text/plain



More information about the jbosstools-commits mailing list