Changeset 17076
- Timestamp:
- 09/10/08 17:48:19 (3 months ago)
- Files:
-
- tickets/ticket-1885/imbuild/source.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
tickets/ticket-1885/imbuild/source.xml
r17075 r17076 50 50 <target name="-define-task-classpath"> 51 51 <path id="task.class.path"> 52 <pathelement location="${integrate.basedir}/resources"/> 52 53 <pathelement location="${build.task.dir}"/> 53 54 <path refid="project.execute.path"/> 54 <pathelement location="${integrate.basedir}/resources"/>55 55 <!-- And add anything in this project --> 56 56 <!-- FIXED just don't allow tasks in this project - mst be in subproject --> 57 57 <!--<pathelement location="${dist.jar}"/>--> 58 58 </path> 59 60 <property name="cp" refid="task.class.path"/> 61 <echo message="task.class.path is: ${cp}"/> 59 62 </target> 60 63
