[jbosstools-commits] JBoss Tools SVN: r35458 - in trunk/central: plugins and 2 other directories.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Fri Oct 7 01:03:48 EDT 2011


Author: nickboldt
Date: 2011-10-07 01:03:48 -0400 (Fri, 07 Oct 2011)
New Revision: 35458

Added:
   trunk/central/plugins/org.jboss.tools.central.discovery/pom.xml
Modified:
   trunk/central/features/org.jboss.tools.central.feature/feature.xml
   trunk/central/plugins/org.jboss.tools.central.discovery/META-INF/MANIFEST.MF
   trunk/central/plugins/pom.xml
Log:
add discovery plugin to feature

Modified: trunk/central/features/org.jboss.tools.central.feature/feature.xml
===================================================================
--- trunk/central/features/org.jboss.tools.central.feature/feature.xml	2011-10-07 04:40:09 UTC (rev 35457)
+++ trunk/central/features/org.jboss.tools.central.feature/feature.xml	2011-10-07 05:03:48 UTC (rev 35458)
@@ -18,11 +18,7 @@
       %license
    </license>
 
-   <plugin
-         id="org.jboss.tools.central"
-         download-size="0"
-         install-size="0"
-         version="0.0.0"
-         unpack="false"/>
+   <plugin id="org.jboss.tools.central" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
+   <plugin id="org.jboss.tools.central.discovery" download-size="0" install-size="0" version="0.0.0" unpack="false"/>
 
 </feature>

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-07 04:40:09 UTC (rev 35457)
+++ trunk/central/plugins/org.jboss.tools.central.discovery/META-INF/MANIFEST.MF	2011-10-07 05:03:48 UTC (rev 35458)
@@ -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

Added: trunk/central/plugins/org.jboss.tools.central.discovery/pom.xml
===================================================================
--- trunk/central/plugins/org.jboss.tools.central.discovery/pom.xml	                        (rev 0)
+++ trunk/central/plugins/org.jboss.tools.central.discovery/pom.xml	2011-10-07 05:03:48 UTC (rev 35458)
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+	<modelVersion>4.0.0</modelVersion> 
+	<parent>
+		<groupId>org.jboss.tools.central</groupId>
+		<artifactId>plugins</artifactId>
+		<version>1.0.0-SNAPSHOT</version>
+	</parent>
+	<groupId>org.jboss.tools.central.plugins</groupId>
+	<artifactId>org.jboss.tools.central.discovery</artifactId> 
+	
+	<packaging>eclipse-plugin</packaging>
+</project>

Modified: trunk/central/plugins/pom.xml
===================================================================
--- trunk/central/plugins/pom.xml	2011-10-07 04:40:09 UTC (rev 35457)
+++ trunk/central/plugins/pom.xml	2011-10-07 05:03:48 UTC (rev 35458)
@@ -14,6 +14,7 @@
 	<packaging>pom</packaging>
 	<modules>
 		<module>org.jboss.tools.central</module>
+		<module>org.jboss.tools.central.discovery</module>
 	</modules>
 </project>
 	



More information about the jbosstools-commits mailing list