/usr/share/gluegen2/make/pom-template.xml is in libgluegen2-build-java 2.0-rc3-6.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 | <project>
<modelVersion>4.0.0</modelVersion>
<groupId>org.jogamp.gluegen</groupId>
<artifactId>@ARTIFACTID@</artifactId>
<packaging>jar</packaging>
<name>GlueGen</name>
<version>@VERSION@</version>
<description>@DESCRIPTION@</description>
<url>http://jogamp.org/gluegen/www</url>
<licenses>
<license>
<name>BSD</name>
<url>http://jogamp.org/gluegen/LICENSE.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>http://github.com/sgothel/gluegen</url>
<connection>http://github.com/sgothel/gluegen.git</connection>
</scm>
<developers>
<developer>
<id>sgothel</id>
<name>Sven Gothel</name>
<email>sgothel@jausoft.com</email>
<url>http://github.com/sgothel</url>
<organization>Jausoft</organization>
<organizationUrl>http://jausoft.com/blog</organizationUrl>
<roles>
<role>developer</role>
</roles>
</developer>
<developer>
<id>mbien</id>
<name>Michael Bien</name>
<email>mbien@fh-landshut.de</email>
<url>http://github.com/mbien</url>
<organization>michael-bien.com</organization>
<organizationUrl>http://michael-bien.com</organizationUrl>
<roles>
<role>developer</role>
</roles>
</developer>
</developers>
@DEPENDENCIES@
</project>
|