[jbosstools-commits] JBoss Tools SVN: r13018 - in trunk/tptp/plugins/org.jboss.tools.eclipse.as.tptp: META-INF and 1 other directory.

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


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

Added:
   trunk/tptp/plugins/org.jboss.tools.eclipse.as.tptp/about.html
   trunk/tptp/plugins/org.jboss.tools.eclipse.as.tptp/about.ini
   trunk/tptp/plugins/org.jboss.tools.eclipse.as.tptp/about.mappings
   trunk/tptp/plugins/org.jboss.tools.eclipse.as.tptp/about.properties
   trunk/tptp/plugins/org.jboss.tools.eclipse.as.tptp/jboss_about.png
Modified:
   trunk/tptp/plugins/org.jboss.tools.eclipse.as.tptp/META-INF/MANIFEST.MF
   trunk/tptp/plugins/org.jboss.tools.eclipse.as.tptp/build.properties
   trunk/tptp/plugins/org.jboss.tools.eclipse.as.tptp/plugin.xml
Log:
JBDS-3455 Missing BIRT and TPTP dependency causing Seam Tools not to start when dropins folder is used

Modified: trunk/tptp/plugins/org.jboss.tools.eclipse.as.tptp/META-INF/MANIFEST.MF
===================================================================
--- trunk/tptp/plugins/org.jboss.tools.eclipse.as.tptp/META-INF/MANIFEST.MF	2009-01-13 18:00:51 UTC (rev 13017)
+++ trunk/tptp/plugins/org.jboss.tools.eclipse.as.tptp/META-INF/MANIFEST.MF	2009-01-13 18:24:20 UTC (rev 13018)
@@ -5,6 +5,13 @@
 Bundle-SymbolicName: org.jboss.tools.eclipse.as.tptp; singleton:=true
 Bundle-Version: 1.0.0
 Bundle-Localization: plugin
-Require-Bundle: org.eclipse.core.runtime
+Require-Bundle: org.eclipse.ui,
+ org.eclipse.core.runtime,
+ org.eclipse.debug.ui,
+ org.eclipse.hyades.trace.ui,
+ org.eclipse.tptp.platform.jvmti.client,
+ org.eclipse.tptp.platform.execution,
+ org.eclipse.tptp.platform.profile.server.core,
+ org.eclipse.tptp.platform.instrumentation.ui
 Bundle-ActivationPolicy: lazy
 Eclipse-LazyStart: true

Added: trunk/tptp/plugins/org.jboss.tools.eclipse.as.tptp/about.html
===================================================================
--- trunk/tptp/plugins/org.jboss.tools.eclipse.as.tptp/about.html	                        (rev 0)
+++ trunk/tptp/plugins/org.jboss.tools.eclipse.as.tptp/about.html	2009-01-13 18:24:20 UTC (rev 13018)
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
+<title>TPTP Profile On JBoss Server</title>
+<style type="text/css" media="screen">
+<!--
+  body {
+    font-family: Sans-serif, Arial, Helvetica;
+  }
+
+-->
+</style>
+</head>
+<body>
+<h1>TPTP Profile On JBoss Server</h1>
+
+<p>
+This plugin is part of the JBoss Tools developed by the <a href="http://www.jboss.com">JBoss Inc.</a>
+</p>
+
+<p>Information about this plugin is available at <a href="http://www.jboss.org/tools">JBoss Tools project page</a></p>
+
+<p>
+This software is distributed under the terms of the Eclipse Public License - v 1.0
+(see <a href="www.eclipse.org/legal/epl-v10.html">Eclipse Public License - Version 1.0</a>).
+</p>
+</body>
+</html>
\ No newline at end of file

Added: trunk/tptp/plugins/org.jboss.tools.eclipse.as.tptp/about.ini
===================================================================
--- trunk/tptp/plugins/org.jboss.tools.eclipse.as.tptp/about.ini	                        (rev 0)
+++ trunk/tptp/plugins/org.jboss.tools.eclipse.as.tptp/about.ini	2009-01-13 18:24:20 UTC (rev 13018)
@@ -0,0 +1,27 @@
+# about.ini
+# contains information about a feature
+# java.io.Properties file (ISO 8859-1 with "\" escapes)
+# "%key" are externalized strings defined in about.properties
+# This file does not need to be translated.
+# test
+# Property "aboutText" contains blurb for "About" dialog (translated)
+aboutText=%blurb
+
+# Property "windowImage" contains path to window icon (16x16)
+# needed for primary features only
+
+# Property "featureImage" contains path to feature image (32x32)
+featureImage=jboss_about.png
+
+# Property "aboutImage" contains path to product image (500x330 or 115x164)
+# needed for primary features only
+
+# Property "appName" contains name of the application (not translated)
+# needed for primary features only
+
+# Property "welcomePerspective" contains the id of the perspective in which the
+# welcome page is to be opened.
+# optional
+
+
+

