Show
Ignore:
Timestamp:
05/01/07 13:28:54 (5 years ago)
Author:
asterite
Message:

- Added library ant.jar to project anttasks
- Renamed package anttasks to descent.ant.tasks
- Now descent.core registers the ant task in Eclipse.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/anttasks/.classpath

    r292 r328  
    33    <classpathentry kind="src" path="src"/> 
    44    <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> 
    5     <classpathentry kind="lib" path="C:/downloads/apache-ant-1.7.0-bin/apache-ant-1.7.0/lib/ant.jar"/> 
     5    <classpathentry kind="lib" path="lib/ant.jar"/> 
    66    <classpathentry kind="output" path="bin"/> 
    77</classpath>