[jbosstools-commits] JBoss Tools SVN: r22492 - in trunk/common/plugins: org.jboss.tools.common.model.ui.capabilities and 1 other directories.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Wed Jun 2 13:52:31 EDT 2010


Author: dgolovin
Date: 2010-06-02 13:52:31 -0400 (Wed, 02 Jun 2010)
New Revision: 22492

Added:
   trunk/common/plugins/org.jboss.tools.common.model.ui.capabilities/about.html
   trunk/common/plugins/org.jboss.tools.common.model.ui.capabilities/plugin.properties
Modified:
   trunk/common/plugins/org.jboss.tools.common.model.ui.capabilities/META-INF/MANIFEST.MF
   trunk/common/plugins/org.jboss.tools.common.model.ui/plugin.properties
Log:
https://jira.jboss.org/browse/JBDS-1202 problems running tests
jsf component tests error fix:
- capabilities plug-in branding adjustment


Modified: trunk/common/plugins/org.jboss.tools.common.model.ui/plugin.properties
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.model.ui/plugin.properties	2010-06-02 17:45:19 UTC (rev 22491)
+++ trunk/common/plugins/org.jboss.tools.common.model.ui/plugin.properties	2010-06-02 17:52:31 UTC (rev 22492)
@@ -36,9 +36,7 @@
 PreferencePage_Web=Web
 ContentType_JBossToolsXML=JBoss Tools XML
 org.jboss.tools.common.model.ui.views=JBoss Tools
-CategoryName_experimental=JBoss Tools Experimental configuration
-CategoryDescription_experimental=It allows create Custom Capabilities, Library sets and Project templates for JSF/Struts projects
-ActivityName_templates=JSF/Struts Project Templates Development
+
 ExtensionName_attributeAdapter=Attribute Adapter
 ExtensionName_attributeContentProposalProviders=Attribute Content Proposal Providers
 ExtensionName_attributeEditor=Attribute Editor

Modified: trunk/common/plugins/org.jboss.tools.common.model.ui.capabilities/META-INF/MANIFEST.MF
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.model.ui.capabilities/META-INF/MANIFEST.MF	2010-06-02 17:45:19 UTC (rev 22491)
+++ trunk/common/plugins/org.jboss.tools.common.model.ui.capabilities/META-INF/MANIFEST.MF	2010-06-02 17:52:31 UTC (rev 22492)
@@ -1,7 +1,9 @@
 Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
-Bundle-Name: Capabilities
+Bundle-Name: %pluginName
 Bundle-SymbolicName: org.jboss.tools.common.model.ui.capabilities;singleton:=true
 Bundle-Version: 3.1.0.qualifier
 Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-Localization: plugin
 Require-Bundle: org.eclipse.ui;bundle-version="3.5.2"
+Bundle-Vendor: %providerName

Added: trunk/common/plugins/org.jboss.tools.common.model.ui.capabilities/about.html
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.model.ui.capabilities/about.html	                        (rev 0)
+++ trunk/common/plugins/org.jboss.tools.common.model.ui.capabilities/about.html	2010-06-02 17:52:31 UTC (rev 22492)
@@ -0,0 +1,34 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
+<HTML>
+
+<head>
+<title>About</title>
+<meta http-equiv=Content-Type content="text/html; charset=ISO-8859-1">
+</head>
+
+<BODY lang="EN-US">
+
+<H3>About This Content</H3>
+
+<P>&copy;2007 Red Hat, Inc. All rights reserved</P>
+
+<H3>License</H3>
+
+<P>Red Hat Inc., through its JBoss division, makes available all content in this plug-in 
+("Content"). Unless otherwise indicated below, the Content is provided to you 
+under the terms and conditions of the Eclipse Public License Version 1.0 
+("EPL"). A copy of the EPL is available at
+<A href="http://www.eclipse.org/org/documents/epl-v10.php">http://www.eclipse.org/org/documents/epl-v10.php</A>. 
+For purposes of the EPL, "Program" will mean the Content.</P>
+
+<P>If you did not receive this Content directly from Red Hat Inc., the 
+Content is being redistributed by another party ("Redistributor") and different 
+terms and conditions may apply to your use of any object code in the Content. 
+Check the Redistributor's license that was provided with the Content. If no such 
+license exists, contact the Redistributor. Unless otherwise indicated below, the 
+terms and conditions of the EPL still apply to any source code in the Content 
+and such source code may be obtained at
+  <A href="http://www.jboss.org/tools">http://www.jboss.org/tools</A>.</P>
+
+</BODY>
+</HTML>
\ No newline at end of file


Property changes on: trunk/common/plugins/org.jboss.tools.common.model.ui.capabilities/about.html
___________________________________________________________________
Name: svn:mime-type
   + text/plain

Added: trunk/common/plugins/org.jboss.tools.common.model.ui.capabilities/plugin.properties
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.model.ui.capabilities/plugin.properties	                        (rev 0)
+++ trunk/common/plugins/org.jboss.tools.common.model.ui.capabilities/plugin.properties	2010-06-02 17:52:31 UTC (rev 22492)
@@ -0,0 +1,6 @@
+providerName=JBoss by Red Hat
+pluginName=JBoss Tools Experimental JSF/Struts Project Templates Development
+
+CategoryName_experimental=JBoss Tools Experimental configuration
+CategoryDescription_experimental=It allows create Custom Capabilities, Library sets and Project templates for JSF/Struts projects
+ActivityName_templates=JSF/Struts Project Templates Development


Property changes on: trunk/common/plugins/org.jboss.tools.common.model.ui.capabilities/plugin.properties
___________________________________________________________________
Name: svn:mime-type
   + text/plain



More information about the jbosstools-commits mailing list