| author | Rainer Pielmann | 2012-02-08 13:51:55 (EST) |
|---|---|---|
| committer | Stephan Born | 2012-04-24 04:33:11 (EDT) |
| commit | 44346a772443b29d4893372714b20957eb654e49 (patch) (side-by-side diff) | |
| tree | a5a1e573ed8297358aa2b71e4d8c52aad24cb596 | |
| parent | 5168a510ce040db58a47976620db8a769f446009 (diff) | |
| download | org.eclipse.stardust.ide-44346a772443b29d4893372714b20957eb654e49.zip org.eclipse.stardust.ide-44346a772443b29d4893372714b20957eb654e49.tar.gz org.eclipse.stardust.ide-44346a772443b29d4893372714b20957eb654e49.tar.bz2 | |
Jira-ID: CRNT-23200 Stardust: Rename NL Plugins to new name pattern (org.eclipse.stardust.modeling.refactoring.nl)
git-svn-id: http://emeafrazerg/svn/ipp/product/trunk/stardust/ide@53594 8100b5e0-4d52-466c-ae9c-bdeccbdeaf6b
14 files changed, 257 insertions, 0 deletions
diff --git a/modeling/org.eclipse.stardust.modeling.refactoring.nl/.classpath b/modeling/org.eclipse.stardust.modeling.refactoring.nl/.classpath new file mode 100644 index 0000000..bd41578 --- a/dev/null +++ b/modeling/org.eclipse.stardust.modeling.refactoring.nl/.classpath @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="output" path=".eclipse/bin"/>
+</classpath>
diff --git a/modeling/org.eclipse.stardust.modeling.refactoring.nl/.cvsignore b/modeling/org.eclipse.stardust.modeling.refactoring.nl/.cvsignore new file mode 100644 index 0000000..3bb4fd7 --- a/dev/null +++ b/modeling/org.eclipse.stardust.modeling.refactoring.nl/.cvsignore @@ -0,0 +1 @@ +.eclipse
diff --git a/modeling/org.eclipse.stardust.modeling.refactoring.nl/.gitignore b/modeling/org.eclipse.stardust.modeling.refactoring.nl/.gitignore deleted file mode 100644 index e69de29..0000000 --- a/modeling/org.eclipse.stardust.modeling.refactoring.nl/.gitignore +++ b/dev/null diff --git a/modeling/org.eclipse.stardust.modeling.refactoring.nl/.project b/modeling/org.eclipse.stardust.modeling.refactoring.nl/.project new file mode 100644 index 0000000..21c0194 --- a/dev/null +++ b/modeling/org.eclipse.stardust.modeling.refactoring.nl/.project @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.stardust.modeling.refactoring.nl</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.ManifestBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.SchemaBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>
diff --git a/modeling/org.eclipse.stardust.modeling.refactoring.nl/META-INF/MANIFEST.MF b/modeling/org.eclipse.stardust.modeling.refactoring.nl/META-INF/MANIFEST.MF new file mode 100644 index 0000000..2ef6909 --- a/dev/null +++ b/modeling/org.eclipse.stardust.modeling.refactoring.nl/META-INF/MANIFEST.MF @@ -0,0 +1,8 @@ +Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %nlsFragmentName
+Bundle-SymbolicName: org.eclipse.stardust.modeling.refactoring.nl
+Bundle-Version: 9.9.9.qualifier
+Bundle-Vendor: %nlsProviderName
+Fragment-Host: org.eclipse.stardust.modeling.refactoring
+Bundle-Localization: fragment
diff --git a/modeling/org.eclipse.stardust.modeling.refactoring.nl/build.properties b/modeling/org.eclipse.stardust.modeling.refactoring.nl/build.properties new file mode 100644 index 0000000..59fd23c --- a/dev/null +++ b/modeling/org.eclipse.stardust.modeling.refactoring.nl/build.properties @@ -0,0 +1,6 @@ +source.. = src/
+output.. = .eclipse/bin/
+bin.includes = .,\
+ META-INF/,\
+ plugin_*.properties,\
+ fragment.properties
diff --git a/modeling/org.eclipse.stardust.modeling.refactoring.nl/build_mergePropsToNLS.xml b/modeling/org.eclipse.stardust.modeling.refactoring.nl/build_mergePropsToNLS.xml new file mode 100644 index 0000000..7d9f621 --- a/dev/null +++ b/modeling/org.eclipse.stardust.modeling.refactoring.nl/build_mergePropsToNLS.xml @@ -0,0 +1,57 @@ +<?xml version="1.0" encoding="UTF-8"?>
+
+<project name="mergeProps" default="localizeProperties">
+
+ <property environment="env"/>
+ <property name="cm.home" value="${env.CM_HOME}"/>
+ <property file="${cm.home}/etc/global.properties"/>
+
+ <property name="locale" value="ja" />
+ <property name="rootdir" value="${basedir}/../" />
+ <property name="antdir" value="${rootdir}ag.carnot.scm.ant/bin"/>
+
+ <property name="package" value="org.eclipse.stardust.modeling.refactoring" />
+ <property name="srcpath" value="src/org/eclipse/stardust/modeling/refactoring/refactoring" />
+ <property name="tempfile" value="${srcpath}/tempfile.properties"/>
+
+ <property name="localize.jar" value="$localizeproperties.jar" />
+
+ <taskdef name="foreach" classname="ag.carnot.scm.ant.ForEachTask"
+ classpath="${antdir}"/>
+
+ <taskdef name="localizeProps" classname="ag.carnot.scm.ant.LocalizeProperties"
+ description="adds new entries in internationalized property-files"
+ classpath="${antdir}"/>
+
+ <target name="localizeProperties">
+ <localizeProps sourcepath="${srcpath}" locale="${locale}">
+ <fileset dir="${rootdir}${package}/${srcpath}" casesensitive="yes">
+ <include name="**/*messages.properties" />
+ </fileset>
+ </localizeProps>
+ <localizeProps sourcepath="${basedir}" locale="${locale}">
+ <fileset dir="${rootdir}${package}" casesensitive="yes">
+ <include name="**/*plugin.properties" />
+ </fileset>
+ </localizeProps>
+ <foreach target="toUnicode">
+ <param name="f">
+ <fileset dir="." casesensitive="yes">
+ <include name="**/*messages_${locale}.properties" />
+ </fileset>
+ <fileset dir="${basedir}" casesensitive="yes">
+ <include name="**/*plugin_${locale}.properties" />
+ </fileset>
+ </param>
+ </foreach>
+ </target>
+
+ <target name="toUnicode">
+ <exec executable="cmd">
+ <arg value="/c ${env.JAVA_HOME}\bin\native2ascii.exe ${f} ${tempfile}"/>
+ </exec>
+ <copy file="${tempfile}" tofile="${f}" overwrite="on"/>
+ <delete file="${tempfile}"/>
+ </target>
+
+</project>
\ No newline at end of file diff --git a/modeling/org.eclipse.stardust.modeling.refactoring.nl/fragment.properties b/modeling/org.eclipse.stardust.modeling.refactoring.nl/fragment.properties new file mode 100644 index 0000000..c060d2b --- a/dev/null +++ b/modeling/org.eclipse.stardust.modeling.refactoring.nl/fragment.properties @@ -0,0 +1,2 @@ +nlsFragmentName = Infinity Workflow Model Refactoring Support (NLS Fragment) +nlsProviderName = SunGard CSA LLC
\ No newline at end of file diff --git a/modeling/org.eclipse.stardust.modeling.refactoring.nl/plugin_de.properties b/modeling/org.eclipse.stardust.modeling.refactoring.nl/plugin_de.properties new file mode 100644 index 0000000..2f2d81e --- a/dev/null +++ b/modeling/org.eclipse.stardust.modeling.refactoring.nl/plugin_de.properties @@ -0,0 +1,22 @@ +pluginName=< Infinity Workflow Model Refactoring Support> +# pluginName_en= Infinity Workflow Model Refactoring Support +providerName=SunGard CSA LLC +# providerName_en=SunGard CSA LLC +classRenameParticipant=< Java Class Rename Participant> +# classRenameParticipant_en=Java Class Rename Participant +methodRenameParticipant=< Java Method Rename Participant> +# methodRenameParticipant_en=Java Method Rename Participant +classMoveParticipant=< Java Class Move Participant> +# classMoveParticipant_en=Java Class Move Participant +catchRenamings=< Catch All Renamings> +# catchRenamings_en=Catch All Renamings +catchMoves=< Catch All Moves> +# catchMoves_en=Catch All Moves +catchCreates=< Catch All Creates> +# catchCreates_en=Catch All Creates +catchDeletes=< Catch All Deletes> +# catchDeletes_en=Catch All Deletes +catchCopies=< Catch All Copies> +# catchCopies_en=Catch All Copies +queryParticipants=< Infinity Query Participant> +# queryParticipants_en= Infinity Query Participant diff --git a/modeling/org.eclipse.stardust.modeling.refactoring.nl/plugin_en.properties b/modeling/org.eclipse.stardust.modeling.refactoring.nl/plugin_en.properties new file mode 100644 index 0000000..deaf7eb --- a/dev/null +++ b/modeling/org.eclipse.stardust.modeling.refactoring.nl/plugin_en.properties @@ -0,0 +1,34 @@ +###############################################################################
+# Copyright (c) 2011 SunGard CSA LLC 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:
+# SunGard CSA LLC - initial API and implementation and/or initial documentation
+###############################################################################
+pluginName=Infinity Workflow Model Refactoring Support
+# pluginName_en=Infinity Workflow Model Refactoring Support
+providerName=SunGard CSA LLC
+# providerName_en=SunGard CSA LLC
+packageRenameParticipant=Java Package Rename Participant
+# packageRenameParticipant_en=Java Package Rename Participant
+classRenameParticipant=Java Class Rename Participant
+# classRenameParticipant_en=Java Class Rename Participant
+methodRenameParticipant=Java Method Rename Participant
+# methodRenameParticipant_en=Java Method Rename Participant
+classMoveParticipant=Java Class Move Participant
+# classMoveParticipant_en=Java Class Move Participant
+catchRenamings=Catch All Renamings
+# catchRenamings_en=Catch All Renamings
+catchMoves=Catch All Moves
+# catchMoves_en=Catch All Moves
+catchCreates=Catch All Creates
+# catchCreates_en=Catch All Creates
+catchDeletes=Catch All Deletes
+# catchDeletes_en=Catch All Deletes
+catchCopies=Catch All Copies
+# catchCopies_en=Catch All Copies
+queryParticipants=Infinity Query Participant
+# queryParticipants_en=Infinity Query Participant
diff --git a/modeling/org.eclipse.stardust.modeling.refactoring.nl/plugin_es.properties b/modeling/org.eclipse.stardust.modeling.refactoring.nl/plugin_es.properties new file mode 100644 index 0000000..d081b35 --- a/dev/null +++ b/modeling/org.eclipse.stardust.modeling.refactoring.nl/plugin_es.properties @@ -0,0 +1,22 @@ +pluginName=< Infinity Workflow Model Refactoring Support> +# pluginName_en= Infinity Workflow Model Refactoring Support +providerName=<SunGard CSA LLC> +# providerName_en=SunGard CSA LLC +classRenameParticipant=<Java Class Rename Participant> +# classRenameParticipant_en=Java Class Rename Participant +methodRenameParticipant=<Java Method Rename Participant> +# methodRenameParticipant_en=Java Method Rename Participant +classMoveParticipant=<Java Class Move Participant> +# classMoveParticipant_en=Java Class Move Participant +catchRenamings=<Catch All Renamings> +# catchRenamings_en=Catch All Renamings +catchMoves=<Catch All Moves> +# catchMoves_en=Catch All Moves +catchCreates=<Catch All Creates> +# catchCreates_en=Catch All Creates +catchDeletes=<Catch All Deletes> +# catchDeletes_en=Catch All Deletes +catchCopies=<Catch All Copies> +# catchCopies_en=Catch All Copies +queryParticipants=< Infinity Query Participant> +# queryParticipants_en= Infinity Query Participant diff --git a/modeling/org.eclipse.stardust.modeling.refactoring.nl/plugin_ja.properties b/modeling/org.eclipse.stardust.modeling.refactoring.nl/plugin_ja.properties new file mode 100644 index 0000000..05769a3 --- a/dev/null +++ b/modeling/org.eclipse.stardust.modeling.refactoring.nl/plugin_ja.properties @@ -0,0 +1,34 @@ +###############################################################################
+# Copyright (c) 2011 SunGard CSA LLC 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:
+# SunGard CSA LLC - initial API and implementation and/or initial documentation
+###############################################################################
+pluginName= Infinity\u30EF\u30FC\u30AF\u30D5\u30ED\u30FC\u30E2\u30C7\u30EB\u306E\u30EA\u30D5\u30A1\u30AF\u30BF\u30EA\u30F3\u30B0\u30B5\u30DD\u30FC\u30C8
+# pluginName_en=Infinity Workflow Model Refactoring Support
+providerName= SunGard CSA LLC
+# providerName_en=SunGard CSA LLC
+packageRenameParticipant= Java\u30D1\u30C3\u30B1\u30FC\u30B8\u540D\u5909\u66F4\u306E\u30D1\u30FC\u30C6\u30A3\u30B7\u30D1\u30F3\u30C8
+# packageRenameParticipant_en=Java Package Rename Participant
+classRenameParticipant= Java\u30AF\u30E9\u30B9\u540D\u5909\u66F4\u306E\u30D1\u30FC\u30C6\u30A3\u30B7\u30D1\u30F3\u30C8
+# classRenameParticipant_en=Java Class Rename Participant
+methodRenameParticipant= Java\u30E1\u30BD\u30C3\u30C9\u540D\u5909\u66F4\u306E\u30D1\u30FC\u30C6\u30A3\u30B7\u30D1\u30F3\u30C8
+# methodRenameParticipant_en=Java Method Rename Participant
+classMoveParticipant= Java\u30AF\u30E9\u30B9\u79FB\u52D5\u306E\u30D1\u30FC\u30C6\u30A3\u30B7\u30D1\u30F3\u30C8
+# classMoveParticipant_en=Java Class Move Participant
+catchRenamings= \u3059\u3079\u3066\u306E\u540D\u524D\u5909\u66F4\u3092\u30AD\u30E3\u30C3\u30C1
+# catchRenamings_en=Catch All Renamings
+catchMoves= \u3059\u3079\u3066\u306E\u79FB\u52D5\u3092\u30AD\u30E3\u30C3\u30C1
+# catchMoves_en=Catch All Moves
+catchCreates= \u3059\u3079\u3066\u306E\u4F5C\u6210\u3092\u30AD\u30E3\u30C3\u30C1
+# catchCreates_en=Catch All Creates
+catchDeletes= \u3059\u3079\u3066\u306E\u524A\u9664\u3092\u30AD\u30E3\u30C3\u30C1
+# catchDeletes_en=Catch All Deletes
+catchCopies= \u3059\u3079\u3066\u306E\u30B3\u30D4\u30FC\u3092\u30AD\u30E3\u30C3\u30C1
+# catchCopies_en=Catch All Copies
+queryParticipants= Infinity\u30AF\u30A8\u30EA\u306E\u30D1\u30FC\u30C6\u30A3\u30B7\u30D1\u30F3\u30C8
+# queryParticipants_en=Infinity Query Participant
diff --git a/modeling/org.eclipse.stardust.modeling.refactoring.nl/src/org/eclipse/stardust/modeling/refactoring/refactoring/refactoring-messages_en.properties b/modeling/org.eclipse.stardust.modeling.refactoring.nl/src/org/eclipse/stardust/modeling/refactoring/refactoring/refactoring-messages_en.properties new file mode 100644 index 0000000..6959ee3 --- a/dev/null +++ b/modeling/org.eclipse.stardust.modeling.refactoring.nl/src/org/eclipse/stardust/modeling/refactoring/refactoring/refactoring-messages_en.properties @@ -0,0 +1,18 @@ +###############################################################################
+# Copyright (c) 2011 SunGard CSA LLC 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:
+# SunGard CSA LLC - initial API and implementation and/or initial documentation
+###############################################################################
+MSG_UnableToSave=Unable to save editor:
+# MSG_UnableToSave_en=Unable to save editor:
+MSG_ParsingModels=Parsing Infinity models
+# MSG_ParsingModels_en=Parsing Infinity models
+MSG_RenameParticipant=Infinity Workflow Model Rename Refactoring Participant
+# MSG_RenameParticipant_en=Infinity Workflow Model Rename Refactoring Participant
+MSG_MoveParticipant=Infinity Workflow Model Move Refactoring Participant
+# MSG_MoveParticipant_en=Infinity Workflow Model Move Refactoring Participant
diff --git a/modeling/org.eclipse.stardust.modeling.refactoring.nl/src/org/eclipse/stardust/modeling/refactoring/refactoring/refactoring-messages_ja.properties b/modeling/org.eclipse.stardust.modeling.refactoring.nl/src/org/eclipse/stardust/modeling/refactoring/refactoring/refactoring-messages_ja.properties new file mode 100644 index 0000000..9488ad0 --- a/dev/null +++ b/modeling/org.eclipse.stardust.modeling.refactoring.nl/src/org/eclipse/stardust/modeling/refactoring/refactoring/refactoring-messages_ja.properties @@ -0,0 +1,18 @@ +###############################################################################
+# Copyright (c) 2011 SunGard CSA LLC 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:
+# SunGard CSA LLC - initial API and implementation and/or initial documentation
+###############################################################################
+MSG_UnableToSave= \u30A8\u30C7\u30A3\u30BF\u3092\u4FDD\u5B58\u3067\u304D\u307E\u305B\u3093\uFF1A
+# MSG_UnableToSave_en=Unable to save editor:
+MSG_ParsingModels= Infinity\u30E2\u30C7\u30EB\u3092\u89E3\u6790\u4E2D
+# MSG_ParsingModels_en=Parsing Infinity models
+MSG_RenameParticipant= Infinity\u30EF\u30FC\u30AF\u30D5\u30ED\u30FC\u30E2\u30C7\u30EB\u306E\u540D\u524D\u5909\u66F4\u306B\u3088\u308B\u30EA\u30D5\u30A1\u30AF\u30BF\u30EA\u30F3\u30B0\u306E\u30D1\u30FC\u30C6\u30A3\u30B7\u30D1\u30F3\u30C8
+# MSG_RenameParticipant_en=Infinity Workflow Model Rename Refactoring Participant
+MSG_MoveParticipant= Infinity\u30EF\u30FC\u30AF\u30D5\u30ED\u30FC\u30E2\u30C7\u30EB\u306E\u79FB\u52D5\u306B\u3088\u308B\u30EA\u30D5\u30A1\u30AF\u30BF\u30EA\u30F3\u30B0\u306E\u30D1\u30FC\u30C6\u30A3\u30B7\u30D1\u30F3\u30C8
+# MSG_MoveParticipant_en=Infinity Workflow Model Move Refactoring Participant
|

