diff options
author | acolyer <acolyer> | 2004-01-26 15:17:22 +0000 |
---|---|---|
committer | acolyer <acolyer> | 2004-01-26 15:17:22 +0000 |
commit | ab3987d19011d091529a5099eba1186fe15b5a66 (patch) | |
tree | 53cd097095631038e1c8346b888753ce3652dadf /shadows.org.eclipse.jdt.core | |
parent | 0c833438dadeeb26659cd901870d18d2c103658b (diff) | |
download | aspectj-ab3987d19011d091529a5099eba1186fe15b5a66.tar.gz aspectj-ab3987d19011d091529a5099eba1186fe15b5a66.zip |
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.
Diffstat (limited to 'shadows.org.eclipse.jdt.core')
-rw-r--r-- | shadows.org.eclipse.jdt.core/.classpath | 5 | ||||
-rw-r--r-- | shadows.org.eclipse.jdt.core/.project | 17 | ||||
-rw-r--r-- | shadows.org.eclipse.jdt.core/README.html | 17 | ||||
-rw-r--r-- | shadows.org.eclipse.jdt.core/build.xml | 5 | ||||
-rw-r--r-- | shadows.org.eclipse.jdt.core/notamodule | 0 |
5 files changed, 44 insertions, 0 deletions
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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="src" path=""/> + <classpathentry kind="output" path=""/> +</classpath> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>shadows.org.eclipse.jdt.core</name> + <comment></comment> + <projects> + </projects> + <buildSpec> + <buildCommand> + <name>org.eclipse.jdt.core.javabuilder</name> + <arguments> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>org.eclipse.jdt.core.javanature</nature> + </natures> +</projectDescription> 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 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> + <head> + <title>Placeholder for the Shadow version Eclipse JDT compiler</title> + </head> + + <body> + <h1>Placeholder for the Shadow version of the Eclipse JDT Compiler</h1> + + <p>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. + </p> + </body> +</html> 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 @@ +<project name="ShadowJdtCore" basedir="." default="make.jdtcore.jar"> + <target name="make.jdtcore.jar"> + <echo message="dummy build of jdtcore.jar complete."/> + </target> +</project>
\ 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 --- /dev/null +++ b/shadows.org.eclipse.jdt.core/notamodule |