mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 17:05:26 +02:00
Add visualizer.examples to maven build
Change-Id: Ic8e52f7f6733f37e8641e6fe9fc01baa4d640476 Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com> Reviewed-on: https://git.eclipse.org/r/24025 Tested-by: Hudson CI Reviewed-by: Marc Dumais <marc.dumais@ericsson.com>
This commit is contained in:
parent
090c85b966
commit
88ba69a961
2 changed files with 18 additions and 0 deletions
1
pom.xml
1
pom.xml
|
@ -156,6 +156,7 @@
|
|||
<module>dsf/org.eclipse.cdt.examples.dsf-feature</module>
|
||||
|
||||
<module>visualizer/org.eclipse.cdt.visualizer.core</module>
|
||||
<module>visualizer/org.eclipse.cdt.visualizer.examples</module>
|
||||
<module>visualizer/org.eclipse.cdt.visualizer.ui</module>
|
||||
<module>visualizer/org.eclipse.cdt.visualizer-feature</module>
|
||||
|
||||
|
|
17
visualizer/org.eclipse.cdt.visualizer.examples/pom.xml
Normal file
17
visualizer/org.eclipse.cdt.visualizer.examples/pom.xml
Normal file
|
@ -0,0 +1,17 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
|
||||
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<parent>
|
||||
<groupId>org.eclipse.cdt</groupId>
|
||||
<artifactId>cdt-parent</artifactId>
|
||||
<version>8.4.0-SNAPSHOT</version>
|
||||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
<artifactId>org.eclipse.cdt.visualizer.examples</artifactId>
|
||||
<packaging>eclipse-plugin</packaging>
|
||||
</project>
|
Loading…
Add table
Reference in a new issue