diff options
author | Andy Clement <aclement@pivotal.io> | 2019-01-25 15:18:12 -0800 |
---|---|---|
committer | Andy Clement <aclement@pivotal.io> | 2019-01-25 15:18:12 -0800 |
commit | b30dde96344652cf514342b0ca597e37fe9181a0 (patch) | |
tree | 35860be121955162cf652e8fc794fcd14746cf6a /bcel-builder/.project | |
parent | c5af77504b05532946434489fcc2f741e286f9f4 (diff) | |
download | aspectj-b30dde96344652cf514342b0ca597e37fe9181a0.tar.gz aspectj-b30dde96344652cf514342b0ca597e37fe9181a0.zip |
fix pom version and minor improvement to classpath calc
Diffstat (limited to 'bcel-builder/.project')
-rw-r--r-- | bcel-builder/.project | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/bcel-builder/.project b/bcel-builder/.project new file mode 100644 index 000000000..454e221b1 --- /dev/null +++ b/bcel-builder/.project @@ -0,0 +1,23 @@ +<?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> + <buildCommand> + <name>org.eclipse.m2e.core.maven2Builder</name> + <arguments> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>org.eclipse.jdt.core.javanature</nature> + <nature>org.eclipse.m2e.core.maven2Nature</nature> + </natures> +</projectDescription> |