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/.classpath | |
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/.classpath')
-rw-r--r-- | shadows.org.eclipse.jdt.core/.classpath | 5 |
1 files changed, 5 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> |