rcp: Update RCP product plugin's ID
authorAlexandre Montplaisir <alexmonthy@efficios.com>
Fri, 18 Dec 2015 21:44:28 +0000 (16:44 -0500)
committerAlexandre Montplaisir <alexmonthy@efficios.com>
Sat, 19 Dec 2015 03:40:23 +0000 (22:40 -0500)
It was simply "tracing", typically our artifactIds include the
whole symbolic name of the plugin.

Change-Id: I46a0faf45f18c64bf8005ad90cf2744e8bcb53d9
Signed-off-by: Alexandre Montplaisir <alexmonthy@efficios.com>
Reviewed-on: https://git.eclipse.org/r/63059
Reviewed-by: Hudson CI
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
rcp/org.eclipse.tracecompass.rcp.product/pom.xml

index dba8f3321fe1b22a370549e2cbee19c0d024f992..a1e2771676c122a94ea3e30b768bfaad42ec7361 100644 (file)
@@ -4,16 +4,17 @@
     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
 
-    <artifactId>tracing</artifactId>
-    <packaging>eclipse-repository</packaging>
-    <name>Trace Compass RCP Product</name>
-
     <parent>
       <artifactId>org.eclipse.tracecompass.rcp-parent</artifactId>
       <groupId>org.eclipse.tracecompass</groupId>
       <version>2.0.0-SNAPSHOT</version>
     </parent>
 
+    <artifactId>org.eclipse.tracecompass.rcp.product</artifactId>
+    <packaging>eclipse-repository</packaging>
+
+    <name>Trace Compass RCP Product</name>
+
     <properties>
         <productId>org.eclipse.tracecompass.rcp</productId>
         <maven.build.timestamp.format>yyyyMMdd-HHmm</maven.build.timestamp.format>
This page took 0.02539 seconds and 5 git commands to generate.