Boost logo

Boost-Commit :

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


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

Log:
adding missing files, setting some properties
Added:
   sandbox-branches/birbacher/eclipse_contrib/JamfileEditor/.classpath (contents, props changed)
   sandbox-branches/birbacher/eclipse_contrib/JamfileEditor/build.properties (contents, props changed)
   sandbox-branches/birbacher/eclipse_contrib/JamfileEditor/plugin.xml (contents, props changed)
Properties modified:
   sandbox-branches/birbacher/eclipse_contrib/JamfileEditor/.project (props changed)
   sandbox-branches/birbacher/eclipse_contrib/JamfileEditor/.settings/ (props changed)
Text files modified:
   sandbox-branches/birbacher/eclipse_contrib/JamfileEditor/META-INF/MANIFEST.MF | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Added: sandbox-branches/birbacher/eclipse_contrib/JamfileEditor/.classpath
==============================================================================
--- (empty file)
+++ sandbox-branches/birbacher/eclipse_contrib/JamfileEditor/.classpath 2008-05-02 15:09:41 EDT (Fri, 02 May 2008)
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>

Modified: sandbox-branches/birbacher/eclipse_contrib/JamfileEditor/META-INF/MANIFEST.MF
==============================================================================
--- sandbox-branches/birbacher/eclipse_contrib/JamfileEditor/META-INF/MANIFEST.MF (original)
+++ sandbox-branches/birbacher/eclipse_contrib/JamfileEditor/META-INF/MANIFEST.MF 2008-05-02 15:09:41 EDT (Fri, 02 May 2008)
@@ -10,4 +10,4 @@
 Bundle-Vendor: Boost.org
 Export-Package: org.boost.eclipse.bjam.editor,
  org.boost.eclipse.bjam.editor.rules,
- org.boost.eclipse.bjam.editor.scanners
+ org.boost.eclipse.bjam.editor.scanners;uses:="org.boost.eclipse.bjam.editor"

Added: sandbox-branches/birbacher/eclipse_contrib/JamfileEditor/build.properties
==============================================================================
--- (empty file)
+++ sandbox-branches/birbacher/eclipse_contrib/JamfileEditor/build.properties 2008-05-02 15:09:41 EDT (Fri, 02 May 2008)
@@ -0,0 +1,6 @@
+source.. = src/
+output.. = bin/
+bin.includes = plugin.xml,\
+ META-INF/,\
+ .,\
+ icons/

Added: sandbox-branches/birbacher/eclipse_contrib/JamfileEditor/plugin.xml
==============================================================================
--- (empty file)
+++ sandbox-branches/birbacher/eclipse_contrib/JamfileEditor/plugin.xml 2008-05-02 15:09:41 EDT (Fri, 02 May 2008)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.2"?>
+<plugin>
+
+ <extension
+ point="org.eclipse.ui.editors">
+ <editor
+ name="Jamfile Editor"
+ extensions="jam,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">
+ </editor>
+ </extension>
+
+</plugin>


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