diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-10-08 22:04:46 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-10-18 17:04:23 +0200 |
commit | 26d6c325dce637c9a9f99e831f190475c1eff22f (patch) | |
tree | c99c8bd5d82f92fedce99ab64ae11b5c6639b6cd /org.eclipse.jgit.benchmarks/.classpath | |
parent | 8ca649c165e039cac6669c08bccd9f83734f0d3d (diff) | |
download | jgit-26d6c325dce637c9a9f99e831f190475c1eff22f.tar.gz jgit-26d6c325dce637c9a9f99e831f190475c1eff22f.zip |
benchmarks: use org.eclipse.jgit-parent as parent pom
Change-Id: I2248c12072adccaf2ba525da5dec4fb5b35ca383
Diffstat (limited to 'org.eclipse.jgit.benchmarks/.classpath')
-rw-r--r-- | org.eclipse.jgit.benchmarks/.classpath | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/org.eclipse.jgit.benchmarks/.classpath b/org.eclipse.jgit.benchmarks/.classpath index 8dcf94ed9c..01d71610e6 100644 --- a/org.eclipse.jgit.benchmarks/.classpath +++ b/org.eclipse.jgit.benchmarks/.classpath @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> - <classpathentry kind="src" output="target/classes" path="src"> + <classpathentry including="**/*.java" kind="src" output="target/classes" path="src"> <attributes> <attribute name="optional" value="true"/> <attribute name="maven.pomderived" value="true"/> @@ -19,18 +19,7 @@ <classpathentry kind="src" path=".apt_generated"> <attributes> <attribute name="optional" value="true"/> - <attribute name="maven.pomderived" value="true"/> - <attribute name="ignore_optional_problems" value="true"/> - <attribute name="m2e-apt" value="true"/> - </attributes> - </classpathentry> - <classpathentry kind="src" output="target/test-classes" path="target/generated-test-sources/test-annotations"> - <attributes> - <attribute name="optional" value="true"/> - <attribute name="maven.pomderived" value="true"/> - <attribute name="ignore_optional_problems" value="true"/> - <attribute name="m2e-apt" value="true"/> </attributes> </classpathentry> <classpathentry kind="output" path="target/classes"/> -</classpath>
\ No newline at end of file +</classpath> |