[jbosstools-commits] JBoss Tools SVN: r41907 - in trunk/common: tests/org.jboss.tools.common.mylyn.test and 1 other directory.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Tue Jun 12 19:14:45 EDT 2012


Author: dgolovin
Date: 2012-06-12 19:14:45 -0400 (Tue, 12 Jun 2012)
New Revision: 41907

Modified:
   trunk/common/plugins/org.jboss.tools.common.mylyn/pom.xml
   trunk/common/tests/org.jboss.tools.common.mylyn.test/pom.xml
Log:
the same config in pom.xml required for mylyn.test plugin
optional dependencies resolution is set to ignore

Modified: trunk/common/plugins/org.jboss.tools.common.mylyn/pom.xml
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.mylyn/pom.xml	2012-06-12 23:10:41 UTC (rev 41906)
+++ trunk/common/plugins/org.jboss.tools.common.mylyn/pom.xml	2012-06-12 23:14:45 UTC (rev 41907)
@@ -11,6 +11,7 @@
 	<artifactId>org.jboss.tools.common.mylyn</artifactId>
 
 	<packaging>eclipse-plugin</packaging>
+
 	<build>
 		<plugins>
 			<plugin>

Modified: trunk/common/tests/org.jboss.tools.common.mylyn.test/pom.xml
===================================================================
--- trunk/common/tests/org.jboss.tools.common.mylyn.test/pom.xml	2012-06-12 23:10:41 UTC (rev 41906)
+++ trunk/common/tests/org.jboss.tools.common.mylyn.test/pom.xml	2012-06-12 23:14:45 UTC (rev 41907)
@@ -13,4 +13,19 @@
 	<properties>
 		<emma.instrument.bundles>org.jboss.tools.common.mylyn</emma.instrument.bundles>
 	</properties>
+	
+	<build>
+		<plugins>
+			<plugin>
+				<groupId>org.eclipse.tycho</groupId>
+				<artifactId>target-platform-configuration</artifactId>
+				<version>${tychoVersion}</version>
+				<configuration>
+					<dependency-resolution>
+						<optionalDependencies>ignore</optionalDependencies>
+					</dependency-resolution>
+				</configuration>
+			</plugin>
+		</plugins>
+	</build>
 </project>



More information about the jbosstools-commits mailing list