Changeset 215


Ignore:
Timestamp:
Dec 7, 2006, 4:17:09 PM (16 years ago)
Author:
Johan Enell
Message:

corrected the classpath

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/se/lu/onk/build.xml

    r210 r215  
    6060 
    6161  <path id="classpath">
    62     <pathelement path="${lib}"/>
     62    <fileset dir="${lib}">
     63      <include name="**/*.jar"/>
     64    </fileset>
    6365    <pathelement path="${basefile.bin}"/>
    6466  </path>
Note: See TracChangeset for help on using the changeset viewer.