aboutsummaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorReinier Zwitserloot <r.zwitserloot@projectlombok.org>2020-03-05 22:47:54 +0100
committerReinier Zwitserloot <r.zwitserloot@projectlombok.org>2020-03-05 22:47:54 +0100
commit635a32258e6c9a7d074c8c5b53f5cd08d6ddc9fd (patch)
tree0737528ac5b8c2e5df924292fa801008c1b8ef89 /build.xml
parent59aa6761115cb912d5223870be348b70e0e9fd9c (diff)
downloadlombok-635a32258e6c9a7d074c8c5b53f5cd08d6ddc9fd.tar.gz
lombok-635a32258e6c9a7d074c8c5b53f5cd08d6ddc9fd.tar.bz2
lombok-635a32258e6c9a7d074c8c5b53f5cd08d6ddc9fd.zip
[eclipse-p2] the eclipse p2 site is now selfsigned.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index 0a2187fe..f50d68f6 100644
--- a/build.xml
+++ b/build.xml
@@ -375,8 +375,7 @@ lombok.launch.AnnotationProcessorHider$ClaimingProcessor,isolating</echo>
<antcall target="dist" />
</target>
- <target name="eclipse-p2" depends="config-ssh, -eclipse-p2-dist" description="Builds an eclipse p2 update site which allows lombok to be installed as an eclipse plugin">
-
+ <target name="eclipse-p2" depends="config-ssh, version, -eclipse-p2-dist" description="Builds an eclipse p2 update site which allows lombok to be installed as an eclipse plugin">
<ant antfile="buildScripts/eclipse-p2.ant.xml" target="dist-eclipse-p2" inheritAll="false">
<property name="lombok.version" value="${lombok.version}" />
</ant>