Author: nickboldt
Date: 2009-12-03 15:34:35 -0500 (Thu, 03 Dec 2009)
New Revision: 19035
Modified:
trunk/bpel/plugins/org.eclipse.bpel.common.model/META-INF/MANIFEST.MF
trunk/bpel/plugins/org.eclipse.bpel.common.model/build.properties
trunk/bpel/plugins/org.eclipse.bpel.common.model/plugin.properties
Log:
clean up bundle name, provider name, classpath, and files built into src/bin
Modified: trunk/bpel/plugins/org.eclipse.bpel.common.model/META-INF/MANIFEST.MF
===================================================================
--- trunk/bpel/plugins/org.eclipse.bpel.common.model/META-INF/MANIFEST.MF 2009-12-03
20:07:36 UTC (rev 19034)
+++ trunk/bpel/plugins/org.eclipse.bpel.common.model/META-INF/MANIFEST.MF 2009-12-03
20:34:35 UTC (rev 19035)
@@ -1,8 +1,8 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: Extension Model (Incubation)
+Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.bpel.common.model; singleton:=true
-Bundle-Version: 0.5.0
+Bundle-Version: 0.5.0.qualifier
Bundle-Activator: org.eclipse.bpel.common.extension.model.Activator
Bundle-Localization: plugin
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.4.0,4.0.0)",
@@ -56,5 +56,6 @@
org.eclipse.emf.ecore.resource.impl,
org.eclipse.emf.ecore.xmi.util",
org.eclipse.bpel.names
-Bundle-Vendor:
eclipse.org
+Bundle-Vendor: %providerName
+Bundle-ClassPath: .
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Modified: trunk/bpel/plugins/org.eclipse.bpel.common.model/build.properties
===================================================================
--- trunk/bpel/plugins/org.eclipse.bpel.common.model/build.properties 2009-12-03 20:07:36
UTC (rev 19034)
+++ trunk/bpel/plugins/org.eclipse.bpel.common.model/build.properties 2009-12-03 20:34:35
UTC (rev 19035)
@@ -1,15 +1,14 @@
-jars.compile.order = bpel-model.jar
-bin.includes = META-INF/,\
- plugin.properties,\
- plugin.xml,\
+bin.includes = .,\
+ META-INF/,\
+ plugin.*,\
schema/
-src.includes = .project,\
+src.includes = .,\
+ .project,\
.cvsignore,\
.classpath,\
META-INF/,\
build.properties,\
- plugin.properties,\
- plugin.xml,\
+ plugin.*,\
schema/,\
src/
source.. = src/
Modified: trunk/bpel/plugins/org.eclipse.bpel.common.model/plugin.properties
===================================================================
--- trunk/bpel/plugins/org.eclipse.bpel.common.model/plugin.properties 2009-12-03 20:07:36
UTC (rev 19034)
+++ trunk/bpel/plugins/org.eclipse.bpel.common.model/plugin.properties 2009-12-03 20:34:35
UTC (rev 19035)
@@ -1,11 +1,12 @@
###############################################################################
-# Copyright (c) 2005 IBM Corporation 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 by Red Hat - subsequent contributions and maintenance
# IBM Corporation - initial API and implementation
###############################################################################
# <copyright>
@@ -25,6 +26,6 @@
# %%% END OF TRANSLATED PROPERTIES %%%
# ====================================================================
-pluginName = Extensionmodel Model
-providerName =
www.example.org
+pluginName = Extension Model (Incubation)
+providerName = JBoss by Red Hat