[jbosstools-commits] JBoss Tools SVN: r30859 - in trunk/cdi/tests/org.jboss.tools.cdi.seam.text.ext.test: META-INF and 1 other directory.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Tue Apr 26 19:33:33 EDT 2011


Author: dazarov
Date: 2011-04-26 19:33:33 -0400 (Tue, 26 Apr 2011)
New Revision: 30859

Added:
   trunk/cdi/tests/org.jboss.tools.cdi.seam.text.ext.test/plugin.properties
Modified:
   trunk/cdi/tests/org.jboss.tools.cdi.seam.text.ext.test/.project
   trunk/cdi/tests/org.jboss.tools.cdi.seam.text.ext.test/META-INF/MANIFEST.MF
   trunk/cdi/tests/org.jboss.tools.cdi.seam.text.ext.test/build.properties
   trunk/cdi/tests/org.jboss.tools.cdi.seam.text.ext.test/pom.xml
Log:
https://issues.jboss.org/browse/JBIDE-8787

Modified: trunk/cdi/tests/org.jboss.tools.cdi.seam.text.ext.test/.project
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.seam.text.ext.test/.project	2011-04-26 23:12:40 UTC (rev 30858)
+++ trunk/cdi/tests/org.jboss.tools.cdi.seam.text.ext.test/.project	2011-04-26 23:33:33 UTC (rev 30859)
@@ -20,9 +20,15 @@
 			<arguments>
 			</arguments>
 		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.pde.api.tools.apiAnalysisBuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
 	</buildSpec>
 	<natures>
 		<nature>org.eclipse.jdt.core.javanature</nature>
 		<nature>org.eclipse.pde.PluginNature</nature>
+		<nature>org.eclipse.pde.api.tools.apiAnalysisNature</nature>
 	</natures>
 </projectDescription>

Modified: trunk/cdi/tests/org.jboss.tools.cdi.seam.text.ext.test/META-INF/MANIFEST.MF
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.seam.text.ext.test/META-INF/MANIFEST.MF	2011-04-26 23:12:40 UTC (rev 30858)
+++ trunk/cdi/tests/org.jboss.tools.cdi.seam.text.ext.test/META-INF/MANIFEST.MF	2011-04-26 23:33:33 UTC (rev 30859)
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %Bundle-Name.0
 Bundle-SymbolicName: org.jboss.tools.cdi.seam.text.ext.test
-Bundle-Version: 1.0.0.qualifier
+Bundle-Version: 1.2.0.qualifier
 Require-Bundle: org.junit,
  org.eclipse.core.resources,
  org.eclipse.jface.text,

Modified: trunk/cdi/tests/org.jboss.tools.cdi.seam.text.ext.test/build.properties
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.seam.text.ext.test/build.properties	2011-04-26 23:12:40 UTC (rev 30858)
+++ trunk/cdi/tests/org.jboss.tools.cdi.seam.text.ext.test/build.properties	2011-04-26 23:33:33 UTC (rev 30859)
@@ -1,3 +1,9 @@
-source.. = src/
+output.. = bin/
 bin.includes = META-INF/,\
+               plugin.properties,\
                .
+src.includes = src/,\
+               META-INF/,\
+               build.properties
+jars.compile.order = .
+source.. = src/

Added: trunk/cdi/tests/org.jboss.tools.cdi.seam.text.ext.test/plugin.properties
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.seam.text.ext.test/plugin.properties	                        (rev 0)
+++ trunk/cdi/tests/org.jboss.tools.cdi.seam.text.ext.test/plugin.properties	2011-04-26 23:33:33 UTC (rev 30859)
@@ -0,0 +1,3 @@
+#Properties file for org.jboss.tools.jsf.text.ext.test
+Bundle-Vendor.0 = JBoss by Red Hat
+Bundle-Name.0 = CDI Seam Text Extensions Tests Plug-in
\ No newline at end of file


Property changes on: trunk/cdi/tests/org.jboss.tools.cdi.seam.text.ext.test/plugin.properties
___________________________________________________________________
Added: svn:mime-type
   + text/plain

Modified: trunk/cdi/tests/org.jboss.tools.cdi.seam.text.ext.test/pom.xml
===================================================================
--- trunk/cdi/tests/org.jboss.tools.cdi.seam.text.ext.test/pom.xml	2011-04-26 23:12:40 UTC (rev 30858)
+++ trunk/cdi/tests/org.jboss.tools.cdi.seam.text.ext.test/pom.xml	2011-04-26 23:33:33 UTC (rev 30859)
@@ -8,9 +8,14 @@
 	</parent>
 	<groupId>org.jboss.tools.cdi.tests</groupId>
 	<artifactId>org.jboss.tools.cdi.seam.text.ext.test</artifactId> 
-	<version>1.0.0-SNAPSHOT</version>
+	<version>1.2.0-SNAPSHOT</version>
 	<packaging>eclipse-test-plugin</packaging>
 
+	<properties>
+		<emma.filter>org.jboss.tools.cdi*</emma.filter>
+		<emma.instrument.bundles>org.jboss.tools.cdi.core,org.jboss.tools.cdi.seam.text.ext</emma.instrument.bundles>
+	</properties>
+
 	<build>
 		<plugins>
 			<plugin>
@@ -22,15 +27,6 @@
 					</explodedBundles>
 				</configuration>
 			</plugin>
-			<plugin>
-				<groupId>org.sonatype.tycho</groupId>
-				<artifactId>maven-osgi-test-plugin</artifactId>
-				<configuration>
-					<explodedBundles>
-						<bundle>org.jboss.tools.cdi.seam.text.ext.test</bundle>
-					</explodedBundles>
-				</configuration>
-			</plugin>
 		</plugins>
-	</build>
+	</build>	
 </project>
\ No newline at end of file



More information about the jbosstools-commits mailing list