From e21aa5e3e452edde2b19e5783d3b1087dd401245 Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Wed, 9 Jul 2008 19:48:41 +0000 Subject: [PATCH] Change attach config git-svn-id: https://svn.argeo.org/slc/trunk@1410 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc --- .../org.argeo.slc.ui.launch.feature/pom.xml | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/eclipse/features/org.argeo.slc.ui.launch.feature/pom.xml b/eclipse/features/org.argeo.slc.ui.launch.feature/pom.xml index 663934a89..c9995ed98 100644 --- a/eclipse/features/org.argeo.slc.ui.launch.feature/pom.xml +++ b/eclipse/features/org.argeo.slc.ui.launch.feature/pom.xml @@ -46,7 +46,7 @@ build-helper-maven-plugin - attach-artifacts + attach-feature package attach-artifact @@ -54,14 +54,27 @@ - ${project.build.directory}/${project.artifactId}.zip + + ${project.build.directory}/${project.artifactId}.zip + zip feature + + + + attach-updatesite + package + + attach-artifact + + - ${project.build.directory}/${project.artifactId}-updatesite.zip + + ${project.build.directory}/${project.artifactId}-updatesite.zip + zip updatesite -- 2.39.2