diff options
author | rgronback | 2005-09-16 15:21:40 +0000 |
---|---|---|
committer | rgronback | 2005-09-16 15:21:40 +0000 |
commit | 6e168a9c7c0398dc704fa02af2008b3a96dd2de3 (patch) | |
tree | 8ca57f6fe8ba6b93f8558c7597c5fff38bd55f88 /archive | |
parent | 3820f636d0ad751646675e8055da5d57991039fc (diff) | |
download | org.eclipse.gmf-tooling-6e168a9c7c0398dc704fa02af2008b3a96dd2de3.tar.gz org.eclipse.gmf-tooling-6e168a9c7c0398dc704fa02af2008b3a96dd2de3.tar.xz org.eclipse.gmf-tooling-6e168a9c7c0398dc704fa02af2008b3a96dd2de3.zip |
Updated plugin and provider names. Updated build.properties as well.
Diffstat (limited to 'archive')
7 files changed, 47 insertions, 6 deletions
diff --git a/archive/org.eclipse.gmf.diadef.edit/build.properties b/archive/org.eclipse.gmf.diadef.edit/build.properties index 652717614..2dcf65eaf 100644 --- a/archive/org.eclipse.gmf.diadef.edit/build.properties +++ b/archive/org.eclipse.gmf.diadef.edit/build.properties @@ -16,3 +16,8 @@ bin.includes = plugin.xml,\ jars.compile.order = . source.. = src/ output.. = bin/ +src.includes = src/,\ + plugin.xml,\ + plugin.properties,\ + icons/,\ + META-INF/ diff --git a/archive/org.eclipse.gmf.diadef.edit/plugin.properties b/archive/org.eclipse.gmf.diadef.edit/plugin.properties index 8a66d82ad..a127f700c 100644 --- a/archive/org.eclipse.gmf.diadef.edit/plugin.properties +++ b/archive/org.eclipse.gmf.diadef.edit/plugin.properties @@ -15,7 +15,7 @@ # %%% END OF TRANSLATED PROPERTIES %%% # ==================================================================== -pluginName = Diagram Definition Edit Support +pluginName = GMF Diagram Definition Edit Support providerName = Eclipse.org _UI_CreateChild_text = {0} diff --git a/archive/org.eclipse.gmf.diadef/META-INF/MANIFEST.MF b/archive/org.eclipse.gmf.diadef/META-INF/MANIFEST.MF index 2e5a20191..a7f6ecc2a 100644 --- a/archive/org.eclipse.gmf.diadef/META-INF/MANIFEST.MF +++ b/archive/org.eclipse.gmf.diadef/META-INF/MANIFEST.MF @@ -1,9 +1,9 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 -Bundle-Name: Diagram Definition Model +Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.gmf.diadef; singleton:=true Bundle-Version: 1.0.0 -Bundle-Vendor: Eclipse.org +Bundle-Vendor: %providerName Export-Package: org.eclipse.gmf.diadef, org.eclipse.gmf.diadef.impl;x-friends:="org.eclipse.gmf.map", org.eclipse.gmf.diadef.util diff --git a/archive/org.eclipse.gmf.diadef/build.properties b/archive/org.eclipse.gmf.diadef/build.properties index 31611eae1..a7ba16f2e 100644 --- a/archive/org.eclipse.gmf.diadef/build.properties +++ b/archive/org.eclipse.gmf.diadef/build.properties @@ -17,3 +17,8 @@ bin.includes = plugin.xml,\ jars.compile.order = . source.. = src/ output.. = bin/ +src.includes = src/,\ + plugin.xml,\ + plugin.properties,\ + models/,\ + META-INF/ diff --git a/archive/org.eclipse.gmf.edit/META-INF/MANIFEST.MF b/archive/org.eclipse.gmf.edit/META-INF/MANIFEST.MF index 3334b0d9c..81a19f1bb 100644 --- a/archive/org.eclipse.gmf.edit/META-INF/MANIFEST.MF +++ b/archive/org.eclipse.gmf.edit/META-INF/MANIFEST.MF @@ -1,9 +1,9 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 -Bundle-Name: GMF.Edit Plug-in +Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.gmf.edit Bundle-Version: 1.0.0 -Bundle-Vendor: Eclipse.org +Bundle-Vendor: %providerName Require-Bundle: org.eclipse.emf.edit, org.eclipse.gmf.runtime Export-Package: org.eclipse.gmf.edit.provider.metainfo diff --git a/archive/org.eclipse.gmf.edit/build.properties b/archive/org.eclipse.gmf.edit/build.properties index 30d8c0866..c02b77d1a 100644 --- a/archive/org.eclipse.gmf.edit/build.properties +++ b/archive/org.eclipse.gmf.edit/build.properties @@ -1,5 +1,9 @@ bin.includes = META-INF/,\ - . + .,\ + plugin.properties jars.compile.order = . source.. = src/ output.. = bin/ +src.includes = plugin.properties,\ + src/,\ + META-INF/ diff --git a/archive/org.eclipse.gmf.edit/plugin.properties b/archive/org.eclipse.gmf.edit/plugin.properties new file mode 100644 index 000000000..aa5cc1f1e --- /dev/null +++ b/archive/org.eclipse.gmf.edit/plugin.properties @@ -0,0 +1,27 @@ +############################################################################### +# Copyright (c) 2005 Borland Software Corporation 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: +# Borland Software Corporation - initial API and implementation +############################################################################### +# $Id: plugin.properties,v 1.1 2005/09/16 15:21:49 rgronback 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 = GMF Edit Plug-in +providerName = Eclipse.org + |