[jbosstools-commits] JBoss Tools SVN: r13019 - trunk/tptp/features/org.jboss.tools.tptp.feature.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Tue Jan 13 13:24:24 EST 2009


Author: snjeza
Date: 2009-01-13 13:24:24 -0500 (Tue, 13 Jan 2009)
New Revision: 13019

Modified:
   trunk/tptp/features/org.jboss.tools.tptp.feature/feature.xml
Log:
JBDS-3455 Missing BIRT and TPTP dependency causing Seam Tools not to start when dropins folder is used

Modified: trunk/tptp/features/org.jboss.tools.tptp.feature/feature.xml
===================================================================
--- trunk/tptp/features/org.jboss.tools.tptp.feature/feature.xml	2009-01-13 18:24:20 UTC (rev 13018)
+++ trunk/tptp/features/org.jboss.tools.tptp.feature/feature.xml	2009-01-13 18:24:24 UTC (rev 13019)
@@ -1,8 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <feature
-      id="org.jboss.tools.tptp"
+      id="org.jboss.tools.tptp.feature"
       label="TPTP Profile On JBoss Server"
-      version="1.0.0">
+      version="1.0.0"
+      plugin="org.jboss.tools.eclipse.as.tptp">
 
    <description>
       %description
@@ -30,7 +31,7 @@
    </requires>
 
    <plugin
-         id="org.jboss.tools.tptp"
+         id="org.jboss.tools.eclipse.as.tptp"
          download-size="0"
          install-size="0"
          version="0.0.0"




More information about the jbosstools-commits mailing list