Bug 510072: Scripts & tool for publishing to Maven Central should
migrate to releng git

- include building of EnrichPoms.jar into the main script.
- rename packages
diff --git a/releng/EnrichPoms/properties.sh b/releng/EnrichPoms/properties.sh
index c6821f2..f543506 100644
--- a/releng/EnrichPoms/properties.sh
+++ b/releng/EnrichPoms/properties.sh
@@ -30,7 +30,8 @@
 ECLIPSE=${LOCAL_TOOLS}/eclipse/eclipse
 
 # ENRICH POMS tool:
-ENRICH_POMS_JAR=${WORKSPACE}/../../pomEnricher/workspace/EnrichPoms.jar
+ENRICH_POMS_JAR=${WORKSPACE}/work/EnrichPoms.jar
+ENRICH_POMS_PACKAGE=org.eclipse.platform.releng.maven.pom
 
 # AGGREGATION MODEL:
-FILE_SDK_AGGR=${WORKSPACE}/SDK4Mvn.aggr
+FILE_SDK_AGGR=${WORKSPACE}/work/SDK4Mvn.aggr