From e40068f78ff851ad5e7401a9ee5207e9f718ae0b Mon Sep 17 00:00:00 2001 From: Mathieu Bastian Date: Tue, 27 Oct 2015 22:05:22 +0100 Subject: [PATCH] Specify JOGL natives dependency so not-needed architectures are excluded --- modules/VisualizationImpl/pom.xml | 74 +++++++++++++++++++++++++++++-- 1 file changed, 70 insertions(+), 4 deletions(-) diff --git a/modules/VisualizationImpl/pom.xml b/modules/VisualizationImpl/pom.xml index 04b54c94d..6878aeb58 100644 --- a/modules/VisualizationImpl/pom.xml +++ b/modules/VisualizationImpl/pom.xml @@ -15,6 +15,10 @@ VisualizationImpl + + 2.3.2 + + ${project.groupId} @@ -76,15 +80,77 @@ org.netbeans.api org-openide-util + + + org.jogamp.gluegen + gluegen-rt + ${jogl.version} + + + org.jogamp.gluegen + gluegen-rt + ${jogl.version} + natives-linux-amd64 + + + org.jogamp.gluegen + gluegen-rt + ${jogl.version} + natives-linux-i586 + + + org.jogamp.gluegen + gluegen-rt + ${jogl.version} + natives-macosx-universal + + + org.jogamp.gluegen + gluegen-rt + ${jogl.version} + natives-windows-amd64 + org.jogamp.gluegen - gluegen-rt-main - 2.3.2 + gluegen-rt + ${jogl.version} + natives-windows-i586 + + + + org.jogamp.jogl + jogl-all + ${jogl.version} + + + org.jogamp.jogl + jogl-all + ${jogl.version} + natives-linux-amd64 + + + org.jogamp.jogl + jogl-all + ${jogl.version} + natives-linux-i586 + + + org.jogamp.jogl + jogl-all + ${jogl.version} + natives-macosx-universal + + + org.jogamp.jogl + jogl-all + ${jogl.version} + natives-windows-amd64 org.jogamp.jogl - jogl-all-main - 2.3.2 + jogl-all + ${jogl.version} + natives-windows-i586 org.netbeans.api -- GitLab