Author: bfitzpat
Date: 2009-12-04 14:23:16 -0500 (Fri, 04 Dec 2009)
New Revision: 19063
Added:
trunk/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.ui/plugin.properties
trunk/bpel/plugins/org.eclipse.bpel.common.ui/plugin.properties
trunk/bpel/plugins/org.eclipse.bpel.validator/plugin.properties
trunk/bpel/plugins/org.eclipse.bpel.xpath10/plugin.properties
Modified:
trunk/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.model/META-INF/MANIFEST.MF
trunk/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.model/plugin.properties
trunk/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.ui/META-INF/MANIFEST.MF
trunk/bpel/plugins/org.eclipse.bpel.common.ui/META-INF/MANIFEST.MF
trunk/bpel/plugins/org.eclipse.bpel.common.ui/build.properties
trunk/bpel/plugins/org.eclipse.bpel.model/META-INF/MANIFEST.MF
trunk/bpel/plugins/org.eclipse.bpel.model/build.properties
trunk/bpel/plugins/org.eclipse.bpel.model/plugin.properties
trunk/bpel/plugins/org.eclipse.bpel.ui/META-INF/MANIFEST.MF
trunk/bpel/plugins/org.eclipse.bpel.ui/build.properties
trunk/bpel/plugins/org.eclipse.bpel.ui/plugin.properties
trunk/bpel/plugins/org.eclipse.bpel.validator/META-INF/MANIFEST.MF
trunk/bpel/plugins/org.eclipse.bpel.validator/build.properties
trunk/bpel/plugins/org.eclipse.bpel.wsil.model/META-INF/MANIFEST.MF
trunk/bpel/plugins/org.eclipse.bpel.wsil.model/plugin.properties
trunk/bpel/plugins/org.eclipse.bpel.xpath10/META-INF/MANIFEST.MF
trunk/bpel/plugins/org.eclipse.bpel.xpath10/build.properties
trunk/bpel/plugins/org.jboss.tools.bpel.cheatsheet/META-INF/MANIFEST.MF
trunk/bpel/plugins/org.jboss.tools.bpel.cheatsheet/plugin.properties
trunk/bpel/plugins/org.jboss.tools.bpel.runtimes/plugin.properties
Log:
JBIDE-5375: Fix the forking license files and provider name in the forked up BPEL plugins
https://jira.jboss.org/jira/browse/JBIDE-5375
Modified:
trunk/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.model/META-INF/MANIFEST.MF
===================================================================
---
trunk/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.model/META-INF/MANIFEST.MF 2009-12-04
17:26:03 UTC (rev 19062)
+++
trunk/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.model/META-INF/MANIFEST.MF 2009-12-04
19:23:16 UTC (rev 19063)
@@ -1,9 +1,9 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: ODE Deploy Descriptor EMF Model
+Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.bpel.apache.ode.deploy.model; singleton:=true
Bundle-Version: 0.4.0.qualifier
-Bundle-Vendor:
Eclipse.org
+Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.eclipse.bpel.apache.ode.deploy.model.dd,
Modified: trunk/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.model/plugin.properties
===================================================================
---
trunk/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.model/plugin.properties 2009-12-04
17:26:03 UTC (rev 19062)
+++
trunk/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.model/plugin.properties 2009-12-04
19:23:16 UTC (rev 19063)
@@ -1,4 +1,14 @@
-
+###############################################################################
+# 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:
+# IBM Corporation - initial API and implementation
+# JBoss by Red Hat - subsequent contributions and maintenance
+###############################################################################
# <copyright>
# </copyright>
#
@@ -16,5 +26,5 @@
# %%% END OF TRANSLATED PROPERTIES %%%
# ====================================================================
-pluginName = OdeDeploymentDescriptor Model
-providerName =
www.example.org
+pluginName = ODE Deploy Descriptor EMF Model
+providerName = JBoss by Red Hat
Modified: trunk/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.ui/META-INF/MANIFEST.MF
===================================================================
---
trunk/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.ui/META-INF/MANIFEST.MF 2009-12-04
17:26:03 UTC (rev 19062)
+++
trunk/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.ui/META-INF/MANIFEST.MF 2009-12-04
19:23:16 UTC (rev 19063)
@@ -1,6 +1,6 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: ODE Deploy Descriptor UI Plug-in
+Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.bpel.apache.ode.deploy.ui; singleton:=true
Bundle-Version: 0.4.0.qualifier
Bundle-Activator: org.eclipse.bpel.apache.ode.deploy.ui.Activator
@@ -23,5 +23,5 @@
org.eclipse.jdt.core;bundle-version="3.5.0",
org.eclipse.wst.common.modulecore;bundle-version="1.1.300"
Bundle-ActivationPolicy: lazy
-Bundle-Vendor:
Eclipse.org
+Bundle-Vendor: %providerName
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Added: trunk/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.ui/plugin.properties
===================================================================
--- trunk/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.ui/plugin.properties
(rev 0)
+++ trunk/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.ui/plugin.properties 2009-12-04
19:23:16 UTC (rev 19063)
@@ -0,0 +1,30 @@
+###############################################################################
+# 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:
+# IBM Corporation - initial API and implementation
+# JBoss by Red Hat - subsequent contributions and maintenance
+###############################################################################
+# <copyright>
+# </copyright>
+#
+# $Id: plugin.properties,v 1.1 2008/08/12 17:27:58 smoser Exp $
+
+# ====================================================================
+# To code developer:
+# Do NOT change the properties between this line and the
+# "%%% END OF TRANSLATED PROPERTIES %%%" line.
+# Make a new property name, append to the end of the file and change
+# the code to use the new property.
+# ====================================================================
+
+# ====================================================================
+# %%% END OF TRANSLATED PROPERTIES %%%
+# ====================================================================
+
+pluginName = ODE Deploy Descriptor UI Plug-in
+providerName = JBoss by Red Hat
Property changes on:
trunk/bpel/plugins/org.eclipse.bpel.apache.ode.deploy.ui/plugin.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Modified: trunk/bpel/plugins/org.eclipse.bpel.common.ui/META-INF/MANIFEST.MF
===================================================================
--- trunk/bpel/plugins/org.eclipse.bpel.common.ui/META-INF/MANIFEST.MF 2009-12-04 17:26:03
UTC (rev 19062)
+++ trunk/bpel/plugins/org.eclipse.bpel.common.ui/META-INF/MANIFEST.MF 2009-12-04 19:23:16
UTC (rev 19063)
@@ -1,8 +1,8 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: Common UI (Incubation)
+Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.bpel.common.ui; singleton:=true
-Bundle-Version: 0.5.0
+Bundle-Version: 0.5.0.qualifier
Bundle-Activator: org.eclipse.bpel.common.ui.CommonUIPlugin
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui;bundle-version="[3.4.0,4.0.0)",
@@ -30,4 +30,4 @@
org.eclipse.bpel.common.ui.palette,
org.eclipse.bpel.common.ui.tray
Bundle-RequiredExecutionEnvironment: J2SE-1.5
-Bundle-Vendor:
eclipse.org
+Bundle-Vendor: %providerName
Modified: trunk/bpel/plugins/org.eclipse.bpel.common.ui/build.properties
===================================================================
--- trunk/bpel/plugins/org.eclipse.bpel.common.ui/build.properties 2009-12-04 17:26:03 UTC
(rev 19062)
+++ trunk/bpel/plugins/org.eclipse.bpel.common.ui/build.properties 2009-12-04 19:23:16 UTC
(rev 19063)
@@ -1,17 +1,19 @@
###############################################################################
-# Copyright (c) 2005 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
+# 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:
# IBM Corporation - initial API and implementation
+# JBoss by Red Hat - subsequent contributions and maintenance
###############################################################################
bin.includes = META-INF/,\
plugin.xml,\
schema/,\
- icons/
+ icons/,\
+ plugin.properties
src.includes = .classpath,\
.cvsignore,\
.project,\
@@ -20,7 +22,8 @@
icons/,\
plugin.xml,\
schema/,\
- src/
+ src/,\
+ plugin.properties
output.code.jar = bin/
jars.compile.order = bpel-ui.jar
source.. = src/
Added: trunk/bpel/plugins/org.eclipse.bpel.common.ui/plugin.properties
===================================================================
--- trunk/bpel/plugins/org.eclipse.bpel.common.ui/plugin.properties
(rev 0)
+++ trunk/bpel/plugins/org.eclipse.bpel.common.ui/plugin.properties 2009-12-04 19:23:16
UTC (rev 19063)
@@ -0,0 +1,31 @@
+###############################################################################
+# 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:
+# IBM Corporation - initial API and implementation
+# JBoss by Red Hat - subsequent contributions and maintenance
+###############################################################################
+# <copyright>
+# </copyright>
+#
+# $Id: plugin.properties,v 1.1 2005/11/29 18:50:08 james Exp $
+
+# ====================================================================
+# To code developer:
+# Do NOT change the properties between this line and the
+# "%%% END OF TRANSLATED PROPERTIES %%%" line.
+# Make a new property name, append to the end of the file and change
+# the code to use the new property.
+# ====================================================================
+
+# ====================================================================
+# %%% END OF TRANSLATED PROPERTIES %%%
+# ====================================================================
+
+pluginName = Common UI (Incubation)
+providerName = JBoss by Red Hat
+
Property changes on: trunk/bpel/plugins/org.eclipse.bpel.common.ui/plugin.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Modified: trunk/bpel/plugins/org.eclipse.bpel.model/META-INF/MANIFEST.MF
===================================================================
--- trunk/bpel/plugins/org.eclipse.bpel.model/META-INF/MANIFEST.MF 2009-12-04 17:26:03 UTC
(rev 19062)
+++ trunk/bpel/plugins/org.eclipse.bpel.model/META-INF/MANIFEST.MF 2009-12-04 19:23:16 UTC
(rev 19063)
@@ -1,10 +1,10 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: BPEL Model (Incubation)
+Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.bpel.model; singleton:=true
-Bundle-Version: 0.5.0
+Bundle-Version: 0.5.0.qualifier
Bundle-Activator: org.eclipse.bpel.model.BPELPlugin$Implementation
-Bundle-Vendor:
eclipse.org
+Bundle-Vendor: %providerName
Bundle-Localization: plugin
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.4.0,4.0.0)",
org.eclipse.core.resources;bundle-version="[3.4.0,4.0.0)",
Modified: trunk/bpel/plugins/org.eclipse.bpel.model/build.properties
===================================================================
--- trunk/bpel/plugins/org.eclipse.bpel.model/build.properties 2009-12-04 17:26:03 UTC
(rev 19062)
+++ trunk/bpel/plugins/org.eclipse.bpel.model/build.properties 2009-12-04 19:23:16 UTC
(rev 19063)
@@ -1,12 +1,13 @@
###############################################################################
-# Copyright (c) 2005 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
+# 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:
# IBM Corporation - initial API and implementation
+# JBoss by Red Hat - subsequent contributions and maintenance
###############################################################################
bin.includes = META-INF/,\
plugin.xml,\
Modified: trunk/bpel/plugins/org.eclipse.bpel.model/plugin.properties
===================================================================
--- trunk/bpel/plugins/org.eclipse.bpel.model/plugin.properties 2009-12-04 17:26:03 UTC
(rev 19062)
+++ trunk/bpel/plugins/org.eclipse.bpel.model/plugin.properties 2009-12-04 19:23:16 UTC
(rev 19063)
@@ -1,12 +1,13 @@
###############################################################################
-# Copyright (c) 2005 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
+# 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:
# IBM Corporation - initial API and implementation
+# JBoss by Red Hat - subsequent contributions and maintenance
###############################################################################
# <copyright>
# </copyright>
@@ -26,6 +27,6 @@
# ====================================================================
-pluginName = BPEL Model
-providerName =
Eclipse.org
+pluginName = BPEL Model (Incubation)
+providerName = JBoss by Red Hat
Modified: trunk/bpel/plugins/org.eclipse.bpel.ui/META-INF/MANIFEST.MF
===================================================================
--- trunk/bpel/plugins/org.eclipse.bpel.ui/META-INF/MANIFEST.MF 2009-12-04 17:26:03 UTC
(rev 19062)
+++ trunk/bpel/plugins/org.eclipse.bpel.ui/META-INF/MANIFEST.MF 2009-12-04 19:23:16 UTC
(rev 19063)
@@ -1,10 +1,10 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: BPEL Editor (Incubation)
+Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.bpel.ui; singleton:=true
-Bundle-Version: 0.5.0
+Bundle-Version: 0.5.0.qualifier
Bundle-Activator: org.eclipse.bpel.ui.BPELUIPlugin
-Bundle-Vendor:
Eclipse.org
+Bundle-Vendor: %providerName
Bundle-Localization: plugin
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.4.0,4.0.0)",
org.eclipse.core.resources;bundle-version="[3.4.0,4.0.0)",
Modified: trunk/bpel/plugins/org.eclipse.bpel.ui/build.properties
===================================================================
--- trunk/bpel/plugins/org.eclipse.bpel.ui/build.properties 2009-12-04 17:26:03 UTC (rev
19062)
+++ trunk/bpel/plugins/org.eclipse.bpel.ui/build.properties 2009-12-04 19:23:16 UTC (rev
19063)
@@ -1,12 +1,13 @@
###############################################################################
-# Copyright (c) 2005 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
+# 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:
# IBM Corporation - initial API and implementation
+# JBoss by Red Hat - subsequent contributions and maintenance
###############################################################################
bin.includes = META-INF/,\
plugin.xml,\
Modified: trunk/bpel/plugins/org.eclipse.bpel.ui/plugin.properties
===================================================================
--- trunk/bpel/plugins/org.eclipse.bpel.ui/plugin.properties 2009-12-04 17:26:03 UTC (rev
19062)
+++ trunk/bpel/plugins/org.eclipse.bpel.ui/plugin.properties 2009-12-04 19:23:16 UTC (rev
19063)
@@ -1,12 +1,13 @@
###############################################################################
-# Copyright (c) 2005 IBM Corporation and others.
-# All rights reserved. This program and the accompanying materials
+# 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:
# IBM Corporation - initial API and implementation
+# JBoss by Red Hat - subsequent contributions and maintenance
###############################################################################
PLUGIN_NAME=BPEL Editor
BPEL_EDITOR_NAME=Business Process Editor
@@ -53,5 +54,5 @@
# ====================================================================
-pluginName = Uiextensionmodel Model
-providerName =
www.example.org
+pluginName = BPEL Editor (Incubation)
+providerName = JBoss by Red Hat
Modified: trunk/bpel/plugins/org.eclipse.bpel.validator/META-INF/MANIFEST.MF
===================================================================
--- trunk/bpel/plugins/org.eclipse.bpel.validator/META-INF/MANIFEST.MF 2009-12-04 17:26:03
UTC (rev 19062)
+++ trunk/bpel/plugins/org.eclipse.bpel.validator/META-INF/MANIFEST.MF 2009-12-04 19:23:16
UTC (rev 19063)
@@ -1,10 +1,10 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: Validator Plug-in (Incubation)
+Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.bpel.validator;singleton:=true
Bundle-Version: 0.4.0.qualifier
Bundle-Activator: org.eclipse.bpel.validator.Activator
-Bundle-Vendor: Eclipse
+Bundle-Vendor: %providerName
Bundle-Localization: plugin
Require-Bundle: org.eclipse.emf.ecore.xmi;bundle-version="[2.4.0,3.0.0)",
org.eclipse.core.resources;bundle-version="[3.4.0,4.0.0)",
Modified: trunk/bpel/plugins/org.eclipse.bpel.validator/build.properties
===================================================================
--- trunk/bpel/plugins/org.eclipse.bpel.validator/build.properties 2009-12-04 17:26:03 UTC
(rev 19062)
+++ trunk/bpel/plugins/org.eclipse.bpel.validator/build.properties 2009-12-04 19:23:16 UTC
(rev 19063)
@@ -6,7 +6,8 @@
intro/,\
schema/,\
.,\
- src-exclude.xsl
+ src-exclude.xsl,\
+ plugin.properties
jars.compile.order = code.jar,\
bpel-validator.jar
src.includes = .classpath,\
@@ -26,7 +27,8 @@
schema/,\
meta/,\
src-exclude.xsl,\
- customBuildCallbacks.xml
+ customBuildCallbacks.xml,\
+ plugin.properties
output.code.jar = bin/
source.bpel-validator.jar = src/,\
meta/
Added: trunk/bpel/plugins/org.eclipse.bpel.validator/plugin.properties
===================================================================
--- trunk/bpel/plugins/org.eclipse.bpel.validator/plugin.properties
(rev 0)
+++ trunk/bpel/plugins/org.eclipse.bpel.validator/plugin.properties 2009-12-04 19:23:16
UTC (rev 19063)
@@ -0,0 +1,32 @@
+###############################################################################
+# 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:
+# IBM Corporation - initial API and implementation
+# JBoss by Red Hat - subsequent contributions and maintenance
+###############################################################################
+# <copyright>
+# </copyright>
+#
+# $Id: plugin.properties,v 1.1 2005/11/29 18:50:28 james Exp $
+
+# ====================================================================
+# To code developer:
+# Do NOT change the properties between this line and the
+# "%%% END OF TRANSLATED PROPERTIES %%%" line.
+# Make a new property name, append to the end of the file and change
+# the code to use the new property.
+# ====================================================================
+
+# ====================================================================
+# %%% END OF TRANSLATED PROPERTIES %%%
+# ====================================================================
+
+
+pluginName = Validator Plug-in (Incubation)
+providerName = JBoss by Red Hat
+
Property changes on: trunk/bpel/plugins/org.eclipse.bpel.validator/plugin.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Modified: trunk/bpel/plugins/org.eclipse.bpel.wsil.model/META-INF/MANIFEST.MF
===================================================================
--- trunk/bpel/plugins/org.eclipse.bpel.wsil.model/META-INF/MANIFEST.MF 2009-12-04
17:26:03 UTC (rev 19062)
+++ trunk/bpel/plugins/org.eclipse.bpel.wsil.model/META-INF/MANIFEST.MF 2009-12-04
19:23:16 UTC (rev 19063)
@@ -1,10 +1,10 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: WSIL Model (Incubation)
+Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.bpel.wsil.model; singleton:=true
-Bundle-Version: 0.5.0
+Bundle-Version: 0.5.0.qualifier
Bundle-ClassPath: wsli-model.jar
-Bundle-Vendor:
eclispe.org
+Bundle-Vendor: %providerName
Bundle-Localization: plugin
Export-Package:
org.eclipse.bpel.wsil.model.inspection;uses:="org.eclipse.emf.ecore.util,org.eclipse.emf.ecore,org.eclipse.emf.common.util",
org.eclipse.bpel.wsil.model.inspection.impl;
Modified: trunk/bpel/plugins/org.eclipse.bpel.wsil.model/plugin.properties
===================================================================
--- trunk/bpel/plugins/org.eclipse.bpel.wsil.model/plugin.properties 2009-12-04 17:26:03
UTC (rev 19062)
+++ trunk/bpel/plugins/org.eclipse.bpel.wsil.model/plugin.properties 2009-12-04 19:23:16
UTC (rev 19063)
@@ -1,3 +1,14 @@
+###############################################################################
+# 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:
+# IBM Corporation - initial API and implementation
+# JBoss by Red Hat - subsequent contributions and maintenance
+###############################################################################
# <copyright>
# </copyright>
#
@@ -15,6 +26,6 @@
# %%% END OF TRANSLATED PROPERTIES %%%
# ====================================================================
-pluginName = Wsil Model
-providerName =
www.example.org
+pluginName = WSIL Model (Incubation)
+providerName = JBoss by Red Hat
Modified: trunk/bpel/plugins/org.eclipse.bpel.xpath10/META-INF/MANIFEST.MF
===================================================================
--- trunk/bpel/plugins/org.eclipse.bpel.xpath10/META-INF/MANIFEST.MF 2009-12-04 17:26:03
UTC (rev 19062)
+++ trunk/bpel/plugins/org.eclipse.bpel.xpath10/META-INF/MANIFEST.MF 2009-12-04 19:23:16
UTC (rev 19063)
@@ -1,8 +1,9 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: XPath Parser 1.0 (Incubation)
+Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.bpel.xpath10
Bundle-Version: 0.4.0.qualifier
+Bundle-Localization: plugin
Bundle-ClassPath: .,
lib/antlr-runtime-3.0.1.jar
Export-Package: org.antlr.runtime;uses:="org.antlr.runtime.tree",
@@ -11,5 +12,5 @@
org.antlr.runtime.tree;uses:="org.antlr.runtime,org.antlr.stringtemplate",
org.eclipse.bpel.xpath10,
org.eclipse.bpel.xpath10.parser;uses:="org.antlr.runtime.tree,org.antlr.runtime,org.eclipse.bpel.xpath10"
-Bundle-Vendor:
Eclipse.org
+Bundle-Vendor: %providerName
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Modified: trunk/bpel/plugins/org.eclipse.bpel.xpath10/build.properties
===================================================================
--- trunk/bpel/plugins/org.eclipse.bpel.xpath10/build.properties 2009-12-04 17:26:03 UTC
(rev 19062)
+++ trunk/bpel/plugins/org.eclipse.bpel.xpath10/build.properties 2009-12-04 19:23:16 UTC
(rev 19063)
@@ -1,10 +1,12 @@
bin.includes = META-INF/,\
lib/,\
- .
+ .,\
+ plugin.properties
src.includes = .classpath,\
.project,\
META-INF/,\
build.properties,\
lib/,\
- src/
+ src/,\
+ plugin.properties
source.. = src/
Added: trunk/bpel/plugins/org.eclipse.bpel.xpath10/plugin.properties
===================================================================
--- trunk/bpel/plugins/org.eclipse.bpel.xpath10/plugin.properties
(rev 0)
+++ trunk/bpel/plugins/org.eclipse.bpel.xpath10/plugin.properties 2009-12-04 19:23:16 UTC
(rev 19063)
@@ -0,0 +1,32 @@
+###############################################################################
+# 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:
+# IBM Corporation - initial API and implementation
+# JBoss by Red Hat - subsequent contributions and maintenance
+###############################################################################
+# <copyright>
+# </copyright>
+#
+# $Id: plugin.properties,v 1.1 2005/11/29 18:50:28 james Exp $
+
+# ====================================================================
+# To code developer:
+# Do NOT change the properties between this line and the
+# "%%% END OF TRANSLATED PROPERTIES %%%" line.
+# Make a new property name, append to the end of the file and change
+# the code to use the new property.
+# ====================================================================
+
+# ====================================================================
+# %%% END OF TRANSLATED PROPERTIES %%%
+# ====================================================================
+
+
+pluginName = XPath Parser 1.0 (Incubation)
+providerName = JBoss by Red Hat
+
Property changes on: trunk/bpel/plugins/org.eclipse.bpel.xpath10/plugin.properties
___________________________________________________________________
Name: svn:mime-type
+ text/plain
Modified: trunk/bpel/plugins/org.jboss.tools.bpel.cheatsheet/META-INF/MANIFEST.MF
===================================================================
--- trunk/bpel/plugins/org.jboss.tools.bpel.cheatsheet/META-INF/MANIFEST.MF 2009-12-04
17:26:03 UTC (rev 19062)
+++ trunk/bpel/plugins/org.jboss.tools.bpel.cheatsheet/META-INF/MANIFEST.MF 2009-12-04
19:23:16 UTC (rev 19063)
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.jboss.tools.bpel.cheatsheet;singleton:=true
-Bundle-Version: 1.0.0
+Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.jboss.tools.bpel.cheatsheet.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
Modified: trunk/bpel/plugins/org.jboss.tools.bpel.cheatsheet/plugin.properties
===================================================================
--- trunk/bpel/plugins/org.jboss.tools.bpel.cheatsheet/plugin.properties 2009-12-04
17:26:03 UTC (rev 19062)
+++ trunk/bpel/plugins/org.jboss.tools.bpel.cheatsheet/plugin.properties 2009-12-04
19:23:16 UTC (rev 19063)
@@ -1,2 +1,12 @@
+###############################################################################
+# 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 by Red Hat - Initial implementation.
+###############################################################################
pluginName=BPEL Cheatsheet
providerName=JBoss by Red Hat
\ No newline at end of file
Modified: trunk/bpel/plugins/org.jboss.tools.bpel.runtimes/plugin.properties
===================================================================
--- trunk/bpel/plugins/org.jboss.tools.bpel.runtimes/plugin.properties 2009-12-04 17:26:03
UTC (rev 19062)
+++ trunk/bpel/plugins/org.jboss.tools.bpel.runtimes/plugin.properties 2009-12-04 19:23:16
UTC (rev 19063)
@@ -1,13 +1,16 @@
###############################################################################
-# Copyright (c) 2006 University College London.
+# 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:
+# University College London - initial API and implementation
+# JBoss by Red Hat - subsequent contributions and maintenance
###############################################################################
pluginName = Eclipse BPEL Designer Runtimes
-providerName = University College London Software Systems Engineering
+providerName = JBoss by Red Hat
MODULE_TYPE_NAME=BPEL 2.0 Process
MODULE_TYPE_DESCRIPTION=Module representing a BPEL process