Skip to content

Commit

Permalink
Stable update for bird's eye movement+stages.
Browse files Browse the repository at this point in the history
  • Loading branch information
CalderWhite committed Aug 14, 2017
0 parents commit 55c416b
Show file tree
Hide file tree
Showing 2,462 changed files with 41,625 additions and 0 deletions.
3 changes: 3 additions & 0 deletions REMEMBER.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
download the jar from the JNA source (on github, just google it), and use
jar -xf <JARFILE> to extract its contents. Place these contents in your classes directory.
You should then be good
Binary file added Test.class
Binary file not shown.
1 change: 1 addition & 0 deletions classes/.keepme
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
keep
27 changes: 27 additions & 0 deletions classes/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
Manifest-Version: 1.0
Implementation-Title: jansi
Bundle-Description: Jansi is a java library for generating and interpr
eting ANSI escape sequences.
Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
Bundle-SymbolicName: org.fusesource.jansi
Implementation-Version: 1.16
Built-By: gnodet
Specification-Vendor: FuseSource, Corp.
Bnd-LastModified: 1493935783149
Bundle-ManifestVersion: 2
Specification-Title: jansi
Implementation-Vendor-Id: org.fusesource.jansi
Bundle-DocURL: http://fusesource.com/
Bundle-Vendor: FuseSource, Corp.
Require-Capability: osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=1.6))"
Tool: Bnd-2.4.1.201501161923
Implementation-Vendor: FuseSource, Corp.
Export-Package: org.fusesource.jansi;version="1.16.0",org.fusesource.j
ansi.internal;version="1.7"
Bundle-Name: jansi
Bundle-Version: 1.16.0
Created-By: Apache Maven Bundle Plugin
Build-Jdk: 1.8.0_91
Specification-Version: 1.16
Implementation-URL: http://fusesource.github.io/jansi/jansi

Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#Created by Apache Maven 3.5.0
version=1.15
groupId=org.fusesource.hawtjni
artifactId=hawtjni-runtime
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (C) 2009-2011 FuseSource Corp.
http://fusesource.com
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<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>
<groupId>org.fusesource.hawtjni</groupId>
<artifactId>hawtjni-project</artifactId>
<version>1.15</version>
</parent>

<artifactId>hawtjni-runtime</artifactId>
<name>HawtJNI Runtime</name>
<description>The API that projects using HawtJNI should build against.</description>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>

</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#Created by Apache Maven 3.3.9
version=1.7
groupId=org.fusesource.jansi
artifactId=jansi-freebsd32
Loading

0 comments on commit 55c416b

Please sign in to comment.