[jbosstools-commits] JBoss Tools SVN: r35743 - in trunk: central/plugins/org.jboss.tools.central.discovery/META-INF and 1 other directory.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Mon Oct 17 20:29:52 EDT 2011


Author: dgolovin
Date: 2011-10-17 20:29:52 -0400 (Mon, 17 Oct 2011)
New Revision: 35743

Modified:
   trunk/build/pom.xml
   trunk/central/plugins/org.jboss.tools.central.discovery/META-INF/MANIFEST.MF
Log:
cenrtal-bootstrap profile fixed to fix build
vesion of o.j.t.central.discovery adjusted with parent pom to 1.0.0.qualifier to fix build warnings 

Modified: trunk/build/pom.xml
===================================================================
--- trunk/build/pom.xml	2011-10-18 00:18:54 UTC (rev 35742)
+++ trunk/build/pom.xml	2011-10-18 00:29:52 UTC (rev 35743)
@@ -649,6 +649,9 @@
 				<module>../seam</module>
 				<module>../portlet</module>
 				<module>../examples</module>
+				<module>../esb</module>
+				<module>../jbpm</module>
+				<module>../flow</module>
 				<module>../central</module>
 			</modules>
 		</profile>

Modified: trunk/central/plugins/org.jboss.tools.central.discovery/META-INF/MANIFEST.MF
===================================================================
--- trunk/central/plugins/org.jboss.tools.central.discovery/META-INF/MANIFEST.MF	2011-10-18 00:18:54 UTC (rev 35742)
+++ trunk/central/plugins/org.jboss.tools.central.discovery/META-INF/MANIFEST.MF	2011-10-18 00:29:52 UTC (rev 35743)
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %BundleVendor
 Bundle-SymbolicName: org.jboss.tools.central.discovery;singleton:=true
-Bundle-Version: 3.3.0
+Bundle-Version: 1.0.0.qualifier
 Require-Bundle: org.eclipse.core.runtime,
  org.eclipse.mylyn.discovery.core;bundle-version="3.6.0"
 Bundle-ActivationPolicy: lazy



More information about the jbosstools-commits mailing list