From ab3987d19011d091529a5099eba1186fe15b5a66 Mon Sep 17 00:00:00 2001 From: acolyer Date: Mon, 26 Jan 2004 15:17:22 +0000 Subject: [PATCH] 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. --- shadows.org.eclipse.jdt.core/.classpath | 5 +++++ shadows.org.eclipse.jdt.core/.project | 17 +++++++++++++++++ shadows.org.eclipse.jdt.core/README.html | 17 +++++++++++++++++ shadows.org.eclipse.jdt.core/build.xml | 5 +++++ shadows.org.eclipse.jdt.core/notamodule | 0 5 files changed, 44 insertions(+) create mode 100644 shadows.org.eclipse.jdt.core/.classpath create mode 100644 shadows.org.eclipse.jdt.core/.project create mode 100644 shadows.org.eclipse.jdt.core/README.html create mode 100644 shadows.org.eclipse.jdt.core/build.xml create mode 100644 shadows.org.eclipse.jdt.core/notamodule diff --git a/shadows.org.eclipse.jdt.core/.classpath b/shadows.org.eclipse.jdt.core/.classpath new file mode 100644 index 000000000..969634614 --- /dev/null +++ b/shadows.org.eclipse.jdt.core/.classpath @@ -0,0 +1,5 @@ + + + + + diff --git a/shadows.org.eclipse.jdt.core/.project b/shadows.org.eclipse.jdt.core/.project new file mode 100644 index 000000000..b4aeaa437 --- /dev/null +++ b/shadows.org.eclipse.jdt.core/.project @@ -0,0 +1,17 @@ + + + shadows.org.eclipse.jdt.core + + + + + + org.eclipse.jdt.core.javabuilder + + + + + + org.eclipse.jdt.core.javanature + + diff --git a/shadows.org.eclipse.jdt.core/README.html b/shadows.org.eclipse.jdt.core/README.html new file mode 100644 index 000000000..979fd256e --- /dev/null +++ b/shadows.org.eclipse.jdt.core/README.html @@ -0,0 +1,17 @@ + + + + Placeholder for the Shadow version Eclipse JDT compiler + + + +

Placeholder for the Shadow version of the Eclipse JDT Compiler

+ +

This module is here so that the org.eclipse.jdt.core project can + fulfill its project dependencies when not working with the 'real' + shadow version of org.eclipse.jdt.core (the normal mode). It contains + a build.xml file that does nothing, in order to satisfy the external + builder tool added to the chain of the org.eclipse.jdt.core HEAD project. +

+ + diff --git a/shadows.org.eclipse.jdt.core/build.xml b/shadows.org.eclipse.jdt.core/build.xml new file mode 100644 index 000000000..232cbc7eb --- /dev/null +++ b/shadows.org.eclipse.jdt.core/build.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/shadows.org.eclipse.jdt.core/notamodule b/shadows.org.eclipse.jdt.core/notamodule new file mode 100644 index 000000000..e69de29bb -- 2.39.5