Changeset 1659


Ignore:
Timestamp:
10/09/12 18:02:29 (12 years ago)
Author:
magsj467
Message:

Updated library dependencies for graph viewer

Location:
trunk/org.modelica.mdt.ui
Files:
3 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/org.modelica.mdt.ui/.classpath

    r1656 r1659  
    44    <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
    55    <classpathentry kind="src" path="src"/>
    6     <classpathentry exported="true" kind="lib" path="lib/org.eclipse.draw2d_3.8.0.201206112118.jar"/>
    7     <classpathentry exported="true" kind="lib" path="lib/org.eclipse.zest.core_1.3.0.201206112118.jar"/>
    8     <classpathentry exported="true" kind="lib" path="lib/org.eclipse.zest.layouts_1.1.0.201206112118.jar"/>
     6    <classpathentry exported="true" kind="lib" path="lib/org.eclipse.draw2d_3.8.1.201208200205.jar"/>
     7    <classpathentry exported="true" kind="lib" path="lib/org.eclipse.zest.core_1.3.0.201208200205.jar"/>
     8    <classpathentry exported="true" kind="lib" path="lib/org.eclipse.zest.layouts_1.1.0.201208200205.jar"/>
    99    <classpathentry kind="output" path="bin"/>
    1010</classpath>
  • trunk/org.modelica.mdt.ui/META-INF/MANIFEST.MF

    r1651 r1659  
    4040 org.eclipse.ltk.ui.refactoring
    4141Bundle-RequiredExecutionEnvironment: JavaSE-1.6
     42Bundle-ClassPath: lib/org.eclipse.draw2d_3.8.1.201208200205.jar,
     43 lib/org.eclipse.zest.core_1.3.0.201208200205.jar,
     44 lib/org.eclipse.zest.layouts_1.1.0.201208200205.jar,
     45 .
  • trunk/org.modelica.mdt.ui/build.properties

    r1657 r1659  
    66               doc/,\
    77               icons/,\
    8                lib/
     8               lib/,\
     9               lib/org.eclipse.draw2d_3.8.1.201208200205.jar,\
     10               lib/org.eclipse.zest.core_1.3.0.201208200205.jar,\
     11               lib/org.eclipse.zest.layouts_1.1.0.201208200205.jar
Note: See TracChangeset for help on using the changeset viewer.