Changeset 991


Ignore:
Timestamp:
01/19/16 12:55:54 (8 years ago)
Author:
bln4
Message:
 
Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/.classpath

    r945 r991  
    2222        <classpathentry kind="lib" path="releases/jars/json-simple-1.1.1.jar"/>
    2323        <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
     24        <classpathentry kind="lib" path="releases/jars/svgSalamander.jar"/>
    2425        <classpathentry kind="output" path="bin/src"/>
    2526</classpath>
  • trunk/META-INF/MANIFEST.MF

    r949 r991  
    2020 releases/jars/jgraphx.jar,
    2121 releases/jars/commons-cli-1.2.jar,
    22  releases/jars/json-simple-1.1.1.jar
     22 releases/jars/json-simple-1.1.1.jar,
     23 releases/jars/svgSalamander.jar
    2324Export-Package: .,
    2425 com.keypoint,
  • trunk/README-Eclipse-Plugin.txt

    r750 r991  
    2222
    2323You should now be able to run your eclipse plugin/rcp that depends on Expeditee
     24
     25A note on new jar files
     26-----------------------
     27If a new jar file is added to expeditees libraries then you are going to have to tell the MANIFEST.MF file about it (as well as your project classpath). 
     28Failure to do this will cause a runtime exception when the jar file is asscessed; because the plugin doesn't think you should have access.
     29
     30To add the new jar file: open MANIFEST.MF
     31Go to the 'Runtime' tab and add it as a required jar on the classpath area.
  • trunk/build.properties

    r956 r991  
    2121               bin/,\
    2222               expeditee/,\
    23                build.xml
     23               build.xml,\
     24               releases/jars/svgSalamander.jar
Note: See TracChangeset for help on using the changeset viewer.