1
0
Mirror von https://github.com/eclipse-aspectj/aspectj.git synchronisiert 2024-08-15 02:13:50 +02:00
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 Zeilen
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>