diff options
author | Andy Clement <aclement@pivotal.io> | 2019-01-24 12:02:42 -0800 |
---|---|---|
committer | Andy Clement <aclement@pivotal.io> | 2019-01-24 12:02:42 -0800 |
commit | e01e4369b4c60775d679d8de678f54097fdc3120 (patch) | |
tree | 9fec1dc58d902e4850f45def0f6beb44254df3da /runtime/.classpath | |
parent | 38a5e6c8f6ac969a71b91de3a572fdcd4fb22b1b (diff) | |
download | aspectj-e01e4369b4c60775d679d8de678f54097fdc3120.tar.gz aspectj-e01e4369b4c60775d679d8de678f54097fdc3120.zip |
mavenizing runtime module - complete
Diffstat (limited to 'runtime/.classpath')
-rw-r--r-- | runtime/.classpath | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/runtime/.classpath b/runtime/.classpath deleted file mode 100644 index f33c50284..000000000 --- a/runtime/.classpath +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<classpath> - <classpathentry kind="src" path="src"/> - <classpathentry kind="src" path="testsrc"/> - <classpathentry kind="lib" path="/lib/junit/junit.jar" sourcepath="/lib/junit/junit-src.jar"/> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> - <classpathentry kind="output" path="bin"/> -</classpath> |