2015-10-22 22:12:18 +02:00
|
|
|
<?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>
|
|
|
|
|
2020-01-13 13:14:34 +01:00
|
|
|
<artifactId>com.minres.scviewer.target</artifactId>
|
2015-10-22 22:12:18 +02:00
|
|
|
|
|
|
|
<packaging>eclipse-target-definition</packaging>
|
|
|
|
<name>SCViewer Target Definition</name>
|
|
|
|
|
|
|
|
<parent>
|
|
|
|
<groupId>com.minres.scviewer</groupId>
|
|
|
|
<artifactId>com.minres.scviewer.parent</artifactId>
|
2018-10-15 09:13:41 +02:00
|
|
|
<version>2.0.0-SNAPSHOT</version>
|
2015-10-22 22:12:18 +02:00
|
|
|
<relativePath>../com.minres.scviewer.parent</relativePath>
|
|
|
|
</parent>
|
|
|
|
|
2017-01-21 13:13:05 +01:00
|
|
|
</project>
|