diff options
author | Karen Butzke | 2012-09-27 13:04:05 -0400 |
---|---|---|
committer | Karen Butzke | 2012-10-02 12:42:16 -0400 |
commit | 2e132bff6d67760f2d469f47df51984cf4e6f78f (patch) | |
tree | cff2c9884bb76412c2e8a6a9d39912fe79ec6895 | |
parent | 14599c1c74308737f2e36754806f6b98240c5c88 (diff) | |
download | webtools.dali-2e132bff6d67760f2d469f47df51984cf4e6f78f.zip webtools.dali-2e132bff6d67760f2d469f47df51984cf4e6f78f.tar.gz webtools.dali-2e132bff6d67760f2d469f47df51984cf4e6f78f.tar.xz |
cleaning up some unexternalized strings in plugin.xml
3 files changed, 7 insertions, 3 deletions
diff --git a/jpa/plugins/org.eclipse.jpt.jpa.core/plugin.properties b/jpa/plugins/org.eclipse.jpt.jpa.core/plugin.properties index 0c35f5f..c2be0d7 100644 --- a/jpa/plugins/org.eclipse.jpt.jpa.core/plugin.properties +++ b/jpa/plugins/org.eclipse.jpt.jpa.core/plugin.properties @@ -54,4 +54,5 @@ JPA_RENAME_FOLDER_PARTICIPANT_NAME=JPA Rename Folder Participant JPA_RENAME_MAPPING_FILE_PARTICIPANT_NAME=JPA Rename Mapping File Participant JPA_MOVE_TYPE_PARTICIPANT_NAME=JPA Move Type Participant JPA_MOVE_MAPPING_FILE_PARTICIPANT_NAME=JPA Move Mapping File Participant +JPA_MOVE_FOLDER_PARTICIPANT_NAME=JPA Move Folder Participant diff --git a/jpa/tests/org.eclipse.jpt.jpa.core.tests.extension.resource/plugin.properties b/jpa/tests/org.eclipse.jpt.jpa.core.tests.extension.resource/plugin.properties index 0558789..d47c17c 100644 --- a/jpa/tests/org.eclipse.jpt.jpa.core.tests.extension.resource/plugin.properties +++ b/jpa/tests/org.eclipse.jpt.jpa.core.tests.extension.resource/plugin.properties @@ -1,5 +1,5 @@ ################################################################################ -# Copyright (c) 2007, 2009 Oracle. All rights reserved. +# Copyright (c) 2007, 2012 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. @@ -21,3 +21,6 @@ pluginName = Dali Java Persistence Tools - Extension Tests providerName = Eclipse Web Tools Platform + + +TEST_JPA_PLATFORM=Test Jpa Platform diff --git a/jpa/tests/org.eclipse.jpt.jpa.core.tests.extension.resource/plugin.xml b/jpa/tests/org.eclipse.jpt.jpa.core.tests.extension.resource/plugin.xml index 747a8d1..2169f73 100644 --- a/jpa/tests/org.eclipse.jpt.jpa.core.tests.extension.resource/plugin.xml +++ b/jpa/tests/org.eclipse.jpt.jpa.core.tests.extension.resource/plugin.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <?eclipse version="3.2"?>
<!-- - Copyright (c) 2007, 2010 Oracle. All rights reserved. + Copyright (c) 2007, 2012 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. @@ -16,7 +16,7 @@ <jpaPlatform id="core.testJpaPlatform" - label="Test Jpa Platform" + label="%TEST_JPA_PLATFORM" factoryClass="org.eclipse.jpt.jpa.core.tests.extension.resource.TestJpaPlatformFactory"/> </extension> |