Ignore:
Timestamp:
Aug 22, 2011, 3:38:32 PM (12 years ago)
Author:
Martin Svensson
Message:

Fixes #312 Updates required for BASE 3 support. Downloading the necessary base3-jar files with Ant has not been cause the base3 has not been released yet.

Location:
extensions/net.sf.basedb.mev/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/net.sf.basedb.mev/trunk

    • Property svn:ignore
      •  

        old new  
        44build.properties
        55.project
         6mev-launcher.jar
  • extensions/net.sf.basedb.mev/trunk/.classpath

    r1163 r1383  
    55  <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
    66  <classpathentry kind="lib" path="lib/compile/servlet-api.jar"/>
    7   <classpathentry kind="lib" path="lib/compile/BASE2CorePlugins.jar"/>
    8   <classpathentry kind="lib" path="lib/compile/BASE2Webclient.jar"/>
    9   <classpathentry kind="lib" path="lib/compile/BASE2WSClient.jar"/>
    10   <classpathentry kind="lib" path="lib/compile/BASE2Core.jar" sourcepath="/trunk/src/core"/>
    117  <classpathentry kind="lib" path="resources/jar/mev-base.jar" sourcepath="/mev-4.4.1/source"/>
    128  <classpathentry kind="lib" path="resources/jar/mev-gui-impl.jar" sourcepath="/mev-4.4.1/source"/>
    139  <classpathentry kind="lib" path="resources/jar/HTTPClient.jar"/>
     10  <classpathentry kind="lib" path="lib/compile/base-core-3.0.0.jar"/>
     11  <classpathentry kind="lib" path="lib/compile/base-coreplugins-3.0.0.jar"/>
     12  <classpathentry kind="lib" path="lib/compile/base-webclient-3.0.0.jar"/>
     13  <classpathentry kind="lib" path="lib/compile/base-webservices-client-3.0.0.jar"/>
    1414  <classpathentry kind="output" path="bin"/>
    1515</classpath>
Note: See TracChangeset for help on using the changeset viewer.