[eclipse-poky] [PATCH 06/23] Add org.yocto.sdk.ide.doc.user maven support

Tim Orling timothy.t.orling at linux.intel.com
Thu Feb 8 23:17:40 PST 2018


This builds the "Cheatsheet" User Documentation

Signed-off-by: Tim Orling <timothy.t.orling at linux.intel.com>
---
 plugins/org.yocto.sdk.ide.doc.user/pom.xml | 14 ++++++++++++++
 pom.xml                                    |  1 +
 2 files changed, 15 insertions(+)
 create mode 100755 plugins/org.yocto.sdk.ide.doc.user/pom.xml

diff --git a/plugins/org.yocto.sdk.ide.doc.user/pom.xml b/plugins/org.yocto.sdk.ide.doc.user/pom.xml
new file mode 100755
index 00000000000..5723758144a
--- /dev/null
+++ b/plugins/org.yocto.sdk.ide.doc.user/pom.xml
@@ -0,0 +1,14 @@
+<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/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.yocto</groupId>
+  <artifactId>org.yocto.sdk.ide.doc.user</artifactId>
+  <packaging>eclipse-plugin</packaging>
+  <name>Yocto Project SDK IDE User Documentation</name>
+  <description>Yocto Project SDK User Documentation (Cheatsheets) plugin</description>
+  <parent>
+	<groupId>org.yocto</groupId>
+	<artifactId>poky-parent</artifactId>
+	<version>1.4.1-SNAPSHOT</version>
+	<relativePath>../../pom.xml</relativePath>
+  </parent>
+</project>
diff --git a/pom.xml b/pom.xml
index 0234381c30f..3e162b4233a 100755
--- a/pom.xml
+++ b/pom.xml
@@ -42,6 +42,7 @@
 
 		<module>releng/org.yocto.sdk.releng</module>
 		<module>plugins/org.yocto.sdk.ide</module>
+		<module>plugins/org.yocto.sdk.ide.doc.user</module>
 <!--
 		<module>releng/org.yocto.sdk.target.ui.tests</module>
 -->
-- 
2.13.6




More information about the eclipse-yocto mailing list