Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Johnston2011-05-31 20:56:42 +0000
committerJeff Johnston2011-05-31 20:59:14 +0000
commitd434db10f5d1f473fd510f892d4e80c2fb359d39 (patch)
tree31b0b30618f8a7d994d5bb9921dcc95ab315fb82 /gcov/org.eclipse.linuxtools.gcov.docs/pom.xml
parentf592e6909726547385686cc32888bc697908d2bb (diff)
downloadorg.eclipse.linuxtools-d434db10f5d1f473fd510f892d4e80c2fb359d39.tar.gz
org.eclipse.linuxtools-d434db10f5d1f473fd510f892d4e80c2fb359d39.tar.xz
org.eclipse.linuxtools-d434db10f5d1f473fd510f892d4e80c2fb359d39.zip
Add gcov and gprof docs plug-ins.
Diffstat (limited to 'gcov/org.eclipse.linuxtools.gcov.docs/pom.xml')
-rw-r--r--gcov/org.eclipse.linuxtools.gcov.docs/pom.xml31
1 files changed, 31 insertions, 0 deletions
diff --git a/gcov/org.eclipse.linuxtools.gcov.docs/pom.xml b/gcov/org.eclipse.linuxtools.gcov.docs/pom.xml
new file mode 100644
index 0000000000..ab15d69176
--- /dev/null
+++ b/gcov/org.eclipse.linuxtools.gcov.docs/pom.xml
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (C) 2011, Red Hat, Inc. and others
+
+ 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
+
+ Contributors:
+ Red Hat Incorporated - initial implementation
+-->
+
+<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.eclipse.linuxtools.gcov</groupId>
+ <artifactId>linuxtools-gcov-parent</artifactId>
+ <version>0.0.1-SNAPSHOT</version>
+ </parent>
+
+ <artifactId>org.eclipse.linuxtools.gcov.docs</artifactId>
+ <version>1.0.0-SNAPSHOT</version>
+ <packaging>eclipse-plugin</packaging>
+
+ <name>Linux Tools GCov Documentation Plug-in</name>
+
+</project>

Back to the top