vmassol 2002/10/24 06:03:08
Modified: Eclipse-Plugin .classpath .project
Log:
added ant and boot core plugin dependencies
Revision Changes Path
1.7 +3 -0 jakarta-cactus/Eclipse-Plugin/.classpath
Index: .classpath
===================================================================
RCS file: /home/cvs/jakarta-cactus/Eclipse-Plugin/.classpath,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .classpath 21 Oct 2002 14:10:19 -0000 1.6
+++ .classpath 24 Oct 2002 13:03:08 -0000 1.7
@@ -13,5 +13,8 @@
<classpathentry kind="src" path="/org.eclipse.core.resources"/>
<classpathentry kind="src" path="/org.eclipse.jface"/>
<classpathentry kind="src" path="/org.eclipse.ui"/>
+ <classpathentry kind="src" path="/org.apache.ant"/>
+ <classpathentry kind="src" path="/org.eclipse.ant.core"/>
+ <classpathentry kind="src" path="/org.eclipse.core.boot"/>
<classpathentry kind="output" path="bin"/>
</classpath>
1.5 +3 -0 jakarta-cactus/Eclipse-Plugin/.project
Index: .project
===================================================================
RCS file: /home/cvs/jakarta-cactus/Eclipse-Plugin/.project,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .project 21 Oct 2002 14:06:06 -0000 1.4
+++ .project 24 Oct 2002 13:03:08 -0000 1.5
@@ -3,6 +3,9 @@
<name>JakartaCactusEclipse</name>
<comment></comment>
<projects>
+ <project>org.apache.ant</project>
+ <project>org.eclipse.ant.core</project>
+ <project>org.eclipse.core.boot</project>
<project>org.eclipse.core.resources</project>
<project>org.eclipse.core.runtime</project>
<project>org.eclipse.debug.core</project>
--
To unsubscribe, e-mail: <mailto:cactus-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:cactus-dev-help@;jakarta.apache.org>