org.aspectj/shadows.org.eclipse.jdt.core/build.xml
acolyer ab3987d190 When not working with the branch version of
shadows/org.eclipse.jdt.core in your workspace (which will be 
most of the time), this dummy project will satisfy the
build dependency of the HEAD org.eclipse.jdt.core project.
2004-01-26 15:17:22 +00:00

5 рядки
191 B
XML

<project name="ShadowJdtCore" basedir="." default="make.jdtcore.jar">
<target name="make.jdtcore.jar">
<echo message="dummy build of jdtcore.jar complete."/>
</target>
</project>