Added mm-doc screen

This commit is contained in:
Willem Cazander 2022-10-15 06:22:53 +02:00
parent c8905bfabf
commit d7e92845b5
8 changed files with 301 additions and 129 deletions

View file

@ -15,48 +15,6 @@
<version>${project.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.x4o</groupId>
<artifactId>x4o-eld-doc</artifactId>
</dependency>
<dependency>
<groupId>org.x4o</groupId>
<artifactId>x4o-html</artifactId>
</dependency>
<dependency>
<groupId>org.eobjects.metamodel</groupId>
<artifactId>MetaModel-full</artifactId>
<exclusions>
<exclusion>
<artifactId>MetaModel-openoffice</artifactId><!-- Blocks hsqldb vs H2 -->
<groupId>org.eobjects.metamodel</groupId>
</exclusion>
<exclusion>
<artifactId>MetaModel-excel</artifactId><!-- Jars not needed -->
<groupId>org.eobjects.metamodel</groupId>
</exclusion>
<exclusion>
<artifactId>MetaModel-couchdb</artifactId><!-- Jars not needed -->
<groupId>org.eobjects.metamodel</groupId>
</exclusion>
<exclusion>
<groupId>org.mongodb</groupId>
<artifactId>mongo-java-driver</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongo-java-driver</artifactId>
</dependency>
<dependency>
<groupId>postgresql</groupId>
<artifactId>postgresql</artifactId>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
@ -73,7 +31,8 @@
<_metatypeannotations>*</_metatypeannotations>
<Import-Package>
${tos4.packages},
${vrgem4.packages}
${vrgem4.packages},
${mmdoc.packages}
</Import-Package>
<Bundle-Vendor>distributedrebirth.love</Bundle-Vendor>
</instructions>