Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Overholt2011-03-09 17:48:57 +0000
committerAndrew Overholt2011-03-09 17:48:57 +0000
commit587d861564b41e7534ba884adc0dd5e98c65e581 (patch)
treef9e0a8005bf2029278a0da665c141e86856ed7aa /gcov/org.eclipse.linuxtools.gcov-feature/pom.xml
parent173639dab2e7b688665b95e45a0bcab727a9939f (diff)
downloadorg.eclipse.linuxtools-587d861564b41e7534ba884adc0dd5e98c65e581.tar.gz
org.eclipse.linuxtools-587d861564b41e7534ba884adc0dd5e98c65e581.tar.xz
org.eclipse.linuxtools-587d861564b41e7534ba884adc0dd5e98c65e581.zip
Tycho-ify GCov
Diffstat (limited to 'gcov/org.eclipse.linuxtools.gcov-feature/pom.xml')
-rw-r--r--gcov/org.eclipse.linuxtools.gcov-feature/pom.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/gcov/org.eclipse.linuxtools.gcov-feature/pom.xml b/gcov/org.eclipse.linuxtools.gcov-feature/pom.xml
new file mode 100644
index 0000000000..e32962cc7d
--- /dev/null
+++ b/gcov/org.eclipse.linuxtools.gcov-feature/pom.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (C) 2011, Red Hat, Inc.
+
+ All rights reserved. This program and the accompanying materials
+ are made available under the terms of the Eclipse Public License v1.0
+ which accompanies this distribution, and is available at
+ http://www.eclipse.org/legal/epl-v10.html
+-->
+<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>
+
+ <parent>
+ <artifactId>linuxtools-gcov-parent</artifactId>
+ <groupId>org.eclipse.linuxtools.gcov</groupId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+
+ <artifactId>org.eclipse.linuxtools.gcov-feature</artifactId>
+ <version>0.4.1-SNAPSHOT</version>
+ <packaging>eclipse-feature</packaging>
+
+ <name>Linux Tools GCov Feature</name>
+
+</project>

Back to the top