Revision: 691
http://cishell.svn.sourceforge.net/cishell/?rev=691&view=rev
Author: bh2
Date: 2008-03-25 08:11:50 -0700 (Tue, 25 Mar 2008)
Log Message:
-----------
updated ant task to have an ant jar in its project so we don't have to worry about it anymore
Modified Paths:
--------------
trunk/templates/org.cishell.templates.tasks/.classpath
Added Paths:
-----------
trunk/templates/org.cishell.templates.tasks/lib/
trunk/templates/org.cishell.templates.tasks/lib/ant.jar
Modified: trunk/templates/org.cishell.templates.tasks/.classpath
===================================================================
--- trunk/templates/org.cishell.templates.tasks/.classpath 2008-03-25 14:57:57 UTC (rev 690)
+++ trunk/templates/org.cishell.templates.tasks/.classpath 2008-03-25 15:11:50 UTC (rev 691)
@@ -2,10 +2,6 @@
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
- <classpathentry kind="lib" path="/home/bherr/bin/eclipse/plugins/org.apache.ant_1.6.5/lib/ant.jar">
- <attributes>
- <attribute value="http://www.cs.bris.ac.uk/Teaching/Resources/General/ant/docs/manual/api/" name="javadoc_location"/>
- </attributes>
- </classpathentry>
+ <classpathentry kind="lib" path="lib/ant.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
Added: trunk/templates/org.cishell.templates.tasks/lib/ant.jar
===================================================================
(Binary files differ)
Property changes on: trunk/templates/org.cishell.templates.tasks/lib/ant.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|