Added: trunk/tptp/plugins/org.jboss.tools.eclipse.as.tptp/about.mappings
===================================================================
--- trunk/tptp/plugins/org.jboss.tools.eclipse.as.tptp/about.mappings	                        (rev 0)
+++ trunk/tptp/plugins/org.jboss.tools.eclipse.as.tptp/about.mappings	2009-01-13 18:24:20 UTC (rev 13018)
@@ -0,0 +1,5 @@
+# about.mappings
+# contains fill-ins for about.properties
+# java.io.Properties file (ISO 8859-1 with "\" escapes)
+# This file does not need to be translated.
+

Added: trunk/tptp/plugins/org.jboss.tools.eclipse.as.tptp/about.properties
===================================================================
--- trunk/tptp/plugins/org.jboss.tools.eclipse.as.tptp/about.properties	                        (rev 0)
+++ trunk/tptp/plugins/org.jboss.tools.eclipse.as.tptp/about.properties	2009-01-13 18:24:20 UTC (rev 13018)
@@ -0,0 +1,7 @@
+blurb=TPTP Profile On JBoss Server\n\
+\n\
+Version: {featureVersion}\n\
+\n\
+(c) Copyright JBoss Inc. contributors and others 2004 - 2008.  All rights reserved.\n\
+Visit http://jboss.org/tools
+

Modified: trunk/tptp/plugins/org.jboss.tools.eclipse.as.tptp/build.properties
===================================================================
--- trunk/tptp/plugins/org.jboss.tools.eclipse.as.tptp/build.properties	2009-01-13 18:00:51 UTC (rev 13017)
+++ trunk/tptp/plugins/org.jboss.tools.eclipse.as.tptp/build.properties	2009-01-13 18:24:20 UTC (rev 13018)
@@ -3,4 +3,9 @@
 bin.includes = META-INF/,\
                .,\
                plugin.xml,\
-               plugin.properties
+               plugin.properties,\
+               about.html,\
+               about.ini,\
+               about.mappings,\
+               about.properties,\
+               jboss_about.png

Added: trunk/tptp/plugins/org.jboss.tools.eclipse.as.tptp/jboss_about.png
===================================================================
(Binary files differ)


Property changes on: trunk/tptp/plugins/org.jboss.tools.eclipse.as.tptp/jboss_about.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: trunk/tptp/plugins/org.jboss.tools.eclipse.as.tptp/plugin.xml
===================================================================
--- trunk/tptp/plugins/org.jboss.tools.eclipse.as.tptp/plugin.xml	2009-01-13 18:00:51 UTC (rev 13017)
+++ trunk/tptp/plugins/org.jboss.tools.eclipse.as.tptp/plugin.xml	2009-01-13 18:24:20 UTC (rev 13018)
@@ -1,4 +1,41 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <?eclipse version="3.2"?>
 <plugin>
+<!-- Make the associations between the launch configurations and the data collectors -->
+	<extension
+		point="org.eclipse.hyades.trace.ui.launchConfigMechanismAssociator">
+		
+		<!-- JBoss Server -->
+		<association			
+			launchConfigID = "org.jboss.ide.eclipse.as.core.server.startupConfiguration">
+ 		  	
+			<mechanism mechanismID = "org.eclipse.tptp.trace.ui.jvmpiMechanism"> 
+			    <configuration
+					launchDelegate = "org.eclipse.tptp.trace.ui.internal.launcher.deleg.application.PIAttachLauncherDelegate"
+					configurationId = "org.eclipse.tptp.trace.ui.jvmpiConfiguration"
+					associatedAgent = "org.eclipse.tptp.trace.ui.jvmpiAgent"		
+					filter = "org.eclipse.tptp.platform.profile.server.core.internal.PICollectorFiltration">				
+				</configuration>			
+		  	</mechanism> 		
+		  	
+		  	<mechanism mechanismID = "org.eclipse.tptp.trace.jvmti.jvmtiMechanism"> 
+			    <configuration
+					launchDelegate = "org.eclipse.tptp.platform.jvmti.client.internal.launcher.TIAttachLauncherDelegate"
+					configurationId = "org.eclipse.tptp.trace.jvmti.tiConfiguration"
+					associatedAgent = "org.eclipse.tptp.platform.jvmti.TIAgent"
+					filter = "org.eclipse.tptp.platform.profile.server.core.internal.TICollectorFiltration">							
+				</configuration>			
+		  	</mechanism>   	
+		</association>
+		<association launchConfigID="org.jboss.ide.eclipse.as.core.server.startupConfiguration">
+ 			<mechanism mechanismID="org.eclipse.tptp.platform.instrumentation.ui.instrumentCollector">
+				<configuration
+                 associatedAgent="org.eclipse.tptp.platform.instrumentation.ui.instrumentAgent"
+                 configurationId="org.eclipse.tptp.platform.instrumentation.ui.instrumentCollectorConfiguration"
+                 filter="org.jboss.tools.tptp.PICollectorFiltration"
+                 launchDelegate="org.eclipse.tptp.platform.instrumentation.ui.internal.launcher.deleg.application.InstrumentLauncherDelegate"/>
+	  		</mechanism>  
+		</association>
+		
+	</extension>
 </plugin>




More information about the jbosstools-commits mailing list