summaryrefslogtreecommitdiffstats
path: root/maven/projects
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2023-05-07 06:19:45 +0200
committerSven Gothel <[email protected]>2023-05-07 06:19:45 +0200
commit37988c6c2bee0cf2ab421d6c22b8e7d08d5ce18a (patch)
treefa0575e0a972f9b481acad4e0b664741246cd72b /maven/projects
parentd6bd536929895cbf0a2ac228e285c2a77e94caf8 (diff)
maven: disable oculusvr
Diffstat (limited to 'maven/projects')
-rw-r--r--maven/projects/oculusvr/atomics0
-rw-r--r--maven/projects/oculusvr/main-jar1
-rw-r--r--maven/projects/oculusvr/natives1
-rw-r--r--maven/projects/oculusvr/pom.in75
-rwxr-xr-xmaven/projects/oculusvr/pom.sh37
-rw-r--r--maven/projects/oculusvr/source-zip1
6 files changed, 0 insertions, 115 deletions
diff --git a/maven/projects/oculusvr/atomics b/maven/projects/oculusvr/atomics
deleted file mode 100644
index e69de29..0000000
--- a/maven/projects/oculusvr/atomics
+++ /dev/null
diff --git a/maven/projects/oculusvr/main-jar b/maven/projects/oculusvr/main-jar
deleted file mode 100644
index 63695f7..0000000
--- a/maven/projects/oculusvr/main-jar
+++ /dev/null
@@ -1 +0,0 @@
-atomic
diff --git a/maven/projects/oculusvr/natives b/maven/projects/oculusvr/natives
deleted file mode 100644
index 63695f7..0000000
--- a/maven/projects/oculusvr/natives
+++ /dev/null
@@ -1 +0,0 @@
-atomic
diff --git a/maven/projects/oculusvr/pom.in b/maven/projects/oculusvr/pom.in
deleted file mode 100644
index fedd2bf..0000000
--- a/maven/projects/oculusvr/pom.in
+++ /dev/null
@@ -1,75 +0,0 @@
- <!-- oculusvr/pom.in -->
-
- <licenses>
- <license>
- <name>BSD-2 License</name>
- <url>http://www.opensource.org/licenses/BSD-2-Clause</url>
- </license>
- <license>
- <name>BSD-3 License</name>
- <url>http://www.opensource.org/licenses/BSD-3-Clause</url>
- </license>
- <license>
- <name>SGI Free Software License B</name>
- <url>http://oss.sgi.com/projects/FreeB</url>
- </license>
- <license>
- <name>Apache License Version 2.0</name>
- <url>http://www.apache.org/licenses/LICENSE-2.0</url>
- </license>
- <license>
- <name>Apache License Version 1.1</name>
- <url>http://www.apache.org/licenses/LICENSE-1.1</url>
- </license>
- <license>
- <name>Ubuntu Font Licence 1.0</name>
- <url>http://font.ubuntu.com/ufl/ubuntu-font-licence-1.0.txt</url>
- </license>
- </licenses>
-
- <scm>
- <url>http://jogamp.org/git/?p=jogl.git/</url>
- <connection>scm:git:http://jogamp.org/git/jogl.git/</connection>
- <developerConnection>scm:git:http://jogamp.org/git/jogl.git/</developerConnection>
- </scm>
-
- <developers>
- <developer>
- <id>sgothel</id>
- <name>Sven Gothel</name>
- <email>[email protected]</email>
- <url>http://blog.jausoft.com</url>
- </developer>
- </developers>
-
- <issueManagement>
- <url>http://jogamp.org/bugzilla/</url>
- <system>Bugzilla</system>
- </issueManagement>
-
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-gpg-plugin</artifactId>
- <version>1.4</version>
- <executions>
- <execution>
- <id>sign-artifacts</id>
- <phase>verify</phase>
- <goals>
- <goal>sign</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- <extensions>
- <extension>
- <groupId>org.apache.maven.wagon</groupId>
- <artifactId>wagon-ssh</artifactId>
- <version>2.4</version>
- </extension>
- </extensions>
- </build>
-
diff --git a/maven/projects/oculusvr/pom.sh b/maven/projects/oculusvr/pom.sh
deleted file mode 100755
index ae63c1a..0000000
--- a/maven/projects/oculusvr/pom.sh
+++ /dev/null
@@ -1,37 +0,0 @@
-#!/bin/sh
-
-if [ $# -lt 1 ]
-then
- echo "usage: version" 1>&2
- exit 1
-fi
-
-VERSION="$1"
-shift
-
-cat <<EOF
-<?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">
-
- <!-- -->
- <!-- Auto generated by oculusvr.pom.sh, do not edit directly! -->
- <!-- -->
-
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.jogamp.jogl</groupId>
- <artifactId>oculusvr</artifactId>
- <version>${VERSION}</version>
- <packaging>jar</packaging>
- <name>JOGL</name>
- <description>Java™ Binding for the OpenGL® API (Oculus VR atomic jar files)</description>
- <url>http://jogamp.org/jogl/www/</url>
-
-EOF
-
-cat pom.in || exit 1
-cat <<EOF
-</project>
-EOF
diff --git a/maven/projects/oculusvr/source-zip b/maven/projects/oculusvr/source-zip
deleted file mode 100644
index d405da9..0000000
--- a/maven/projects/oculusvr/source-zip
+++ /dev/null
@@ -1 +0,0 @@
-dummy-src