Author: nickboldt
Date: 2009-06-19 14:19:30 -0400 (Fri, 19 Jun 2009)
New Revision: 16084
Modified:
trunk/portlet/docs/reference/en/master.xml
trunk/portlet/features/org.jboss.tools.portlet.feature/feature.properties
trunk/portlet/features/org.jboss.tools.portlet.feature/feature_ja.properties
trunk/portlet/plugins/org.jboss.tools.portlet.core/dtdsAndSchemas/jboss-app_2_6.dtd
trunk/portlet/plugins/org.jboss.tools.portlet.core/dtdsAndSchemas/jboss-portlet_2_6.dtd
trunk/portlet/plugins/org.jboss.tools.portlet.core/dtdsAndSchemas/portal-object_2_6.dtd
trunk/portlet/plugins/org.jboss.tools.portlet.core/dtdsAndSchemas/portlet-instances_2_6.dtd
trunk/portlet/plugins/org.jboss.tools.portlet.core/plugin.properties
trunk/portlet/plugins/org.jboss.tools.portlet.core/plugin_ja.properties
trunk/portlet/plugins/org.jboss.tools.portlet.core/src/org/jboss/tools/portlet/core/IPortletConstants.java
trunk/portlet/plugins/org.jboss.tools.portlet.core/src/org/jboss/tools/portlet/core/internal/JSFPortlet10LibrariesContainerInitializer.java
trunk/portlet/plugins/org.jboss.tools.portlet.core/src/org/jboss/tools/portlet/core/internal/Portlet20LibrariesContainerInitializer.java
trunk/portlet/plugins/org.jboss.tools.portlet.core/src/org/jboss/tools/portlet/core/internal/PortletRuntimeLibrariesContainerInitializer.java
trunk/portlet/plugins/org.jboss.tools.portlet.core/src/org/jboss/tools/portlet/core/internal/project/facet/JSFPortletFacetInstallDataModelProvider.java
trunk/portlet/plugins/org.jboss.tools.portlet.core/src/org/jboss/tools/portlet/core/internal/project/facet/JSFPortletFacetInstallDelegate.java
trunk/portlet/plugins/org.jboss.tools.portlet.core/src/org/jboss/tools/portlet/core/internal/project/facet/JSFPortletFacetUninstallDelegate.java
trunk/portlet/plugins/org.jboss.tools.portlet.core/src/org/jboss/tools/portlet/core/internal/project/facet/PortletFacetInstallDataModelProvider.java
trunk/portlet/plugins/org.jboss.tools.portlet.core/src/org/jboss/tools/portlet/core/internal/project/facet/PortletFacetInstallDelegate.java
trunk/portlet/plugins/org.jboss.tools.portlet.core/src/org/jboss/tools/portlet/core/internal/project/facet/PortletFacetUninstallDelegate.java
trunk/portlet/plugins/org.jboss.tools.portlet.core/src/org/jboss/tools/portlet/core/internal/project/facet/SeamPortletFacetInstallDataModelProvider.java
trunk/portlet/plugins/org.jboss.tools.portlet.core/src/org/jboss/tools/portlet/core/internal/project/facet/SeamPortletFacetInstallDelegate.java
trunk/portlet/plugins/org.jboss.tools.portlet.core/src/org/jboss/tools/portlet/core/internal/project/facet/SeamPortletFacetUninstallDelegate.java
trunk/portlet/plugins/org.jboss.tools.portlet.ui/about.properties
trunk/portlet/plugins/org.jboss.tools.portlet.ui/about_ja.properties
trunk/portlet/plugins/org.jboss.tools.portlet.ui/plugin.properties
trunk/portlet/plugins/org.jboss.tools.portlet.ui/plugin_ja.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/portlet/docs/reference/en/master.xml
===================================================================
--- trunk/portlet/docs/reference/en/master.xml 2009-06-19 18:05:07 UTC (rev 16083)
+++ trunk/portlet/docs/reference/en/master.xml 2009-06-19 18:19:30 UTC (rev 16084)
@@ -45,7 +45,7 @@
<copyright>
<year>2008</year>
<year>2009</year>
- <holder>JBoss, a division of Red Hat</holder>
+ <holder>JBoss by Red Hat</holder>
</copyright>
<releaseinfo>
Version: 1.1.0.M1
Modified: trunk/portlet/features/org.jboss.tools.portlet.feature/feature.properties
===================================================================
--- trunk/portlet/features/org.jboss.tools.portlet.feature/feature.properties 2009-06-19
18:05:07 UTC (rev 16083)
+++ trunk/portlet/features/org.jboss.tools.portlet.feature/feature.properties 2009-06-19
18:19:30 UTC (rev 16084)
@@ -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 Portlet
# "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 Portlet
# "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/portlet/features/org.jboss.tools.portlet.feature/feature_ja.properties
===================================================================
---
trunk/portlet/features/org.jboss.tools.portlet.feature/feature_ja.properties 2009-06-19
18:05:07 UTC (rev 16083)
+++
trunk/portlet/features/org.jboss.tools.portlet.feature/feature_ja.properties 2009-06-19
18:19:30 UTC (rev 16084)
@@ -1,7 +1,7 @@
featureName=JBoss \u30DD\u30FC\u30C8\u30EC\u30C3\u30C8
-providerName=JBoss, a division of Red Hat
+providerName=JBoss by Red Hat
updateSiteName=JBossTools Update Site
description=JBoss \u30DD\u30FC\u30C8\u30EC\u30C3\u30C8
-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/portlet/plugins/org.jboss.tools.portlet.core/dtdsAndSchemas/jboss-app_2_6.dtd
===================================================================
---
trunk/portlet/plugins/org.jboss.tools.portlet.core/dtdsAndSchemas/jboss-app_2_6.dtd 2009-06-19
18:05:07 UTC (rev 16083)
+++
trunk/portlet/plugins/org.jboss.tools.portlet.core/dtdsAndSchemas/jboss-app_2_6.dtd 2009-06-19
18:19:30 UTC (rev 16084)
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ~ JBoss, a division of Red Hat ~
- ~ Copyright 2006, Red Hat Middleware, LLC, and individual ~
+ ~ JBoss by Red Hat ~
+ ~ Copyright 2006-2009, Red Hat Middleware, LLC, and individual ~
~ contributors as indicated by the @authors tag. See the ~
~ copyright.txt in the distribution for a full listing of ~
~ individual contributors. ~
Modified:
trunk/portlet/plugins/org.jboss.tools.portlet.core/dtdsAndSchemas/jboss-portlet_2_6.dtd
===================================================================
---
trunk/portlet/plugins/org.jboss.tools.portlet.core/dtdsAndSchemas/jboss-portlet_2_6.dtd 2009-06-19
18:05:07 UTC (rev 16083)
+++
trunk/portlet/plugins/org.jboss.tools.portlet.core/dtdsAndSchemas/jboss-portlet_2_6.dtd 2009-06-19
18:19:30 UTC (rev 16084)
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ~ JBoss, a division of Red Hat ~
- ~ Copyright 2006, Red Hat Middleware, LLC, and individual ~
+ ~ JBoss by Red Hat ~
+ ~ Copyright 2006-2009, Red Hat Middleware, LLC, and individual ~
~ contributors as indicated by the @authors tag. See the ~
~ copyright.txt in the distribution for a full listing of ~
~ individual contributors. ~
Modified:
trunk/portlet/plugins/org.jboss.tools.portlet.core/dtdsAndSchemas/portal-object_2_6.dtd
===================================================================
---
trunk/portlet/plugins/org.jboss.tools.portlet.core/dtdsAndSchemas/portal-object_2_6.dtd 2009-06-19
18:05:07 UTC (rev 16083)
+++
trunk/portlet/plugins/org.jboss.tools.portlet.core/dtdsAndSchemas/portal-object_2_6.dtd 2009-06-19
18:19:30 UTC (rev 16084)
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ~ JBoss, a division of Red Hat ~
- ~ Copyright 2006, Red Hat Middleware, LLC, and individual ~
+ ~ JBoss by Red Hat ~
+ ~ Copyright 2006-2009, Red Hat Middleware, LLC, and individual ~
~ contributors as indicated by the @authors tag. See the ~
~ copyright.txt in the distribution for a full listing of ~
~ individual contributors. ~
Modified:
trunk/portlet/plugins/org.jboss.tools.portlet.core/dtdsAndSchemas/portlet-instances_2_6.dtd
===================================================================
---
trunk/portlet/plugins/org.jboss.tools.portlet.core/dtdsAndSchemas/portlet-instances_2_6.dtd 2009-06-19
18:05:07 UTC (rev 16083)
+++
trunk/portlet/plugins/org.jboss.tools.portlet.core/dtdsAndSchemas/portlet-instances_2_6.dtd 2009-06-19
18:19:30 UTC (rev 16084)
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ~ JBoss, a division of Red Hat ~
+ ~ JBoss by Red Hat ~
~ Copyright 2006, Red Hat Middleware, LLC, and individual ~
~ contributors as indicated by the @authors tag. See the ~
~ copyright.txt in the distribution for a full listing of ~
Modified: trunk/portlet/plugins/org.jboss.tools.portlet.core/plugin.properties
===================================================================
--- trunk/portlet/plugins/org.jboss.tools.portlet.core/plugin.properties 2009-06-19
18:05:07 UTC (rev 16083)
+++ trunk/portlet/plugins/org.jboss.tools.portlet.core/plugin.properties 2009-06-19
18:19:30 UTC (rev 16084)
@@ -1,3 +1,3 @@
#Properties file for org.jboss.tools.portlet.core
-BundleVendor = JBoss, a division of Red Hat
+BundleVendor = JBoss by Red Hat
BundleName = Portlet Core Plug-in
\ No newline at end of file
Modified: trunk/portlet/plugins/org.jboss.tools.portlet.core/plugin_ja.properties
===================================================================
--- trunk/portlet/plugins/org.jboss.tools.portlet.core/plugin_ja.properties 2009-06-19
18:05:07 UTC (rev 16083)
+++ trunk/portlet/plugins/org.jboss.tools.portlet.core/plugin_ja.properties 2009-06-19
18:19:30 UTC (rev 16084)
@@ -1,2 +1,2 @@
-BundleVendor=JBoss, a division of Red Hat
+BundleVendor=JBoss by Red Hat
BundleName=\u30DD\u30FC\u30C8\u30EC\u30C3\u30C8\u30FB\u30B3\u30A2\u30FB\u30D7\u30E9\u30B0\u30A4\u30F3
Modified:
trunk/portlet/plugins/org.jboss.tools.portlet.core/src/org/jboss/tools/portlet/core/IPortletConstants.java
===================================================================
---
trunk/portlet/plugins/org.jboss.tools.portlet.core/src/org/jboss/tools/portlet/core/IPortletConstants.java 2009-06-19
18:05:07 UTC (rev 16083)
+++
trunk/portlet/plugins/org.jboss.tools.portlet.core/src/org/jboss/tools/portlet/core/IPortletConstants.java 2009-06-19
18:19:30 UTC (rev 16084)
@@ -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.portlet.core;
Modified:
trunk/portlet/plugins/org.jboss.tools.portlet.core/src/org/jboss/tools/portlet/core/internal/JSFPortlet10LibrariesContainerInitializer.java
===================================================================
---
trunk/portlet/plugins/org.jboss.tools.portlet.core/src/org/jboss/tools/portlet/core/internal/JSFPortlet10LibrariesContainerInitializer.java 2009-06-19
18:05:07 UTC (rev 16083)
+++
trunk/portlet/plugins/org.jboss.tools.portlet.core/src/org/jboss/tools/portlet/core/internal/JSFPortlet10LibrariesContainerInitializer.java 2009-06-19
18:19:30 UTC (rev 16084)
@@ -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.portlet.core.internal;
Modified:
trunk/portlet/plugins/org.jboss.tools.portlet.core/src/org/jboss/tools/portlet/core/internal/Portlet20LibrariesContainerInitializer.java
===================================================================
---
trunk/portlet/plugins/org.jboss.tools.portlet.core/src/org/jboss/tools/portlet/core/internal/Portlet20LibrariesContainerInitializer.java 2009-06-19
18:05:07 UTC (rev 16083)
+++
trunk/portlet/plugins/org.jboss.tools.portlet.core/src/org/jboss/tools/portlet/core/internal/Portlet20LibrariesContainerInitializer.java 2009-06-19
18:19:30 UTC (rev 16084)
@@ -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.portlet.core.internal;
Modified:
trunk/portlet/plugins/org.jboss.tools.portlet.core/src/org/jboss/tools/portlet/core/internal/PortletRuntimeLibrariesContainerInitializer.java
===================================================================
---
trunk/portlet/plugins/org.jboss.tools.portlet.core/src/org/jboss/tools/portlet/core/internal/PortletRuntimeLibrariesContainerInitializer.java 2009-06-19
18:05:07 UTC (rev 16083)
+++
trunk/portlet/plugins/org.jboss.tools.portlet.core/src/org/jboss/tools/portlet/core/internal/PortletRuntimeLibrariesContainerInitializer.java 2009-06-19
18:19:30 UTC (rev 16084)
@@ -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.portlet.core.internal;
Modified:
trunk/portlet/plugins/org.jboss.tools.portlet.core/src/org/jboss/tools/portlet/core/internal/project/facet/JSFPortletFacetInstallDataModelProvider.java
===================================================================
---
trunk/portlet/plugins/org.jboss.tools.portlet.core/src/org/jboss/tools/portlet/core/internal/project/facet/JSFPortletFacetInstallDataModelProvider.java 2009-06-19
18:05:07 UTC (rev 16083)
+++
trunk/portlet/plugins/org.jboss.tools.portlet.core/src/org/jboss/tools/portlet/core/internal/project/facet/JSFPortletFacetInstallDataModelProvider.java 2009-06-19
18:19:30 UTC (rev 16084)
@@ -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.portlet.core.internal.project.facet;
Modified:
trunk/portlet/plugins/org.jboss.tools.portlet.core/src/org/jboss/tools/portlet/core/internal/project/facet/JSFPortletFacetInstallDelegate.java
===================================================================
---
trunk/portlet/plugins/org.jboss.tools.portlet.core/src/org/jboss/tools/portlet/core/internal/project/facet/JSFPortletFacetInstallDelegate.java 2009-06-19
18:05:07 UTC (rev 16083)
+++
trunk/portlet/plugins/org.jboss.tools.portlet.core/src/org/jboss/tools/portlet/core/internal/project/facet/JSFPortletFacetInstallDelegate.java 2009-06-19
18:19:30 UTC (rev 16084)
@@ -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.portlet.core.internal.project.facet;
Modified:
trunk/portlet/plugins/org.jboss.tools.portlet.core/src/org/jboss/tools/portlet/core/internal/project/facet/JSFPortletFacetUninstallDelegate.java
===================================================================
---
trunk/portlet/plugins/org.jboss.tools.portlet.core/src/org/jboss/tools/portlet/core/internal/project/facet/JSFPortletFacetUninstallDelegate.java 2009-06-19
18:05:07 UTC (rev 16083)
+++
trunk/portlet/plugins/org.jboss.tools.portlet.core/src/org/jboss/tools/portlet/core/internal/project/facet/JSFPortletFacetUninstallDelegate.java 2009-06-19
18:19:30 UTC (rev 16084)
@@ -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.portlet.core.internal.project.facet;
Modified:
trunk/portlet/plugins/org.jboss.tools.portlet.core/src/org/jboss/tools/portlet/core/internal/project/facet/PortletFacetInstallDataModelProvider.java
===================================================================
---
trunk/portlet/plugins/org.jboss.tools.portlet.core/src/org/jboss/tools/portlet/core/internal/project/facet/PortletFacetInstallDataModelProvider.java 2009-06-19
18:05:07 UTC (rev 16083)
+++
trunk/portlet/plugins/org.jboss.tools.portlet.core/src/org/jboss/tools/portlet/core/internal/project/facet/PortletFacetInstallDataModelProvider.java 2009-06-19
18:19:30 UTC (rev 16084)
@@ -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.portlet.core.internal.project.facet;
Modified:
trunk/portlet/plugins/org.jboss.tools.portlet.core/src/org/jboss/tools/portlet/core/internal/project/facet/PortletFacetInstallDelegate.java
===================================================================
---
trunk/portlet/plugins/org.jboss.tools.portlet.core/src/org/jboss/tools/portlet/core/internal/project/facet/PortletFacetInstallDelegate.java 2009-06-19
18:05:07 UTC (rev 16083)
+++
trunk/portlet/plugins/org.jboss.tools.portlet.core/src/org/jboss/tools/portlet/core/internal/project/facet/PortletFacetInstallDelegate.java 2009-06-19
18:19:30 UTC (rev 16084)
@@ -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.portlet.core.internal.project.facet;
Modified:
trunk/portlet/plugins/org.jboss.tools.portlet.core/src/org/jboss/tools/portlet/core/internal/project/facet/PortletFacetUninstallDelegate.java
===================================================================
---
trunk/portlet/plugins/org.jboss.tools.portlet.core/src/org/jboss/tools/portlet/core/internal/project/facet/PortletFacetUninstallDelegate.java 2009-06-19
18:05:07 UTC (rev 16083)
+++
trunk/portlet/plugins/org.jboss.tools.portlet.core/src/org/jboss/tools/portlet/core/internal/project/facet/PortletFacetUninstallDelegate.java 2009-06-19
18:19:30 UTC (rev 16084)
@@ -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.portlet.core.internal.project.facet;
Modified:
trunk/portlet/plugins/org.jboss.tools.portlet.core/src/org/jboss/tools/portlet/core/internal/project/facet/SeamPortletFacetInstallDataModelProvider.java
===================================================================
---
trunk/portlet/plugins/org.jboss.tools.portlet.core/src/org/jboss/tools/portlet/core/internal/project/facet/SeamPortletFacetInstallDataModelProvider.java 2009-06-19
18:05:07 UTC (rev 16083)
+++
trunk/portlet/plugins/org.jboss.tools.portlet.core/src/org/jboss/tools/portlet/core/internal/project/facet/SeamPortletFacetInstallDataModelProvider.java 2009-06-19
18:19:30 UTC (rev 16084)
@@ -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.portlet.core.internal.project.facet;
Modified:
trunk/portlet/plugins/org.jboss.tools.portlet.core/src/org/jboss/tools/portlet/core/internal/project/facet/SeamPortletFacetInstallDelegate.java
===================================================================
---
trunk/portlet/plugins/org.jboss.tools.portlet.core/src/org/jboss/tools/portlet/core/internal/project/facet/SeamPortletFacetInstallDelegate.java 2009-06-19
18:05:07 UTC (rev 16083)
+++
trunk/portlet/plugins/org.jboss.tools.portlet.core/src/org/jboss/tools/portlet/core/internal/project/facet/SeamPortletFacetInstallDelegate.java 2009-06-19
18:19:30 UTC (rev 16084)
@@ -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.portlet.core.internal.project.facet;
Modified:
trunk/portlet/plugins/org.jboss.tools.portlet.core/src/org/jboss/tools/portlet/core/internal/project/facet/SeamPortletFacetUninstallDelegate.java
===================================================================
---
trunk/portlet/plugins/org.jboss.tools.portlet.core/src/org/jboss/tools/portlet/core/internal/project/facet/SeamPortletFacetUninstallDelegate.java 2009-06-19
18:05:07 UTC (rev 16083)
+++
trunk/portlet/plugins/org.jboss.tools.portlet.core/src/org/jboss/tools/portlet/core/internal/project/facet/SeamPortletFacetUninstallDelegate.java 2009-06-19
18:19:30 UTC (rev 16084)
@@ -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.portlet.core.internal.project.facet;
Modified: trunk/portlet/plugins/org.jboss.tools.portlet.ui/about.properties
===================================================================
--- trunk/portlet/plugins/org.jboss.tools.portlet.ui/about.properties 2009-06-19 18:05:07
UTC (rev 16083)
+++ trunk/portlet/plugins/org.jboss.tools.portlet.ui/about.properties 2009-06-19 18:19:30
UTC (rev 16084)
@@ -1,2 +1,2 @@
-blurb=JBoss Portlet\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 Portlet\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/portlet/plugins/org.jboss.tools.portlet.ui/about_ja.properties
===================================================================
--- trunk/portlet/plugins/org.jboss.tools.portlet.ui/about_ja.properties 2009-06-19
18:05:07 UTC (rev 16083)
+++ trunk/portlet/plugins/org.jboss.tools.portlet.ui/about_ja.properties 2009-06-19
18:19:30 UTC (rev 16084)
@@ -1 +1 @@
-blurb=JBoss \u30DD\u30FC\u30C8\u30EC\u30C3\u30C8\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 \u30DD\u30FC\u30C8\u30EC\u30C3\u30C8\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/portlet/plugins/org.jboss.tools.portlet.ui/plugin.properties
===================================================================
--- trunk/portlet/plugins/org.jboss.tools.portlet.ui/plugin.properties 2009-06-19 18:05:07
UTC (rev 16083)
+++ trunk/portlet/plugins/org.jboss.tools.portlet.ui/plugin.properties 2009-06-19 18:19:30
UTC (rev 16084)
@@ -1,5 +1,5 @@
#Properties file for org.jboss.tools.portlet.ui
-BundleVendor = JBoss, a division of Red Hat
+BundleVendor = JBoss by Red Hat
BundleName = JBoss Portlet
Portlet_category = Portlet
Java_portlet_wizard_name = Java Portlet
Modified: trunk/portlet/plugins/org.jboss.tools.portlet.ui/plugin_ja.properties
===================================================================
--- trunk/portlet/plugins/org.jboss.tools.portlet.ui/plugin_ja.properties 2009-06-19
18:05:07 UTC (rev 16083)
+++ trunk/portlet/plugins/org.jboss.tools.portlet.ui/plugin_ja.properties 2009-06-19
18:19:30 UTC (rev 16084)
@@ -1,4 +1,4 @@
-BundleVendor=JBoss, a division of Red Hat
+BundleVendor=JBoss by Red Hat
BundleName=JBoss \u30DD\u30FC\u30C8\u30EC\u30C3\u30C8
Portlet_category=\u30DD\u30FC\u30C8\u30EC\u30C3\u30C8
Java_portlet_wizard_name=Java \u30DD\u30FC\u30C8\u30EC\u30C3\u30C8