1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

updated to allow separate packaging

This commit is contained in:
Daniel Stenberg 2001-09-10 12:15:17 +00:00
parent d3e55d8155
commit b747408f9e
2 changed files with 11 additions and 0 deletions

9
java/MANIFEST Normal file
View File

@ -0,0 +1,9 @@
CurlGlue.h
CurlGlue.java
CurlWrite.java
define2java.pl
javacurl.c
Makefile
README
test.java
MANIFEST

View File

@ -13,3 +13,5 @@ stuff supported.
The interface is not set yet, bring your suggestions! The interface is not set yet, bring your suggestions!
Feel free to grab the source files in here and help out! Feel free to grab the source files in here and help out!
The 'test.java' is the actual program that uses the curl stuff.