Localization test

This commit is contained in:
peterdell 2021-09-12 19:21:42 +02:00
parent 036e43c1cf
commit f568a329ca
5 changed files with 308 additions and 70 deletions

File diff suppressed because one or more lines are too long

View File

@ -2,7 +2,7 @@
<launchConfiguration type="org.eclipse.pde.ui.RuntimeWorkbench">
<setAttribute key="additional_plugins"/>
<booleanAttribute key="append.args" value="true"/>
<booleanAttribute key="askclear" value="true"/>
<booleanAttribute key="askclear" value="false"/>
<booleanAttribute key="automaticAdd" value="true"/>
<booleanAttribute key="automaticValidate" value="true"/>
<stringAttribute key="bootstrap" value=""/>
@ -11,7 +11,7 @@
<booleanAttribute key="clearws" value="false"/>
<booleanAttribute key="clearwslog" value="false"/>
<stringAttribute key="configLocation" value="${workspace_loc}/.metadata/.plugins/org.eclipse.pde.core/WUDSN-IDE"/>
<booleanAttribute key="default" value="false"/>
<booleanAttribute key="default" value="true"/>
<setAttribute key="deselected_workspace_bundles">
<setEntry value="com.wudsn.ide.asm.compilers.test"/>
<setEntry value="org.eclipse.debug.ui"/>
@ -207,8 +207,8 @@
<booleanAttribute key="show_selected_only" value="false"/>
<stringAttribute key="templateConfig" value="${target_home}\configuration\config.ini"/>
<booleanAttribute key="tracing" value="false"/>
<booleanAttribute key="useCustomFeatures" value="true"/>
<booleanAttribute key="useCustomFeatures" value="false"/>
<booleanAttribute key="useDefaultConfig" value="true"/>
<booleanAttribute key="useDefaultConfigArea" value="true"/>
<booleanAttribute key="useProduct" value="true"/>
<booleanAttribute key="useProduct" value="false"/>
</launchConfiguration>

View File

@ -1,17 +1,18 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Local Testing, Not Part of Features
Bundle-Name: Peter Dell
Bundle-SymbolicName: com.wudsn.ide.tst;singleton:=true
Bundle-Version: 1.0.0
Bundle-Activator: com.wudsn.ide.tst.Activator
Bundle-Vendor: WUDSN
Bundle-Vendor: WUDSN IDE Test Plugin
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.eclipse.jface.text,
org.eclipse.ui.editors,
org.eclipse.core.resources,
org.eclipse.ui.workbench,
org.eclipse.ui.ide;bundle-version="3.9.1"
org.eclipse.ui.ide;bundle-version="3.9.1",
org.eclipse.help
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-ActivationPolicy: lazy; exclude:="com.wudsn.ide.tst.contenttypes"
Automatic-Module-Name: com.wudsn.ide.tst

View File

@ -0,0 +1,3 @@
#Properties file for com.wudsn.ide.tst
com.wudsn.ide.tst.ATASCIIFile.name = ATASCII File
com.wudsn.ide.tst.editors.ATASCIIEditor.name = ATASCII Editor

View File

@ -3,4 +3,6 @@ output.. = bin/
bin.includes = META-INF/,\
.,\
plugin.xml,\
icons/
icons/,\
OSGI-INF/l10n/bundle.properties,\
OSGI-INF/