From fb02cb4714768a2d27db04cc09e6d4cb93c3fc29 Mon Sep 17 00:00:00 2001 From: pombredanne Date: Thu, 2 Nov 2006 06:46:38 +0000 Subject: [PATCH] Matched the id to the module name. --- net.sourceforge.phpeclipse.smarty.ui/.cvsignore | 5 +---- .../META-INF/MANIFEST.MF | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/net.sourceforge.phpeclipse.smarty.ui/.cvsignore b/net.sourceforge.phpeclipse.smarty.ui/.cvsignore index 4956ef9..c5e82d7 100644 --- a/net.sourceforge.phpeclipse.smarty.ui/.cvsignore +++ b/net.sourceforge.phpeclipse.smarty.ui/.cvsignore @@ -1,4 +1 @@ -bin -build.xml -temp.folder -smartyui.jar +bin \ No newline at end of file diff --git a/net.sourceforge.phpeclipse.smarty.ui/META-INF/MANIFEST.MF b/net.sourceforge.phpeclipse.smarty.ui/META-INF/MANIFEST.MF index 1fbd4b2..31baec5 100644 --- a/net.sourceforge.phpeclipse.smarty.ui/META-INF/MANIFEST.MF +++ b/net.sourceforge.phpeclipse.smarty.ui/META-INF/MANIFEST.MF @@ -1,7 +1,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: PHPeclipse Smarty UI -Bundle-SymbolicName: net.sourceforge.phpdt.smarty.ui; singleton:=true +Bundle-SymbolicName: net.sourceforge.phpeclipse.smarty.ui;singleton:=true Bundle-Version: 1.1.9 Bundle-ClassPath: smartyui.jar Bundle-Activator: net.sourceforge.phpdt.smarty.ui.SmartyUI -- 1.7.1