Changeset 448 for trunk/.classpath


Ignore:
Timestamp:
02/26/12 14:02:51 (12 years ago)
Author:
davidb
Message:

Updated version of file that excludes the item/widget WebBrowser as this requires the platform-specific swt.jar file to be present.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.classpath

    r384 r448  
    22<classpath>
    33        <classpathentry kind="src" output="bin/src" path="tests"/>
    4         <classpathentry kind="src" path="src"/>
     4        <classpathentry excluding="org/expeditee/items/widgets/WebBrowser.java" kind="src" path="src"/>
    55        <classpathentry exported="true" kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/3.8.1"/>
    66        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
Note: See TracChangeset for help on using the changeset viewer.