Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2014-01-29 20:36:43 +0000
committerStephan Herrmann2014-01-29 20:36:43 +0000
commitdeab97e9d6d46862931efe9ba2f1c6c782f191e3 (patch)
treebbffd96eaa1a829d64af2ac73f912b6de7c3571b /pom.xml
parentd193384ef54e4e49815554a7436647ada18e0d53 (diff)
downloadeclipse.jdt.core-deab97e9d6d46862931efe9ba2f1c6c782f191e3.tar.gz
eclipse.jdt.core-deab97e9d6d46862931efe9ba2f1c6c782f191e3.tar.xz
eclipse.jdt.core-deab97e9d6d46862931efe9ba2f1c6c782f191e3.zip
Bug 426937 - [BETA_JAVA8] include o.e.j.annotation_v1 in root pom
Signed-off-by: David Williams <david_williams@us.ibm.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 8bab548822..3199234aff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,6 +43,7 @@
<modules>
<module>org.eclipse.jdt.annotation</module>
+ <module>org.eclipse.jdt.annotation_v1</module>
<module>org.eclipse.jdt.compiler.tool</module>
<module>org.eclipse.jdt.core</module>
<module>org.eclipse.jdt.compiler.tool.tests</module>

Back to the top