<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <packaging>bundle</packaging> <parent> <groupId>info.kwarc.sally4.comm</groupId> <artifactId>comm-parent</artifactId> <version>0.0.6</version> <relativePath>../comm-parent</relativePath> </parent> <artifactId>comm-core</artifactId> <name>Sally4 Core Communication</name> <properties> <bundle.export-package>info.kwarc.sally*;</bundle.export-package> <bundle.comm-package>core,frames,theo</bundle.comm-package> </properties> </project>