diff options
author | Johannes Faltermeier | 2014-01-20 14:01:36 +0000 |
---|---|---|
committer | Johannes Faltermeier | 2014-01-20 14:04:14 +0000 |
commit | 7e0899f299f1d7a590259442a0c3c0d81f8384fc (patch) | |
tree | 4a66dbaa5c5342c33fc1b84d294bff64df46ec67 /bundles/org.eclipse.emf.ecp.view.template.service/pom.xml | |
parent | d29bd192cb996bcadb6e6b612f13ec37ac3fd94f (diff) | |
download | org.eclipse.emf.ecp.core-7e0899f299f1d7a590259442a0c3c0d81f8384fc.tar.gz org.eclipse.emf.ecp.core-7e0899f299f1d7a590259442a0c3c0d81f8384fc.tar.xz org.eclipse.emf.ecp.core-7e0899f299f1d7a590259442a0c3c0d81f8384fc.zip |
Bug 426079 - Configure (HIPP) Build
Restructured build to do code signing. Added Profile for code signing. Added Profile for adding aggregate sites to the repository.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=426079
Diffstat (limited to 'bundles/org.eclipse.emf.ecp.view.template.service/pom.xml')
-rw-r--r-- | bundles/org.eclipse.emf.ecp.view.template.service/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.emf.ecp.view.template.service/pom.xml b/bundles/org.eclipse.emf.ecp.view.template.service/pom.xml index 5617e37f70..4567f46ec4 100644 --- a/bundles/org.eclipse.emf.ecp.view.template.service/pom.xml +++ b/bundles/org.eclipse.emf.ecp.view.template.service/pom.xml @@ -6,9 +6,9 @@ <parent>
<groupId>org.eclipse.emf.ecp</groupId>
- <artifactId>ecp-parent</artifactId>
+ <artifactId>ecp-bundles-parent</artifactId>
<version>1.1.1-SNAPSHOT</version>
- <relativePath>../../releng/org.eclipse.emf.ecp.releng/</relativePath>
+ <relativePath>../../releng/org.eclipse.emf.ecp.releng.bundles/</relativePath>
</parent>
<artifactId>org.eclipse.emf.ecp.view.template.service</artifactId>
|