adapted code to use PlantUML 8000 library(https://dev.eclipse.org/ipzilla/show_bug.cgi?id=11603)
diff --git a/eclipse-tools/emf-graphical-viewer/plugins/net.sourceforge.plantuml/pom.xml b/eclipse-tools/emf-graphical-viewer/plugins/net.sourceforge.plantuml/pom.xml
new file mode 100644
index 0000000..afa7d28
--- /dev/null
+++ b/eclipse-tools/emf-graphical-viewer/plugins/net.sourceforge.plantuml/pom.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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>
+
+<parent>
+		<relativePath>../../build/org.eclipse.app4mc.emfutils.extractor.build</relativePath>
+		<groupId>org.eclipse.app4mc.emfutils.content.extractor</groupId>
+		<artifactId>org.eclipse.app4mc.emfutils.extractor.build</artifactId>
+		<version>0.8.0</version>
+	</parent>
+
+	<artifactId>net.sourceforge.plantuml</artifactId>
+	<packaging>eclipse-plugin</packaging>
+	<version>8000.0.0-SNAPSHOT</version>
+
+</project>