Boost logo

Boost-Commit :

From: frank.birbacher_at_[hidden]
Date: 2008-05-02 15:21:09


Author: birbacher
Date: 2008-05-02 15:21:09 EDT (Fri, 02 May 2008)
New Revision: 45037
URL: http://svn.boost.org/trac/boost/changeset/45037

Log:
plug-in now also recognizes "Jamroot" and "Jamfile" in addition to "*.jam"
Text files modified:
   sandbox-branches/birbacher/eclipse_contrib/JamfileEditor/plugin.xml | 7 ++++---
   1 files changed, 4 insertions(+), 3 deletions(-)

Modified: sandbox-branches/birbacher/eclipse_contrib/JamfileEditor/plugin.xml
==============================================================================
--- sandbox-branches/birbacher/eclipse_contrib/JamfileEditor/plugin.xml (original)
+++ sandbox-branches/birbacher/eclipse_contrib/JamfileEditor/plugin.xml 2008-05-02 15:21:09 EDT (Fri, 02 May 2008)
@@ -6,11 +6,12 @@
          point="org.eclipse.ui.editors">
       <editor
             name="Jamfile Editor"
- extensions="jam,Jamfile,Jamroot"
+ extensions="jam"
+ filenames="Jamfile,Jamroot"
             icon="icons/favicon.png"
             contributorClass="org.eclipse.ui.texteditor.BasicTextEditorActionContributor"
- class="org.boost.eclipse.bjam.editors.JamfileEditor"
- id="org.boost.eclipse.bjam.editors.JamfileEditor">
+ class="org.boost.eclipse.bjam.editor.JamfileEditor"
+ id="org.boost.eclipse.bjam.editor.JamfileEditor">
       </editor>
    </extension>
 


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk