Author: nickboldt
Date: 2009-06-19 13:54:16 -0400 (Fri, 19 Jun 2009)
New Revision: 16077
Modified:
trunk/documentation/jbds-docs/index/en/master.xml
trunk/documentation/jboss-tools-docs/index/en/master.xml
trunk/documentation/qa/docs/test-plan/en/Book_Info.xml
trunk/documentation/qa/docs/test-strategy/en/Book_Info.xml
trunk/esb/features/org.jboss.tools.esb.feature/feature.properties
trunk/esb/features/org.jboss.tools.esb.feature/feature_ja.properties
trunk/esb/plugins/org.jboss.tools.esb.core/plugin.properties
trunk/esb/plugins/org.jboss.tools.esb.core/plugin_ja.properties
trunk/esb/plugins/org.jboss.tools.esb.project.core/plugin.properties
trunk/esb/plugins/org.jboss.tools.esb.project.core/plugin_ja.properties
trunk/esb/plugins/org.jboss.tools.esb.project.ui/plugin.properties
trunk/esb/plugins/org.jboss.tools.esb.project.ui/plugin_ja.properties
trunk/esb/plugins/org.jboss.tools.esb.ui/about.properties
trunk/esb/plugins/org.jboss.tools.esb.ui/about_ja.properties
trunk/esb/plugins/org.jboss.tools.esb.ui/plugin.properties
trunk/esb/plugins/org.jboss.tools.esb.ui/plugin_ja.properties
trunk/esb/tests/org.jboss.tools.esb.core.test/plugin.properties
trunk/examples/features/org.jboss.tools.project.examples.feature/feature.properties
trunk/examples/plugins/org.jboss.tools.project.examples.cheatsheet/plugin.properties
trunk/examples/plugins/org.jboss.tools.project.examples/about.properties
trunk/examples/plugins/org.jboss.tools.project.examples/about_ja.properties
trunk/examples/plugins/org.jboss.tools.project.examples/plugin.properties
trunk/examples/plugins/org.jboss.tools.project.examples/plugin_ja.properties
trunk/examples/plugins/org.jboss.tools.project.examples/schema/projectExamplesXml.exsd
trunk/examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/Messages.java
trunk/examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/ProjectExamplesActivator.java
trunk/examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/actions/ProjectExamplesHandler.java
trunk/examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/dialog/MarkerContentProvider.java
trunk/examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/dialog/MarkerDialog.java
trunk/examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/dialog/MarkerLabelProvider.java
trunk/examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/model/Category.java
trunk/examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/model/Project.java
trunk/examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/model/ProjectModelElement.java
trunk/examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/model/ProjectUtil.java
trunk/examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/wizard/NewProjectExamplesWizard.java
trunk/examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/wizard/NewProjectExamplesWizardPage.java
trunk/examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/wizard/ProjectExamplesPatternFilter.java
trunk/flow/features/org.jboss.tools.flow.common.feature/feature.properties
Log:
https://jira.jboss.org/jira/browse/JBIDE-4488 switch to "JBoss by Red Hat" and
update (c) to 2009 as appropriate
Modified: trunk/documentation/jbds-docs/index/en/master.xml
===================================================================
--- trunk/documentation/jbds-docs/index/en/master.xml 2009-06-19 17:51:56 UTC (rev 16076)
+++ trunk/documentation/jbds-docs/index/en/master.xml 2009-06-19 17:54:16 UTC (rev 16077)
@@ -8,7 +8,7 @@
<copyright>
<year>2007</year>
<year>2009</year>
- <holder>JBoss, a division of Red Hat</holder>
+ <holder>JBoss by Red Hat</holder>
</copyright>
</bookinfo>
<index>
Modified: trunk/documentation/jboss-tools-docs/index/en/master.xml
===================================================================
--- trunk/documentation/jboss-tools-docs/index/en/master.xml 2009-06-19 17:51:56 UTC (rev
16076)
+++ trunk/documentation/jboss-tools-docs/index/en/master.xml 2009-06-19 17:54:16 UTC (rev
16077)
@@ -8,7 +8,7 @@
<copyright>
<year>2007</year>
<year>2009</year>
- <holder>JBoss, a division of Red Hat</holder>
+ <holder>JBoss by Red Hat</holder>
</copyright>
</bookinfo>
<index>
Modified: trunk/documentation/qa/docs/test-plan/en/Book_Info.xml
===================================================================
--- trunk/documentation/qa/docs/test-plan/en/Book_Info.xml 2009-06-19 17:51:56 UTC (rev
16076)
+++ trunk/documentation/qa/docs/test-plan/en/Book_Info.xml 2009-06-19 17:54:16 UTC (rev
16077)
@@ -3,6 +3,6 @@
<title>JBoss Tools Test Plan</title>
<copyright>
<year>2009</year>
- <holder>JBoss, a division of Red Hat</holder>
+ <holder>JBoss by Red Hat</holder>
</copyright>
</bookinfo>
\ No newline at end of file
Modified: trunk/documentation/qa/docs/test-strategy/en/Book_Info.xml
===================================================================
--- trunk/documentation/qa/docs/test-strategy/en/Book_Info.xml 2009-06-19 17:51:56 UTC
(rev 16076)
+++ trunk/documentation/qa/docs/test-strategy/en/Book_Info.xml 2009-06-19 17:54:16 UTC
(rev 16077)
@@ -3,6 +3,6 @@
<title>JBoss Tools Testing Strategy</title>
<copyright>
<year>2009</year>
- <holder>JBoss, a division of Red Hat</holder>
+ <holder>JBoss by Red Hat</holder>
</copyright>
</bookinfo>
\ No newline at end of file
Modified: trunk/esb/features/org.jboss.tools.esb.feature/feature.properties
===================================================================
--- trunk/esb/features/org.jboss.tools.esb.feature/feature.properties 2009-06-19 17:51:56
UTC (rev 16076)
+++ trunk/esb/features/org.jboss.tools.esb.feature/feature.properties 2009-06-19 17:54:16
UTC (rev 16077)
@@ -1,12 +1,12 @@
###############################################################################
-# Copyright (c) 2008 JBoss, a division of Red Hat and others.
+# Copyright (c) 2008-2009 JBoss by Red Hat and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
#
http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
-# JBoss, a division of Red Hat - Initial implementation.
+# JBoss by Red Hat - Initial implementation.
##############################################################################
# feature.properties
# contains externalized strings for feature.xml
@@ -18,7 +18,7 @@
featureName=JBoss ESB Tools
# "providerName" property - name of the company that provides the feature
-providerName=JBoss, a division of Red Hat
+providerName=JBoss by Red Hat
# "updateSiteName" property - label for the update site
updateSiteName=JBossTools Update Site
@@ -27,8 +27,8 @@
description=JBoss ESB Tools
# "copyright" property - text of the "Feature Update Copyright"
-copyright=Copyright (c) 2008 JBoss, a division of Red Hat and others.\nAll rights
reserved. This program and the accompanying materials\n
-are made available under the terms of the Eclipse Public License v1.0\nwhich accompanies
this distribution, and is available
at\nhttp\://www.eclipse.org/legal/epl-v10.html\n\nContributors\:\nJBoss, a division of Red
Hat - Initial implementation.\n
+copyright=Copyright (c) 2008-2009 JBoss by Red Hat and others.\nAll rights reserved. This
program and the accompanying materials\n
+are made available under the terms of the Eclipse Public License v1.0\nwhich accompanies
this distribution, and is available
at\nhttp\://www.eclipse.org/legal/epl-v10.html\n\nContributors\:\nJBoss by Red Hat -
Initial implementation.\n
############### end of copyright property ####################################
# "licenseURL" property - URL of the "Feature License"
Modified: trunk/esb/features/org.jboss.tools.esb.feature/feature_ja.properties
===================================================================
--- trunk/esb/features/org.jboss.tools.esb.feature/feature_ja.properties 2009-06-19
17:51:56 UTC (rev 16076)
+++ trunk/esb/features/org.jboss.tools.esb.feature/feature_ja.properties 2009-06-19
17:54:16 UTC (rev 16077)
@@ -1,7 +1,7 @@
featureName=JBoss ESB Tools
-providerName=JBoss, a division of Red Hat
+providerName=JBoss by Red Hat
updateSiteName=JBossTools Update Site
description=JBoss ESB Tools
-copyright=Copyright (c) 2008 JBoss, a division of Red Hat and others.\nAll rights
reserved. This program and the accompanying materials\n
-are=made available under the terms of the Eclipse Public License v1.0which accompanies
this distribution, and is available
athttp//www.eclipse.org/legal/epl-v10.htmlContributorsJBoss, a division of Red Hat -
Initial implementation.
+copyright=Copyright (c) 2008-2009 JBoss by Red Hat and others.\nAll rights reserved. This
program and the accompanying materials\n
+are=made available under the terms of the Eclipse Public License v1.0which accompanies
this distribution, and is available
athttp//www.eclipse.org/legal/epl-v10.htmlContributorsJBoss by Red Hat - Initial
implementation.
licenseURL=license.html
Modified: trunk/esb/plugins/org.jboss.tools.esb.core/plugin.properties
===================================================================
--- trunk/esb/plugins/org.jboss.tools.esb.core/plugin.properties 2009-06-19 17:51:56 UTC
(rev 16076)
+++ trunk/esb/plugins/org.jboss.tools.esb.core/plugin.properties 2009-06-19 17:54:16 UTC
(rev 16077)
@@ -1,2 +1,2 @@
-providerName=JBoss, a division of Red Hat
+providerName=JBoss by Red Hat
pluginName=ESB Core Plugin
\ No newline at end of file
Modified: trunk/esb/plugins/org.jboss.tools.esb.core/plugin_ja.properties
===================================================================
--- trunk/esb/plugins/org.jboss.tools.esb.core/plugin_ja.properties 2009-06-19 17:51:56
UTC (rev 16076)
+++ trunk/esb/plugins/org.jboss.tools.esb.core/plugin_ja.properties 2009-06-19 17:54:16
UTC (rev 16077)
@@ -1,2 +1,2 @@
-providerName=JBoss, a division of Red Hat
+providerName=JBoss by Red Hat
pluginName=ESB \u30B3\u30A2\u30FB\u30D7\u30E9\u30B0\u30A4\u30F3
Modified: trunk/esb/plugins/org.jboss.tools.esb.project.core/plugin.properties
===================================================================
--- trunk/esb/plugins/org.jboss.tools.esb.project.core/plugin.properties 2009-06-19
17:51:56 UTC (rev 16076)
+++ trunk/esb/plugins/org.jboss.tools.esb.project.core/plugin.properties 2009-06-19
17:54:16 UTC (rev 16077)
@@ -1,2 +1,2 @@
-providerName=JBoss, a division of Red Hat
+providerName=JBoss by Red Hat
pluginName=JBoss ESB Project Core Plugin
\ No newline at end of file
Modified: trunk/esb/plugins/org.jboss.tools.esb.project.core/plugin_ja.properties
===================================================================
--- trunk/esb/plugins/org.jboss.tools.esb.project.core/plugin_ja.properties 2009-06-19
17:51:56 UTC (rev 16076)
+++ trunk/esb/plugins/org.jboss.tools.esb.project.core/plugin_ja.properties 2009-06-19
17:54:16 UTC (rev 16077)
@@ -1,2 +1,2 @@
-providerName=JBoss, a division of Red Hat
+providerName=JBoss by Red Hat
pluginName=JBoss ESB
\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u30FB\u30B3\u30A2\u30FB\u30D7\u30E9\u30B0\u30A4\u30F3
Modified: trunk/esb/plugins/org.jboss.tools.esb.project.ui/plugin.properties
===================================================================
--- trunk/esb/plugins/org.jboss.tools.esb.project.ui/plugin.properties 2009-06-19 17:51:56
UTC (rev 16076)
+++ trunk/esb/plugins/org.jboss.tools.esb.project.ui/plugin.properties 2009-06-19 17:54:16
UTC (rev 16077)
@@ -1,5 +1,5 @@
-providerName=JBoss, a division of Red Hat
+providerName=JBoss by Red Hat
pluginName=JBoss ESB Project UI Plugin
Preference_Page_Runtimes=JBoss ESB Runtimes
-Bundle-Vendor.0 = JBoss, a division of Red Hat
+Bundle-Vendor.0 = JBoss by Red Hat
Bundle-Name.0 = JBoss ESB Project UI Plugin
\ No newline at end of file
Modified: trunk/esb/plugins/org.jboss.tools.esb.project.ui/plugin_ja.properties
===================================================================
--- trunk/esb/plugins/org.jboss.tools.esb.project.ui/plugin_ja.properties 2009-06-19
17:51:56 UTC (rev 16076)
+++ trunk/esb/plugins/org.jboss.tools.esb.project.ui/plugin_ja.properties 2009-06-19
17:54:16 UTC (rev 16077)
@@ -1,5 +1,5 @@
-providerName=JBoss, a division of Red Hat
+providerName=JBoss by Red Hat
pluginName=JBoss ESB \u30D7\u30ED\u30B8\u30A7\u30AF\u30C8 UI
\u30D7\u30E9\u30B0\u30A4\u30F3
Preference_Page_Runtimes=JBoss ESB \u30E9\u30F3\u30BF\u30A4\u30E0
-Bundle-Vendor.0=JBoss, a division of Red Hat
+Bundle-Vendor.0=JBoss by Red Hat
Bundle-Name.0=JBoss ESB \u30D7\u30ED\u30B8\u30A7\u30AF\u30C8 UI
\u30D7\u30E9\u30B0\u30A4\u30F3
Modified: trunk/esb/plugins/org.jboss.tools.esb.ui/about.properties
===================================================================
--- trunk/esb/plugins/org.jboss.tools.esb.ui/about.properties 2009-06-19 17:51:56 UTC (rev
16076)
+++ trunk/esb/plugins/org.jboss.tools.esb.ui/about.properties 2009-06-19 17:54:16 UTC (rev
16077)
@@ -1,2 +1,2 @@
-blurb=JBoss ESB Tools\n\nVersion\: {featureVersion}\n\n(c) Copyright JBoss, a division of
Red Hat, contributors and others 2004 - 2009. All rights reserved.\nVisit
http\://jboss.org/tools
+blurb=JBoss ESB Tools\n\nVersion\: {featureVersion}\n\n(c) Copyright JBoss by Red Hat,
contributors and others 2004 - 2009. All rights reserved.\nVisit http\://jboss.org/tools
Modified: trunk/esb/plugins/org.jboss.tools.esb.ui/about_ja.properties
===================================================================
--- trunk/esb/plugins/org.jboss.tools.esb.ui/about_ja.properties 2009-06-19 17:51:56 UTC
(rev 16076)
+++ trunk/esb/plugins/org.jboss.tools.esb.ui/about_ja.properties 2009-06-19 17:54:16 UTC
(rev 16077)
@@ -1 +1 @@
-blurb=JBoss ESB Tools\n\nVersion\: {featureVersion}\n\n(c) Copyright JBoss, a division of
Red Hat, contributors and others 2004 - 2009. All rights reserved.\nVisit
http\://jboss.org/tools
+blurb=JBoss ESB Tools\n\nVersion\: {featureVersion}\n\n(c) Copyright JBoss by Red Hat,
contributors and others 2004 - 2009. All rights reserved.\nVisit http\://jboss.org/tools
Modified: trunk/esb/plugins/org.jboss.tools.esb.ui/plugin.properties
===================================================================
--- trunk/esb/plugins/org.jboss.tools.esb.ui/plugin.properties 2009-06-19 17:51:56 UTC
(rev 16076)
+++ trunk/esb/plugins/org.jboss.tools.esb.ui/plugin.properties 2009-06-19 17:54:16 UTC
(rev 16077)
@@ -1,2 +1,2 @@
-providerName=JBoss, a division of Red Hat
+providerName=JBoss by Red Hat
pluginName=JBoss ESB Tools
\ No newline at end of file
Modified: trunk/esb/plugins/org.jboss.tools.esb.ui/plugin_ja.properties
===================================================================
--- trunk/esb/plugins/org.jboss.tools.esb.ui/plugin_ja.properties 2009-06-19 17:51:56 UTC
(rev 16076)
+++ trunk/esb/plugins/org.jboss.tools.esb.ui/plugin_ja.properties 2009-06-19 17:54:16 UTC
(rev 16077)
@@ -1,2 +1,2 @@
-providerName=JBoss, a division of Red Hat
+providerName=JBoss by Red Hat
pluginName=JBoss ESB Tools
Modified: trunk/esb/tests/org.jboss.tools.esb.core.test/plugin.properties
===================================================================
--- trunk/esb/tests/org.jboss.tools.esb.core.test/plugin.properties 2009-06-19 17:51:56
UTC (rev 16076)
+++ trunk/esb/tests/org.jboss.tools.esb.core.test/plugin.properties 2009-06-19 17:54:16
UTC (rev 16077)
@@ -1,3 +1,3 @@
#Properties file for org.jboss.tools.esb.core.test
-Bundle-Vendor.0 = JBoss, a division of Red Hat
+Bundle-Vendor.0 = JBoss by Red Hat
Bundle-Name.0 = ESB Core Tests Plug-in
\ No newline at end of file
Modified:
trunk/examples/features/org.jboss.tools.project.examples.feature/feature.properties
===================================================================
---
trunk/examples/features/org.jboss.tools.project.examples.feature/feature.properties 2009-06-19
17:51:56 UTC (rev 16076)
+++
trunk/examples/features/org.jboss.tools.project.examples.feature/feature.properties 2009-06-19
17:54:16 UTC (rev 16077)
@@ -1,12 +1,12 @@
###############################################################################
-# Copyright (c) 2008 JBoss, a division of Red Hat and others.
+# Copyright (c) 2008-2009 JBoss by Red Hat and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
#
http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
-# JBoss, a division of Red Hat - Initial implementation.
+# JBoss by Red Hat - Initial implementation.
##############################################################################
# feature.properties
# contains externalized strings for feature.xml
@@ -18,7 +18,7 @@
featureName=Project Examples
# "providerName" property - name of the company that provides the feature
-providerName=JBoss, a division of Red Hat
+providerName=JBoss by Red Hat
# "updateSiteName" property - label for the update site
updateSiteName=JBossTools Update Site
@@ -28,14 +28,14 @@
# "copyright" property - text of the "Feature Update Copyright"
copyright=\
-Copyright (c) 2008 JBoss, a division of Red Hat and others.\n\
+Copyright (c) 2008-2009 JBoss by Red Hat and others.\n\
All rights reserved. This program and the accompanying materials\n\
are made available under the terms of the Eclipse Public License v1.0\n\
which accompanies this distribution, and is available at\n\
http\://www.eclipse.org/legal/epl-v10.html\n\
\n\
Contributors\:\n\
- JBoss, a division of Red Hat - Initial implementation.\n
+ JBoss by Red Hat - Initial implementation.\n
############### end of copyright property ####################################
# "licenseURL" property - URL of the "Feature License"
Modified: trunk/examples/plugins/org.jboss.tools.project.examples/about.properties
===================================================================
--- trunk/examples/plugins/org.jboss.tools.project.examples/about.properties 2009-06-19
17:51:56 UTC (rev 16076)
+++ trunk/examples/plugins/org.jboss.tools.project.examples/about.properties 2009-06-19
17:54:16 UTC (rev 16077)
@@ -1,2 +1,2 @@
-blurb=JBoss Project Examples\n\nVersion\: {featureVersion}\n\n(c) Copyright JBoss, a
division of Red Hat, contributors and others 2004 - 2009. All rights reserved.\nVisit
http\://jboss.org/tools
+blurb=JBoss Project Examples\n\nVersion\: {featureVersion}\n\n(c) Copyright JBoss by Red
Hat, contributors and others 2004 - 2009. All rights reserved.\nVisit
http\://jboss.org/tools
Modified: trunk/examples/plugins/org.jboss.tools.project.examples/about_ja.properties
===================================================================
--- trunk/examples/plugins/org.jboss.tools.project.examples/about_ja.properties 2009-06-19
17:51:56 UTC (rev 16076)
+++ trunk/examples/plugins/org.jboss.tools.project.examples/about_ja.properties 2009-06-19
17:54:16 UTC (rev 16077)
@@ -1 +1 @@
-blurb=JBoss
\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u30FB\u30B5\u30F3\u30D7\u30EB\n\nVersion\:
{featureVersion}\n\n(c) Copyright JBoss, a division of Red Hat, contributors and others
2004 - 2009. All rights reserved.\nVisit http\://jboss.org/tools
+blurb=JBoss
\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u30FB\u30B5\u30F3\u30D7\u30EB\n\nVersion\:
{featureVersion}\n\n(c) Copyright JBoss by Red Hat, contributors and others 2004 - 2009.
All rights reserved.\nVisit http\://jboss.org/tools
Modified: trunk/examples/plugins/org.jboss.tools.project.examples/plugin.properties
===================================================================
--- trunk/examples/plugins/org.jboss.tools.project.examples/plugin.properties 2009-06-19
17:51:56 UTC (rev 16076)
+++ trunk/examples/plugins/org.jboss.tools.project.examples/plugin.properties 2009-06-19
17:54:16 UTC (rev 16077)
@@ -1,5 +1,5 @@
#Properties file for org.jboss.tools.project.examples
-BunldeVendor = JBoss, a division of Red Hat
+BunldeVendor = JBoss by Red Hat
BundleName = Project Examples
JBoss_Tools_category = JBoss Tools
Project_Examples_wizard = Project Examples
Modified: trunk/examples/plugins/org.jboss.tools.project.examples/plugin_ja.properties
===================================================================
---
trunk/examples/plugins/org.jboss.tools.project.examples/plugin_ja.properties 2009-06-19
17:51:56 UTC (rev 16076)
+++
trunk/examples/plugins/org.jboss.tools.project.examples/plugin_ja.properties 2009-06-19
17:54:16 UTC (rev 16077)
@@ -1,4 +1,4 @@
-BunldeVendor=JBoss, a division of Red Hat
+BunldeVendor=JBoss by Red Hat
BundleName=\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u30FB\u30B5\u30F3\u30D7\u30EB
JBoss_Tools_category=JBoss Tools
Project_Examples_wizard=\u30D7\u30ED\u30B8\u30A7\u30AF\u30C8\u30FB\u30B5\u30F3\u30D7\u30EB
Modified:
trunk/examples/plugins/org.jboss.tools.project.examples/schema/projectExamplesXml.exsd
===================================================================
---
trunk/examples/plugins/org.jboss.tools.project.examples/schema/projectExamplesXml.exsd 2009-06-19
17:51:56 UTC (rev 16076)
+++
trunk/examples/plugins/org.jboss.tools.project.examples/schema/projectExamplesXml.exsd 2009-06-19
17:54:16 UTC (rev 16077)
@@ -98,7 +98,7 @@
<meta.section type="copyright"/>
</appInfo>
<documentation>
- JBoss, a division of Red Hat
+ JBoss by Red Hat
</documentation>
</annotation>
Modified:
trunk/examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/Messages.java
===================================================================
---
trunk/examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/Messages.java 2009-06-19
17:51:56 UTC (rev 16076)
+++
trunk/examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/Messages.java 2009-06-19
17:54:16 UTC (rev 16077)
@@ -1,12 +1,12 @@
/*************************************************************************************
- * Copyright (c) 2008 JBoss, a division of Red Hat and others.
+ * Copyright (c) 2008-2009 JBoss by Red Hat and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
*
http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * JBoss, a division of Red Hat - Initial implementation.
+ * JBoss by Red Hat - Initial implementation.
************************************************************************************/
package org.jboss.tools.project.examples;
Modified:
trunk/examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/ProjectExamplesActivator.java
===================================================================
---
trunk/examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/ProjectExamplesActivator.java 2009-06-19
17:51:56 UTC (rev 16076)
+++
trunk/examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/ProjectExamplesActivator.java 2009-06-19
17:54:16 UTC (rev 16077)
@@ -1,12 +1,12 @@
/*************************************************************************************
- * Copyright (c) 2008 JBoss, a division of Red Hat and others.
+ * Copyright (c) 2008-2009 JBoss by Red Hat and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
*
http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * JBoss, a division of Red Hat - Initial implementation.
+ * JBoss by Red Hat - Initial implementation.
************************************************************************************/
package org.jboss.tools.project.examples;
Modified:
trunk/examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/actions/ProjectExamplesHandler.java
===================================================================
---
trunk/examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/actions/ProjectExamplesHandler.java 2009-06-19
17:51:56 UTC (rev 16076)
+++
trunk/examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/actions/ProjectExamplesHandler.java 2009-06-19
17:54:16 UTC (rev 16077)
@@ -1,12 +1,12 @@
/*************************************************************************************
- * Copyright (c) 2008 JBoss, a division of Red Hat and others.
+ * Copyright (c) 2008-2009 JBoss by Red Hat and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
*
http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * JBoss, a division of Red Hat - Initial implementation.
+ * JBoss by Red Hat - Initial implementation.
************************************************************************************/
package org.jboss.tools.project.examples.actions;
Modified:
trunk/examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/dialog/MarkerContentProvider.java
===================================================================
---
trunk/examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/dialog/MarkerContentProvider.java 2009-06-19
17:51:56 UTC (rev 16076)
+++
trunk/examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/dialog/MarkerContentProvider.java 2009-06-19
17:54:16 UTC (rev 16077)
@@ -1,12 +1,12 @@
/*************************************************************************************
- * Copyright (c) 2008 JBoss, a division of Red Hat and others.
+ * Copyright (c) 2008-2009 JBoss by Red Hat and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
*
http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * JBoss, a division of Red Hat - Initial implementation.
+ * JBoss by Red Hat - Initial implementation.
************************************************************************************/
package org.jboss.tools.project.examples.dialog;
Modified:
trunk/examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/dialog/MarkerDialog.java
===================================================================
---
trunk/examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/dialog/MarkerDialog.java 2009-06-19
17:51:56 UTC (rev 16076)
+++
trunk/examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/dialog/MarkerDialog.java 2009-06-19
17:54:16 UTC (rev 16077)
@@ -1,12 +1,12 @@
/*************************************************************************************
- * Copyright (c) 2008 JBoss, a division of Red Hat and others.
+ * Copyright (c) 2008-2009 JBoss by Red Hat and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
*
http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * JBoss, a division of Red Hat - Initial implementation.
+ * JBoss by Red Hat - Initial implementation.
************************************************************************************/
package org.jboss.tools.project.examples.dialog;
Modified:
trunk/examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/dialog/MarkerLabelProvider.java
===================================================================
---
trunk/examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/dialog/MarkerLabelProvider.java 2009-06-19
17:51:56 UTC (rev 16076)
+++
trunk/examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/dialog/MarkerLabelProvider.java 2009-06-19
17:54:16 UTC (rev 16077)
@@ -1,12 +1,12 @@
/*************************************************************************************
- * Copyright (c) 2008 JBoss, a division of Red Hat and others.
+ * Copyright (c) 2008-2009 JBoss by Red Hat and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
*
http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * JBoss, a division of Red Hat - Initial implementation.
+ * JBoss by Red Hat - Initial implementation.
************************************************************************************/
package org.jboss.tools.project.examples.dialog;
Modified:
trunk/examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/model/Category.java
===================================================================
---
trunk/examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/model/Category.java 2009-06-19
17:51:56 UTC (rev 16076)
+++
trunk/examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/model/Category.java 2009-06-19
17:54:16 UTC (rev 16077)
@@ -1,12 +1,12 @@
/*************************************************************************************
- * Copyright (c) 2008 JBoss, a division of Red Hat and others.
+ * Copyright (c) 2008-2009 JBoss by Red Hat and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
*
http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * JBoss, a division of Red Hat - Initial implementation.
+ * JBoss by Red Hat - Initial implementation.
************************************************************************************/
package org.jboss.tools.project.examples.model;
Modified:
trunk/examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/model/Project.java
===================================================================
---
trunk/examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/model/Project.java 2009-06-19
17:51:56 UTC (rev 16076)
+++
trunk/examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/model/Project.java 2009-06-19
17:54:16 UTC (rev 16077)
@@ -1,12 +1,12 @@
/*************************************************************************************
- * Copyright (c) 2008 JBoss, a division of Red Hat and others.
+ * Copyright (c) 2008-2009 JBoss by Red Hat and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
*
http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * JBoss, a division of Red Hat - Initial implementation.
+ * JBoss by Red Hat - Initial implementation.
************************************************************************************/
package org.jboss.tools.project.examples.model;
Modified:
trunk/examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/model/ProjectModelElement.java
===================================================================
---
trunk/examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/model/ProjectModelElement.java 2009-06-19
17:51:56 UTC (rev 16076)
+++
trunk/examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/model/ProjectModelElement.java 2009-06-19
17:54:16 UTC (rev 16077)
@@ -1,12 +1,12 @@
/*************************************************************************************
- * Copyright (c) 2008 JBoss, a division of Red Hat and others.
+ * Copyright (c) 2008-2009 JBoss by Red Hat and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
*
http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * JBoss, a division of Red Hat - Initial implementation.
+ * JBoss by Red Hat - Initial implementation.
************************************************************************************/
package org.jboss.tools.project.examples.model;
Modified:
trunk/examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/model/ProjectUtil.java
===================================================================
---
trunk/examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/model/ProjectUtil.java 2009-06-19
17:51:56 UTC (rev 16076)
+++
trunk/examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/model/ProjectUtil.java 2009-06-19
17:54:16 UTC (rev 16077)
@@ -1,12 +1,12 @@
/*************************************************************************************
- * Copyright (c) 2008 JBoss, a division of Red Hat and others.
+ * Copyright (c) 2008-2009 JBoss by Red Hat and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
*
http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * JBoss, a division of Red Hat - Initial implementation.
+ * JBoss by Red Hat - Initial implementation.
************************************************************************************/
package org.jboss.tools.project.examples.model;
Modified:
trunk/examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/wizard/NewProjectExamplesWizard.java
===================================================================
---
trunk/examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/wizard/NewProjectExamplesWizard.java 2009-06-19
17:51:56 UTC (rev 16076)
+++
trunk/examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/wizard/NewProjectExamplesWizard.java 2009-06-19
17:54:16 UTC (rev 16077)
@@ -1,12 +1,12 @@
/*************************************************************************************
- * Copyright (c) 2008 JBoss, a division of Red Hat and others.
+ * Copyright (c) 2008-2009 JBoss by Red Hat and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
*
http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * JBoss, a division of Red Hat - Initial implementation.
+ * JBoss by Red Hat - Initial implementation.
************************************************************************************/
package org.jboss.tools.project.examples.wizard;
Modified:
trunk/examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/wizard/NewProjectExamplesWizardPage.java
===================================================================
---
trunk/examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/wizard/NewProjectExamplesWizardPage.java 2009-06-19
17:51:56 UTC (rev 16076)
+++
trunk/examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/wizard/NewProjectExamplesWizardPage.java 2009-06-19
17:54:16 UTC (rev 16077)
@@ -1,12 +1,12 @@
/*************************************************************************************
- * Copyright (c) 2008 JBoss, a division of Red Hat and others.
+ * Copyright (c) 2008-2009 JBoss by Red Hat and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
*
http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * JBoss, a division of Red Hat - Initial implementation.
+ * JBoss by Red Hat - Initial implementation.
************************************************************************************/
package org.jboss.tools.project.examples.wizard;
Modified:
trunk/examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/wizard/ProjectExamplesPatternFilter.java
===================================================================
---
trunk/examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/wizard/ProjectExamplesPatternFilter.java 2009-06-19
17:51:56 UTC (rev 16076)
+++
trunk/examples/plugins/org.jboss.tools.project.examples/src/org/jboss/tools/project/examples/wizard/ProjectExamplesPatternFilter.java 2009-06-19
17:54:16 UTC (rev 16077)
@@ -1,12 +1,12 @@
/*************************************************************************************
- * Copyright (c) 2008 JBoss, a division of Red Hat and others.
+ * Copyright (c) 2008-2009 JBoss by Red Hat and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
*
http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
- * JBoss, a division of Red Hat - Initial implementation.
+ * JBoss by Red Hat - Initial implementation.
************************************************************************************/
package org.jboss.tools.project.examples.wizard;
Modified:
trunk/examples/plugins/org.jboss.tools.project.examples.cheatsheet/plugin.properties
===================================================================
---
trunk/examples/plugins/org.jboss.tools.project.examples.cheatsheet/plugin.properties 2009-06-19
17:51:56 UTC (rev 16076)
+++
trunk/examples/plugins/org.jboss.tools.project.examples.cheatsheet/plugin.properties 2009-06-19
17:54:16 UTC (rev 16077)
@@ -1,3 +1,3 @@
#Properties file for org.jboss.tools.project.examples.cheatsheet
-BundleVendor = JBoss, a division of Red Hat
+BundleVendor = JBoss by Red Hat
BundleName = Seam Tutorials
\ No newline at end of file
Modified: trunk/flow/features/org.jboss.tools.flow.common.feature/feature.properties
===================================================================
--- trunk/flow/features/org.jboss.tools.flow.common.feature/feature.properties 2009-06-19
17:51:56 UTC (rev 16076)
+++ trunk/flow/features/org.jboss.tools.flow.common.feature/feature.properties 2009-06-19
17:54:16 UTC (rev 16077)
@@ -1,12 +1,12 @@
###############################################################################
-# Copyright (c) 2009 JBoss, a division of Red Hat and others.
+# Copyright (c) 2009 JBoss by Red Hat and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
#
http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
-# JBoss, a division of Red Hat - Initial implementation.
+# JBoss by Red Hat - Initial implementation.
##############################################################################
# feature.properties
# contains externalized strings for feature.xml
@@ -18,7 +18,7 @@
featureName=Flow Common Feature
# "providerName" property - name of the company that provides the feature
-providerName=JBoss, a division of Red Hat
+providerName=JBoss by Red Hat
# "updateSiteName" property - label for the update site
updateSiteName=JBossTools Update Site