MPROMEditor now calls its columns "Opcode" and "muPC"
[Mograsim.git] / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0"
2         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4         <modelVersion>4.0.0</modelVersion>
5         <artifactId>net.mograsim</artifactId>
6         <packaging>pom</packaging>
7         <parent>
8                 <groupId>net.mograsim</groupId>
9                 <artifactId>net.mograsim.configuration</artifactId>
10                 <version>${revision}${changelist}</version>
11                 <relativePath>./releng/net.mograsim.configuration</relativePath>
12         </parent>
13         <modules>
14                 <module>plugins</module>        <!-- the actual plugins that implement the functionality -->
15                 <module>features</module>       <!-- definition of features (approx. a collection of plugins) -->
16                 <module>releng</module>         <!-- configuration and release engineering "releng" -->
17                 <module>tests</module>          <!-- fragment plugins for testing only -->
18                 <module>SWTHelper</module>      <!-- extra git submodule for SWT-GUI -->
19         </modules>
20         
21         <!-- NOTE: The configuration can be found at releng/net.mograsim.configuration -->
22
23         <!-- PLEASE READ THE MAVEN-TYCHO-README.MD BEFORE MAKING ANY CHANGES -->
24 </project>