diff options
author | ehilsdal <ehilsdal> | 2004-01-27 19:24:46 +0000 |
---|---|---|
committer | ehilsdal <ehilsdal> | 2004-01-27 19:24:46 +0000 |
commit | b7cb32b47315334b87e821504aa8d41551f8a9a1 (patch) | |
tree | 7d2e2327dc0365ea3f475a1227490e71d48c78e3 /bcel-builder/.project | |
parent | 7bcfb2467baab99b39b4e6c4c289a156854f4bbd (diff) | |
download | aspectj-b7cb32b47315334b87e821504aa8d41551f8a9a1.tar.gz aspectj-b7cb32b47315334b87e821504aa8d41551f8a9a1.zip |
initial stab at a bcel-building module
Diffstat (limited to 'bcel-builder/.project')
-rw-r--r-- | bcel-builder/.project | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/bcel-builder/.project b/bcel-builder/.project new file mode 100644 index 000000000..681642c6b --- /dev/null +++ b/bcel-builder/.project @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<projectDescription> + <name>bcel-builder</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> |