Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index cc493d86..10e62e13 100644
--- a/README.md
+++ b/README.md
@@ -58,11 +58,13 @@ Each package uses its own profile:
- epp.package.scout
- epp.package.testing
-With the signing profile enabled, the build artifacts (bundles, features) and the
+With the signing profiles enabled, the build artifacts (bundles, features) and the
Windows and Mac OSX executables are signed. This is done by using the Eclipse Foundation
internal signing service and can be activated only if the build is running there.
-- eclipse-sign
+- eclipse-sign-jar profile enables signing of the EPP bundles and jar files
+- eclipse-sign-mac profile enables usage of Mac OSX signing service
+- eclipse-sign-windows profile enables usage of Windows signing service
Additional Configuration Possibilities
--------------------------------------

Back to the top