Split the lttng-tools wrapper in a separate artifact
[lttng-ust-java-tests.git] / lttng-tools-java / pom.xml
diff --git a/lttng-tools-java/pom.xml b/lttng-tools-java/pom.xml
new file mode 100644 (file)
index 0000000..8bbf7a8
--- /dev/null
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+   Copyright (C) 2015, EfficiOS Inc., Alexandre Montplaisir <alexmonthy@efficios.com>
+
+   This library is free software; you can redistribute it and/or
+   modify it under the terms of the GNU Lesser General Public
+   License as published by the Free Software Foundation; only
+   version 2.1 of the License.
+  
+   This library is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+   Lesser General Public License for more details.
+   You should have received a copy of the GNU Lesser General Public
+   License along with this library; if not, write to the Free Software
+   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+-->
+
+<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>org.lttng.ust</groupId>
+    <artifactId>lttng-ust-java-parent</artifactId>
+    <version>1.0.0</version>
+  </parent>
+
+  <groupId>org.lttng.tools</groupId>
+  <artifactId>lttng-tools-java</artifactId>
+  <packaging>jar</packaging>
+
+  <name>LTTng-Tools Java Utilities</name>
+
+</project>
This page took 0.022863 seconds and 4 git commands to generate.