or.eclipse.net.officefloor.extras.feature.2.18.0.source-code.pom.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of net.officefloor.extras.feature
Show all versions of net.officefloor.extras.feature
Eclipse Feature for the extra OfficeFloor Plug-ins
The newest version!
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>net.officefloor.eclipse</groupId>
<artifactId>eclipse</artifactId>
<relativePath>../../pom.xml</relativePath>
<version>2.18.0</version>
</parent>
<artifactId>net.officefloor.extras.feature</artifactId>
<name>Extras Eclipse Feature</name>
<description>Eclipse Feature for the extra OfficeFloor Plug-ins</description>
<packaging>eclipse-feature</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>net.officefloor.feature</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>net.officefloor.woof.feature</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>net.officefloor.extras</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
</project> © 2015 - 2025 Weber Informatics LLC | Privacy Policy