From 33f7a92af7ccd86e191c1c22fa68290c64c40ecd Mon Sep 17 00:00:00 2001 From: Leif Frenzel Date: Sat, 21 Apr 2007 16:52:26 +0200 Subject: [PATCH] externalized strings in manifests in ghc compiler plugin darcs-hash:20070421145226-bb101-2162df8d28c9bd40f23bcba6aa0f1e263fd560c8.gz --- .../.settings/org.eclipse.pde.prefs | 15 +++++++++++++++ .../META-INF/MANIFEST.MF | 4 ++-- .../plugin.properties | 16 +++++++++++++++- net.sf.eclipsefp.haskell.ghccompiler/plugin.xml | 12 ++++++------ 4 files changed, 38 insertions(+), 9 deletions(-) create mode 100644 net.sf.eclipsefp.haskell.ghccompiler/.settings/org.eclipse.pde.prefs diff --git a/net.sf.eclipsefp.haskell.ghccompiler/.settings/org.eclipse.pde.prefs b/net.sf.eclipsefp.haskell.ghccompiler/.settings/org.eclipse.pde.prefs new file mode 100644 index 000000000..59872e94c --- /dev/null +++ b/net.sf.eclipsefp.haskell.ghccompiler/.settings/org.eclipse.pde.prefs @@ -0,0 +1,15 @@ +#Sat Apr 21 16:47:58 CEST 2007 +compilers.incompatible-environment=1 +compilers.p.build=1 +compilers.p.deprecated=1 +compilers.p.missing-packages=2 +compilers.p.no-required-att=0 +compilers.p.not-externalized-att=1 +compilers.p.unknown-attribute=1 +compilers.p.unknown-class=1 +compilers.p.unknown-element=1 +compilers.p.unknown-resource=1 +compilers.p.unresolved-ex-points=0 +compilers.p.unresolved-import=0 +compilers.use-project=true +eclipse.preferences.version=1 diff --git a/net.sf.eclipsefp.haskell.ghccompiler/META-INF/MANIFEST.MF b/net.sf.eclipsefp.haskell.ghccompiler/META-INF/MANIFEST.MF index 279c5e4f1..939d962d5 100644 --- a/net.sf.eclipsefp.haskell.ghccompiler/META-INF/MANIFEST.MF +++ b/net.sf.eclipsefp.haskell.ghccompiler/META-INF/MANIFEST.MF @@ -1,10 +1,10 @@ Manifest-Version: 1.0 -Bundle-Name: Ghc compiler +Bundle-Name: %bundleName Bundle-SymbolicName: net.sf.eclipsefp.haskell.ghccompiler;singleton:=true Bundle-Version: 0.11.0 Bundle-ClassPath: ghccompiler.jar Bundle-Activator: net.sf.eclipsefp.haskell.ghccompiler.GhcCompilerPlugin -Bundle-Vendor: eclipsefp.sourceforge.net +Bundle-Vendor: %bundleVendor Bundle-Localization: plugin Require-Bundle: org.antlr;bundle-version="[2.7.6,3.0.0)", org.eclipse.core.runtime;bundle-version="[3.2.0,4.0.0)", diff --git a/net.sf.eclipsefp.haskell.ghccompiler/plugin.properties b/net.sf.eclipsefp.haskell.ghccompiler/plugin.properties index e4cd28dce..e6614f1f3 100644 --- a/net.sf.eclipsefp.haskell.ghccompiler/plugin.properties +++ b/net.sf.eclipsefp.haskell.ghccompiler/plugin.properties @@ -1,5 +1,19 @@ +# bundle manifest +bundleVendor = eclipsefp.sourceforge.net +bundleName = Ghc compiler + + +# extensions +ghc_name = Glasgow Haskell Compiler (ghc) +ghc_desc = Glasgow Haskell Compiler wrapper for ghc support. + +compilerPP_name = GHC compiler +interpreterPP_name = GHCi (interactive) configuratorPage.title=Glasgow Haskell Compiler configuratorPage.description=The GHC is used to compile and link Haskell \ programs. It can also be\nrun in interactive mode. Even if you don't want to \ create standalone\napplications, it may be useful to have a GHC installation \ -on your system. \ No newline at end of file +on your system. + +shortcut_label = GHCi session +contextLabel_label = Run GHCi session \ No newline at end of file diff --git a/net.sf.eclipsefp.haskell.ghccompiler/plugin.xml b/net.sf.eclipsefp.haskell.ghccompiler/plugin.xml index 06275802c..0ec8f89fb 100644 --- a/net.sf.eclipsefp.haskell.ghccompiler/plugin.xml +++ b/net.sf.eclipsefp.haskell.ghccompiler/plugin.xml @@ -10,8 +10,8 @@ @@ -20,13 +20,13 @@ @@ -35,7 +35,7 @@