[jbosstools-commits] JBoss Tools SVN: r17525 - trunk/seam/features/org.jboss.tools.seam.test.feature.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Thu Sep 10 20:46:47 EDT 2009


Author: dgolovin
Date: 2009-09-10 20:46:47 -0400 (Thu, 10 Sep 2009)
New Revision: 17525

Added:
   trunk/seam/features/org.jboss.tools.seam.test.feature/.classpath
   trunk/seam/features/org.jboss.tools.seam.test.feature/feature.xml
Removed:
   trunk/seam/features/org.jboss.tools.seam.test.feature/.classpath
   trunk/seam/features/org.jboss.tools.seam.test.feature/.settings/
   trunk/seam/features/org.jboss.tools.seam.test.feature/META-INF/
   trunk/seam/features/org.jboss.tools.seam.test.feature/src/
Modified:
   trunk/seam/features/org.jboss.tools.seam.test.feature/.project
   trunk/seam/features/org.jboss.tools.seam.test.feature/build.properties
Log:
https://jira.jboss.org/jira/browse/JBIDE-3892 - Increase JUnit test's coverage up to 60%
seam feature structure fixed

Deleted: trunk/seam/features/org.jboss.tools.seam.test.feature/.classpath
===================================================================
--- trunk/seam/features/org.jboss.tools.seam.test.feature/.classpath	2009-09-11 00:27:56 UTC (rev 17524)
+++ trunk/seam/features/org.jboss.tools.seam.test.feature/.classpath	2009-09-11 00:46:47 UTC (rev 17525)
@@ -1,7 +0,0 @@
-<?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>

Added: trunk/seam/features/org.jboss.tools.seam.test.feature/.classpath
===================================================================
--- trunk/seam/features/org.jboss.tools.seam.test.feature/.classpath	                        (rev 0)
+++ trunk/seam/features/org.jboss.tools.seam.test.feature/.classpath	2009-09-11 00:46:47 UTC (rev 17525)
@@ -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/features/org.jboss.tools.seam.test.feature/.classpath
___________________________________________________________________
Name: svn:mime-type
   + text/plain

Modified: trunk/seam/features/org.jboss.tools.seam.test.feature/.project
===================================================================
--- trunk/seam/features/org.jboss.tools.seam.test.feature/.project	2009-09-11 00:27:56 UTC (rev 17524)
+++ trunk/seam/features/org.jboss.tools.seam.test.feature/.project	2009-09-11 00:46:47 UTC (rev 17525)
@@ -6,23 +6,12 @@
 	</projects>
 	<buildSpec>
 		<buildCommand>
-			<name>org.eclipse.jdt.core.javabuilder</name>
+			<name>org.eclipse.pde.FeatureBuilder</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>
+		<nature>org.eclipse.pde.FeatureNature</nature>
 	</natures>
 </projectDescription>

Modified: trunk/seam/features/org.jboss.tools.seam.test.feature/build.properties
===================================================================
--- trunk/seam/features/org.jboss.tools.seam.test.feature/build.properties	2009-09-11 00:27:56 UTC (rev 17524)
+++ trunk/seam/features/org.jboss.tools.seam.test.feature/build.properties	2009-09-11 00:46:47 UTC (rev 17525)
@@ -1,4 +1 @@
-source.. = src/
-output.. = bin/
-bin.includes = META-INF/,\
-               .
+bin.includes = feature.xml

Added: trunk/seam/features/org.jboss.tools.seam.test.feature/feature.xml
===================================================================
--- trunk/seam/features/org.jboss.tools.seam.test.feature/feature.xml	                        (rev 0)
+++ trunk/seam/features/org.jboss.tools.seam.test.feature/feature.xml	2009-09-11 00:46:47 UTC (rev 17525)
@@ -0,0 +1,66 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+      id="org.jboss.tools.seam.test.feature"
+      label="Seam Tests Feature"
+      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.seam.core.test"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"/>
+
+   <plugin
+         id="org.jboss.tools.seam.pages.xml.test"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"/>
+
+   <plugin
+         id="org.jboss.tools.seam.text.ext.test"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="org.jboss.tools.seam.ui.pages.test"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="org.jboss.tools.seam.ui.test"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"/>
+
+   <plugin
+         id="org.jboss.tools.seam.xml.test"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="org.jboss.tools.seam.xml.ui.test"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+</feature>


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



More information about the jbosstools-commits mailing list