diff options
| author | yo mama <pepper@scannerjammer.com> | 2015-09-22 00:51:40 -0700 |
|---|---|---|
| committer | yo mama <pepper@scannerjammer.com> | 2015-09-22 00:51:40 -0700 |
| commit | d3e7b5708deffbed864c916de22663f48333c58b (patch) | |
| tree | ef76784a7827baff88c03670bf22832a3f146b17 /frontend/imgrid/dist | |
| parent | 86c79f4372d7b2e7640a26473c7a4d331cdf7d16 (diff) | |
finishing server
Diffstat (limited to 'frontend/imgrid/dist')
39 files changed, 0 insertions, 196 deletions
diff --git a/frontend/imgrid/dist/3dmap.jar b/frontend/imgrid/dist/3dmap.jar Binary files differdeleted file mode 100755 index 0424a46..0000000 --- a/frontend/imgrid/dist/3dmap.jar +++ /dev/null diff --git a/frontend/imgrid/dist/3dmap.jnlp b/frontend/imgrid/dist/3dmap.jnlp deleted file mode 100755 index 7c2108c..0000000 --- a/frontend/imgrid/dist/3dmap.jnlp +++ /dev/null @@ -1,38 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<jnlp href="3dmap.jnlp"> - <information> - <title>3D Map</title> - <vendor>ScannerJammer</vendor> - <homepage href="http://scannerjammer.com/"/> - <description>3D Map Viewer</description> - <description kind="short">JOGL Applet that can generate a 3D landscape based on 2 images: texture and heightmap.</description> - <offline-allowed/> - </information> - - <resources> - <j2se href="http://java.sun.com/products/autodl/j2se" version="1.4+"/> - <property name="sun.java2d.noddraw" value="true"/> - <jar href="3dmap.jar" main="true"/> - <jar href="http/commons-codec-1.4.jar"/> - <jar href="http/commons-logging-1.1.1.jar"/> - <jar href="http/httpclient-4.1.2.jar"/> - <jar href="http/httpclient-cache-4.1.2.jar"/> - <jar href="http/httpcore-4.1.2.jar"/> - <jar href="http/httpmime-4.1.2.jar"/> - <jar href="http/plugin.jar"/> - <extension name="newt-all-awt" href="deployment/v1/jogl-awt.jnlp" /> - </resources> - - <applet-desc - name="3D Map" - main-class="com.scannerjammer.applet.heightmap.applet.Simple3DLandscapeApplet" - width="800" - height="600"> - <param name="texture" value="http://www.chadvernon.com/blog/wp-content/uploads/2007/07/texture.jpg"/> - <param name="heightmap" value="http://www.chadvernon.com/blog/wp-content/uploads/2007/07/heightmap.jpg"/> - <param name="uploadCGI" value="http://asdf.us/cgi-bin/im/imgrid/upload.cgi"/> - <param name="bgColorRedChannel" value="50"/> - <param name="bgColorGreenChannel" value="50"/> - <param name="bgColorBlueChannel" value="50"/> - </applet-desc> -</jnlp> diff --git a/frontend/imgrid/dist/deployment/v1/gluegen-rt.jnlp b/frontend/imgrid/dist/deployment/v1/gluegen-rt.jnlp deleted file mode 100755 index 032fdb6..0000000 --- a/frontend/imgrid/dist/deployment/v1/gluegen-rt.jnlp +++ /dev/null @@ -1,63 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<jnlp href="gluegen-rt.jnlp"> - <information> - <title>GlueGen Runtime v2</title> - <vendor>JogAmp Community</vendor> - <homepage href="http://jogamp.org/"/> - <description>GlueGen Runtime Library</description> - <description kind="short">Run-time support classes and native code for applications and libraries built using the GlueGen tool.</description> - <offline-allowed/> - </information> - <update check="background" policy="always"/> - <security> - <all-permissions/> - </security> - <resources> - <jar href="jar/gluegen-rt.jar" /> - </resources> - - <resources os="Windows" arch="x86"> - <nativelib href = "jar/gluegen-rt-natives-windows-i586.jar" /> - </resources> - <resources os="Windows" arch="amd64"> - <nativelib href = "jar/gluegen-rt-natives-windows-amd64.jar" /> - </resources> - <resources os="Windows" arch="x86_64"> - <nativelib href = "jar/gluegen-rt-natives-windows-amd64.jar" /> - </resources> - <resources os="SunOS" arch="sparc"> - <nativelib href = "jar/gluegen-rt-natives-solaris-sparc.jar" /> - </resources> - <resources os="SunOS" arch="sparcv9"> - <nativelib href = "jar/gluegen-rt-natives-solaris-sparcv9.jar" /> - </resources> - <resources os="SunOS" arch="x86"> - <nativelib href = "jar/gluegen-rt-natives-solaris-i586.jar" /> - </resources> - <resources os="SunOS" arch="amd64"> - <nativelib href = "jar/gluegen-rt-natives-solaris-amd64.jar" /> - </resources> - <resources os="SunOS" arch="x86_64"> - <nativelib href = "jar/gluegen-rt-natives-solaris-amd64.jar" /> - </resources> - <resources os="Linux" arch="i386"> - <nativelib href = "jar/gluegen-rt-natives-linux-i586.jar" /> - </resources> - <resources os="Linux" arch="x86"> - <nativelib href = "jar/gluegen-rt-natives-linux-i586.jar" /> - </resources> - <resources os="Linux" arch="amd64"> - <nativelib href = "jar/gluegen-rt-natives-linux-amd64.jar" /> - </resources> - <resources os="Linux" arch="x86_64"> - <nativelib href = "jar/gluegen-rt-natives-linux-amd64.jar" /> - </resources> - <resources os="Mac OS X" arch="i386"> - <nativelib href = "jar/gluegen-rt-natives-macosx-universal.jar" /> - </resources> - <resources os="Mac OS X" arch="x86_64"> - <nativelib href = "jar/gluegen-rt-natives-macosx-universal.jar" /> - </resources> - - <component-desc /> -</jnlp> diff --git a/frontend/imgrid/dist/deployment/v1/jar/applet-launcher.jar b/frontend/imgrid/dist/deployment/v1/jar/applet-launcher.jar Binary files differdeleted file mode 100755 index 53e0742..0000000 --- a/frontend/imgrid/dist/deployment/v1/jar/applet-launcher.jar +++ /dev/null diff --git a/frontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-linux-amd64.jar b/frontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-linux-amd64.jar Binary files differdeleted file mode 100755 index eaf6bad..0000000 --- a/frontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-linux-amd64.jar +++ /dev/null diff --git a/frontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-linux-i586.jar b/frontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-linux-i586.jar Binary files differdeleted file mode 100755 index 6c21412..0000000 --- a/frontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-linux-i586.jar +++ /dev/null diff --git a/frontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-macosx-ppc.jar b/frontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-macosx-ppc.jar Binary files differdeleted file mode 100755 index 2144ebf..0000000 --- a/frontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-macosx-ppc.jar +++ /dev/null diff --git a/frontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-macosx-universal.jar b/frontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-macosx-universal.jar Binary files differdeleted file mode 100755 index 8a5efb4..0000000 --- a/frontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-macosx-universal.jar +++ /dev/null diff --git a/frontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-solaris-amd64.jar b/frontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-solaris-amd64.jar Binary files differdeleted file mode 100755 index 1ad7faa..0000000 --- a/frontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-solaris-amd64.jar +++ /dev/null diff --git a/frontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-solaris-i586.jar b/frontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-solaris-i586.jar Binary files differdeleted file mode 100755 index dbadb72..0000000 --- a/frontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-solaris-i586.jar +++ /dev/null diff --git a/frontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-solaris-sparc.jar b/frontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-solaris-sparc.jar Binary files differdeleted file mode 100755 index 02367c7..0000000 --- a/frontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-solaris-sparc.jar +++ /dev/null diff --git a/frontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-solaris-sparcv9.jar b/frontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-solaris-sparcv9.jar Binary files differdeleted file mode 100755 index da0ff3a..0000000 --- a/frontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-solaris-sparcv9.jar +++ /dev/null diff --git a/frontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-windows-amd64.jar b/frontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-windows-amd64.jar Binary files differdeleted file mode 100755 index e9a3ffe..0000000 --- a/frontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-windows-amd64.jar +++ /dev/null diff --git a/frontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-windows-i586.jar b/frontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-windows-i586.jar Binary files differdeleted file mode 100755 index bb00056..0000000 --- a/frontend/imgrid/dist/deployment/v1/jar/gluegen-rt-natives-windows-i586.jar +++ /dev/null diff --git a/frontend/imgrid/dist/deployment/v1/jar/gluegen-rt.jar b/frontend/imgrid/dist/deployment/v1/jar/gluegen-rt.jar Binary files differdeleted file mode 100755 index c995b22..0000000 --- a/frontend/imgrid/dist/deployment/v1/jar/gluegen-rt.jar +++ /dev/null diff --git a/frontend/imgrid/dist/deployment/v1/jar/jogl-natives-linux-amd64.jar b/frontend/imgrid/dist/deployment/v1/jar/jogl-natives-linux-amd64.jar Binary files differdeleted file mode 100755 index 64d95a0..0000000 --- a/frontend/imgrid/dist/deployment/v1/jar/jogl-natives-linux-amd64.jar +++ /dev/null diff --git a/frontend/imgrid/dist/deployment/v1/jar/jogl-natives-linux-i586.jar b/frontend/imgrid/dist/deployment/v1/jar/jogl-natives-linux-i586.jar Binary files differdeleted file mode 100755 index 9370828..0000000 --- a/frontend/imgrid/dist/deployment/v1/jar/jogl-natives-linux-i586.jar +++ /dev/null diff --git a/frontend/imgrid/dist/deployment/v1/jar/jogl-natives-macosx-ppc.jar b/frontend/imgrid/dist/deployment/v1/jar/jogl-natives-macosx-ppc.jar Binary files differdeleted file mode 100755 index 9495e36..0000000 --- a/frontend/imgrid/dist/deployment/v1/jar/jogl-natives-macosx-ppc.jar +++ /dev/null diff --git a/frontend/imgrid/dist/deployment/v1/jar/jogl-natives-macosx-universal.jar b/frontend/imgrid/dist/deployment/v1/jar/jogl-natives-macosx-universal.jar Binary files differdeleted file mode 100755 index f2186cb..0000000 --- a/frontend/imgrid/dist/deployment/v1/jar/jogl-natives-macosx-universal.jar +++ /dev/null diff --git a/frontend/imgrid/dist/deployment/v1/jar/jogl-natives-solaris-amd64.jar b/frontend/imgrid/dist/deployment/v1/jar/jogl-natives-solaris-amd64.jar Binary files differdeleted file mode 100755 index cd617f9..0000000 --- a/frontend/imgrid/dist/deployment/v1/jar/jogl-natives-solaris-amd64.jar +++ /dev/null diff --git a/frontend/imgrid/dist/deployment/v1/jar/jogl-natives-solaris-i586.jar b/frontend/imgrid/dist/deployment/v1/jar/jogl-natives-solaris-i586.jar Binary files differdeleted file mode 100755 index 4209a9d..0000000 --- a/frontend/imgrid/dist/deployment/v1/jar/jogl-natives-solaris-i586.jar +++ /dev/null diff --git a/frontend/imgrid/dist/deployment/v1/jar/jogl-natives-solaris-sparc.jar b/frontend/imgrid/dist/deployment/v1/jar/jogl-natives-solaris-sparc.jar Binary files differdeleted file mode 100755 index b25fdcd..0000000 --- a/frontend/imgrid/dist/deployment/v1/jar/jogl-natives-solaris-sparc.jar +++ /dev/null diff --git a/frontend/imgrid/dist/deployment/v1/jar/jogl-natives-solaris-sparcv9.jar b/frontend/imgrid/dist/deployment/v1/jar/jogl-natives-solaris-sparcv9.jar Binary files differdeleted file mode 100755 index b60e31f..0000000 --- a/frontend/imgrid/dist/deployment/v1/jar/jogl-natives-solaris-sparcv9.jar +++ /dev/null diff --git a/frontend/imgrid/dist/deployment/v1/jar/jogl-natives-windows-amd64.jar b/frontend/imgrid/dist/deployment/v1/jar/jogl-natives-windows-amd64.jar Binary files differdeleted file mode 100755 index af8b5f9..0000000 --- a/frontend/imgrid/dist/deployment/v1/jar/jogl-natives-windows-amd64.jar +++ /dev/null diff --git a/frontend/imgrid/dist/deployment/v1/jar/jogl-natives-windows-i586.jar b/frontend/imgrid/dist/deployment/v1/jar/jogl-natives-windows-i586.jar Binary files differdeleted file mode 100755 index 81c1cdf..0000000 --- a/frontend/imgrid/dist/deployment/v1/jar/jogl-natives-windows-i586.jar +++ /dev/null diff --git a/frontend/imgrid/dist/deployment/v1/jar/jogl.jar b/frontend/imgrid/dist/deployment/v1/jar/jogl.jar Binary files differdeleted file mode 100755 index ef96967..0000000 --- a/frontend/imgrid/dist/deployment/v1/jar/jogl.jar +++ /dev/null diff --git a/frontend/imgrid/dist/deployment/v1/jar/testKeys b/frontend/imgrid/dist/deployment/v1/jar/testKeys Binary files differdeleted file mode 100755 index 7eb9ceb..0000000 --- a/frontend/imgrid/dist/deployment/v1/jar/testKeys +++ /dev/null diff --git a/frontend/imgrid/dist/deployment/v1/jogl-awt.jnlp b/frontend/imgrid/dist/deployment/v1/jogl-awt.jnlp deleted file mode 100755 index 8c86404..0000000 --- a/frontend/imgrid/dist/deployment/v1/jogl-awt.jnlp +++ /dev/null @@ -1,71 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<jnlp href="jogl-awt.jnlp"> - <information> - <title>Java(tm) Binding to the OpenGL(r) API (ALL.AWT)</title> - <vendor>JogAmp Community</vendor> - <homepage href="http://jogamp.org/"/> - <description>Java Binding to the OpenGL API - 2.0.0 - ALL.AWT</description> - <description kind="short">Java programming language binding for the OpenGL 3D graphics API - ALL.AWT</description> - <offline-allowed/> - </information> - <update check="background" policy="always"/> - <security> - <all-permissions/> - </security> - <resources> - <jar href="jar/jogl.jar" /> - - <extension name="gluegen-rt" href="gluegen-rt.jnlp" /> - </resources> - - <resources os="Windows" arch="x86"> - <nativelib href = "jar/jogl-natives-windows-i586.jar" /> - </resources> - <resources os="Windows" arch="amd64"> - <nativelib href = "jar/jogl-natives-windows-amd64.jar" /> - </resources> - <resources os="Windows" arch="x86_64"> - <nativelib href = "jar/jogl-natives-windows-amd64.jar" /> - </resources> - <resources os="SunOS" arch="sparc"> - <nativelib href = "jar/jogl-natives-solaris-sparc.jar" /> - </resources> - <resources os="SunOS" arch="sparcv9"> - <nativelib href = "jar/jogl-natives-solaris-sparcv9.jar" /> - </resources> - <resources os="SunOS" arch="x86"> - <nativelib href = "jar/jogl-natives-solaris-i586.jar" /> - </resources> - <resources os="SunOS" arch="amd64"> - <nativelib href = "jar/jogl-natives-solaris-amd64.jar" /> - </resources> - <resources os="SunOS" arch="x86_64"> - <nativelib href = "jar/jogl-natives-solaris-amd64.jar" /> - </resources> - <resources os="Linux" arch="i386"> - <nativelib href = "jar/jogl-natives-linux-i586.jar" /> - </resources> - <resources os="Linux" arch="x86"> - <nativelib href = "jar/jogl-natives-linux-i586.jar" /> - </resources> - <resources os="Linux" arch="amd64"> - <nativelib href = "jar/jogl-natives-linux-amd64.jar" /> - </resources> - <resources os="Linux" arch="x86_64"> - <nativelib href = "jar/jogl-natives-linux-amd64.jar" /> - </resources> - <resources os="Linux" arch="arm"> - <nativelib href = "jar/jogl-natives-linux-armv7.jar" /> - </resources> - <resources os="Linux" arch="armv7"> - <nativelib href = "jar/jogl-natives-linux-armv7.jar" /> - </resources> - <resources os="Mac OS X" arch="i386"> - <nativelib href = "jar/jogl-natives-macosx-universal.jar" /> - </resources> - <resources os="Mac OS X" arch="x86_64"> - <nativelib href = "jar/jogl-natives-macosx-universal.jar" /> - </resources> - - <component-desc /> -</jnlp> diff --git a/frontend/imgrid/dist/http/commons-codec-1.4.jar b/frontend/imgrid/dist/http/commons-codec-1.4.jar Binary files differdeleted file mode 100755 index 16cd33a..0000000 --- a/frontend/imgrid/dist/http/commons-codec-1.4.jar +++ /dev/null diff --git a/frontend/imgrid/dist/http/commons-logging-1.1.1.jar b/frontend/imgrid/dist/http/commons-logging-1.1.1.jar Binary files differdeleted file mode 100755 index 1fe7176..0000000 --- a/frontend/imgrid/dist/http/commons-logging-1.1.1.jar +++ /dev/null diff --git a/frontend/imgrid/dist/http/httpclient-4.1.2.jar b/frontend/imgrid/dist/http/httpclient-4.1.2.jar Binary files differdeleted file mode 100755 index 6a61ea2..0000000 --- a/frontend/imgrid/dist/http/httpclient-4.1.2.jar +++ /dev/null diff --git a/frontend/imgrid/dist/http/httpclient-cache-4.1.2.jar b/frontend/imgrid/dist/http/httpclient-cache-4.1.2.jar Binary files differdeleted file mode 100755 index 713decb..0000000 --- a/frontend/imgrid/dist/http/httpclient-cache-4.1.2.jar +++ /dev/null diff --git a/frontend/imgrid/dist/http/httpcore-4.1.2.jar b/frontend/imgrid/dist/http/httpcore-4.1.2.jar Binary files differdeleted file mode 100755 index 343e174..0000000 --- a/frontend/imgrid/dist/http/httpcore-4.1.2.jar +++ /dev/null diff --git a/frontend/imgrid/dist/http/httpmime-4.1.2.jar b/frontend/imgrid/dist/http/httpmime-4.1.2.jar Binary files differdeleted file mode 100755 index cce60ef..0000000 --- a/frontend/imgrid/dist/http/httpmime-4.1.2.jar +++ /dev/null diff --git a/frontend/imgrid/dist/http/plugin.jar b/frontend/imgrid/dist/http/plugin.jar Binary files differdeleted file mode 100755 index ee4792a..0000000 --- a/frontend/imgrid/dist/http/plugin.jar +++ /dev/null diff --git a/frontend/imgrid/dist/index.html b/frontend/imgrid/dist/index.html deleted file mode 100755 index 76ed3ab..0000000 --- a/frontend/imgrid/dist/index.html +++ /dev/null @@ -1,24 +0,0 @@ -<html> -<head> -</head> -<body> -<applet code="org.jdesktop.applet.util.JNLPAppletLauncher" - width=800 - height=600 - archive="deployment/v1/jar/applet-launcher.jar, - deployment/v1/jar/gluegen-rt.jar, - deployment/v1/jar/jogl.all.jar, - 3dmap.jar"> - <param name="codebase_lookup" value="false"> - <param name="subapplet.classname" value="com.scannerjammer.applet.heightmap.applet.Simple3DLandscapeApplet"> - <param name="subapplet.displayname" value="3D Map"> - <param name="noddraw.check" value="true"> - <param name="progressbar" value="true"> - <param name="jnlpNumExtensions" value="1"> - <param name="jnlpExtension1" - value="deployment/v1/jogl-awt.jnlp"> - <param name="java_arguments" value="-Dsun.java2d.noddraw=true"> - <param name="jnlp_href" value="3dmap.jnlp"> -</applet> -</body> -</html>
\ No newline at end of file diff --git a/frontend/imgrid/dist/temp/HeightMap.jpg b/frontend/imgrid/dist/temp/HeightMap.jpg Binary files differdeleted file mode 100755 index ccee392..0000000 --- a/frontend/imgrid/dist/temp/HeightMap.jpg +++ /dev/null diff --git a/frontend/imgrid/dist/temp/Texture.jpg b/frontend/imgrid/dist/temp/Texture.jpg Binary files differdeleted file mode 100755 index eef3866..0000000 --- a/frontend/imgrid/dist/temp/Texture.jpg +++ /dev/null diff --git a/frontend/imgrid/dist/testKeys b/frontend/imgrid/dist/testKeys Binary files differdeleted file mode 100755 index 7eb9ceb..0000000 --- a/frontend/imgrid/dist/testKeys +++ /dev/null |
