aboutsummaryrefslogtreecommitdiff
path: root/buildScripts/p2/p2.inf
diff options
context:
space:
mode:
Diffstat (limited to 'buildScripts/p2/p2.inf')
-rw-r--r--buildScripts/p2/p2.inf6
1 files changed, 6 insertions, 0 deletions
diff --git a/buildScripts/p2/p2.inf b/buildScripts/p2/p2.inf
new file mode 100644
index 00000000..8fe5b1e2
--- /dev/null
+++ b/buildScripts/p2/p2.inf
@@ -0,0 +1,6 @@
+instructions.install=\
+org.eclipse.equinox.p2.touchpoint.eclipse.addJvmArg(jvmArg:-javaagent:${artifact.location}/lombok.jar);\
+org.eclipse.equinox.p2.touchpoint.natives.remove(path:${installFolder}/lombok.eclipse.agent.jar);
+
+instructions.uninstall=\
+org.eclipse.equinox.p2.touchpoint.eclipse.removeJvmArg(jvmArg:-javaagent:${artifact.location}/lombok.jar);