rcp: Add missing swtchart to RCP
authorMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Fri, 24 Jan 2014 16:55:35 +0000 (11:55 -0500)
committerMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Mon, 27 Jan 2014 16:48:52 +0000 (11:48 -0500)
Change-Id: Ic24fa1f8c53ba6aa94b2c08290aebff6e82fc5d3
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/21066
Tested-by: Hudson CI
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
IP-Clean: Matthew Khouzam <matthew.khouzam@ericsson.com>

org.eclipse.linuxtools.tracing.rcp/feature.xml
org.eclipse.linuxtools.tracing.rcp/pom.xml

index 1e62575ab8601ee902598aa8dab8e93e5bd9ef97..d2f9d3c450afe2662444b7f1ebc8cf65dc0b4f38 100644 (file)
          version="0.0.0"
          unpack="false"/>
 
+   <plugin
+         id="org.swtchart"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
 </feature>
index cf1a6020d86378094ce94979bec0bc23e6b605c6..392ba50ccb95777d6a669e1fceeea71888aeaf41 100644 (file)
@@ -68,6 +68,7 @@
                 <plugin id="org.eclipse.linuxtools.tracing.rcp.help"/>
                 <plugin id="org.sat4j.core"/>
                 <plugin id="org.sat4j.pb"/>
+                <plugin id="org.swtchart"/>
               </excludes>
             </configuration>
           </execution>
This page took 0.025167 seconds and 5 git commands to generate.