mirror of
https://github.com/peterdell/wudsn-ide.git
synced 2024-12-23 00:29:47 +00:00
Fix localization for Pascal Source File
This commit is contained in:
parent
b8201b8407
commit
dbcd362cf4
@ -1,10 +1,10 @@
|
||||
Manifest-Version: 1.0
|
||||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: WUDSN IDE Pascal Plug-in
|
||||
Bundle-Name: Peter Dell
|
||||
Bundle-SymbolicName: com.wudsn.ide.pas;singleton:=true
|
||||
Bundle-Version: 1.7.2.qualifier
|
||||
Bundle-Activator: com.wudsn.ide.pas.Activator
|
||||
Bundle-Vendor: Peter Dell
|
||||
Bundle-Vendor: WUDSN IDE Pascal Plugin
|
||||
Require-Bundle: org.eclipse.core.resources,
|
||||
org.eclipse.core.runtime,
|
||||
org.eclipse.jface.text,
|
||||
|
2
com.wudsn.ide.pas/OSGI-INF/l10n/bundle.properties
Normal file
2
com.wudsn.ide.pas/OSGI-INF/l10n/bundle.properties
Normal file
@ -0,0 +1,2 @@
|
||||
#Properties file for com.wudsn.ide.pas
|
||||
com.wudsn.ide.pas.compiler.PascalSourceFile.name = Pascal Source File
|
@ -2,4 +2,7 @@ source.. = src/
|
||||
output.. = bin/
|
||||
bin.includes = META-INF/,\
|
||||
.,\
|
||||
plugin.xml
|
||||
plugin.xml,\
|
||||
OSGI-INF/
|
||||
OSGI-INF/l10n/bundle.properties,\
|
||||
|
||||
|
@ -5,10 +5,10 @@
|
||||
<extension
|
||||
point="org.eclipse.core.contenttype.contentTypes">
|
||||
<content-type
|
||||
file-extensions="pas"
|
||||
base-type="org.eclipse.core.runtime.text"
|
||||
name="%com.wudsn.ide.pas.compiler.PascalSourceFile.name"
|
||||
id="com.wudsn.ide.pas.compiler.PascalSourceFile">
|
||||
file-extensions="pas"
|
||||
id="com.wudsn.ide.pas.compiler.PascalSourceFile"
|
||||
name="%com.wudsn.ide.pas.compiler.PascalSourceFile.name">
|
||||
</content-type>
|
||||
</extension>
|
||||
<extension
|
||||
|
Loading…
Reference in New Issue
Block a user