diff options
author | kmoore | 2011-02-06 02:29:42 +0000 |
---|---|---|
committer | kmoore | 2011-02-06 02:29:42 +0000 |
commit | 364d3d58c1576b4718e65b969d1422b6ff1fb4aa (patch) | |
tree | ff2ddb5c2feffd71d60b9bedd4f124c2651046b2 /jpa/plugins/org.eclipse.jpt.jpa.gen/plugin.properties | |
parent | 8eebfc6acb049ce23afc7e7b80978f4648964648 (diff) | |
download | webtools.dali-364d3d58c1576b4718e65b969d1422b6ff1fb4aa.tar.gz webtools.dali-364d3d58c1576b4718e65b969d1422b6ff1fb4aa.tar.xz webtools.dali-364d3d58c1576b4718e65b969d1422b6ff1fb4aa.zip |
renamed org.eclipse.jpt.gen to org.eclipse.jpt.jpa.gen
Diffstat (limited to 'jpa/plugins/org.eclipse.jpt.jpa.gen/plugin.properties')
-rw-r--r-- | jpa/plugins/org.eclipse.jpt.jpa.gen/plugin.properties | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/jpa/plugins/org.eclipse.jpt.jpa.gen/plugin.properties b/jpa/plugins/org.eclipse.jpt.jpa.gen/plugin.properties new file mode 100644 index 0000000000..9537a25a08 --- /dev/null +++ b/jpa/plugins/org.eclipse.jpt.jpa.gen/plugin.properties @@ -0,0 +1,23 @@ +################################################################################ +# Copyright (c) 2007, 2009 Oracle. 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: +# Oracle - initial API and implementation +################################################################################ +# ==================================================================== +# 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 = Dali Java Persistence Tools - Entity Gen +providerName = Eclipse Web Tools Platform |