Renamed JNA jars and Bluecove patch, added patches for JNA and Silvertunnel.

This commit is contained in:
akwizgran
2013-01-04 01:36:50 +00:00
parent 41a3f8e6cc
commit 8f15c44520
8 changed files with 358 additions and 16 deletions

12
jna-3.5.2-SNAPSHOT.patch Normal file
View File

@@ -0,0 +1,12 @@
diff -Bbur jna-3.5.2-SNAPSHOT/build.xml jna-3.5.2-SNAPSHOT-briar/build.xml
--- jna-3.5.2-SNAPSHOT/build.xml 2013-01-04 01:15:58.845295641 +0000
+++ jna-3.5.2-SNAPSHOT-briar/build.xml 2013-01-04 01:21:15.981295059 +0000
@@ -70,7 +70,7 @@
<property name="impl.version" value="${jna.version} (b${jna.build})"/>
<!-- Set up restrictions for w32ce, based on JavaME/CDC -->
- <property name="compatibility" value="1.4"/>
+ <property name="compatibility" value="1.5"/>
<property name="platform.compatibility" value="1.5"/>
<condition property="test.compatibility" value="1.4">
<equals arg1="${os.prefix}" arg2="w32ce-arm"/>