Skip to content

Commit

Permalink
Preparing for deployment, added icon (looking nice)
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterthanlime committed Jul 8, 2009
1 parent 670f5b1 commit 1bc6aac
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Ooclipse Plug-in
Bundle-SymbolicName: ooclipse; singleton:=true
Bundle-Version: 1.0.0
Bundle-Version: 0.3.0
Bundle-Activator: ooclipse.Activator
Bundle-Vendor: Amos Wenger
Require-Bundle: org.eclipse.ui,
Expand All @@ -11,3 +11,5 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.ui.editors
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ActivationPolicy: lazy
Export-Package: ooclipse,
ooclipse.editors
Binary file added icons/llama-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<editor
name="Ooc Source Editor"
extensions="ooc"
icon="icons/sample.gif"
icon="icons/llama-16x16.png"
contributorClass="org.eclipse.ui.texteditor.BasicTextEditorActionContributor"
class="ooclipse.editors.OocEditor"
id="ooclipse.editors.OocEditor">
Expand Down

0 comments on commit 1bc6aac

Please sign in to comment.