diff --git a/.gitignore b/.gitignore index b6c7141..6b4ac53 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,9 @@ *.class +#ignore builds +limelight-pc/build/* +limelight-pc/classes/* + #ignore mac DS_STORE .DS_STORE diff --git a/limelight-pc/build.xml b/limelight-pc/build.xml new file mode 100644 index 0000000..45430b5 --- /dev/null +++ b/limelight-pc/build.xml @@ -0,0 +1,189 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ + + + + + + + +
+
+ + + + + + + + + + + + + + + + +
+ + +
+ + + + + + + + +
+
+ + + + + + + + + + + + + + + + + +
+ + +
+ + + + + + + + +
+
+ + + + + + + + + + + + + + + + + +
+ + +
+ + + + + + + + +
+
+ + + + + + + + + + + + + + + + + +
+ + +
+ + + + + + + + +
+
+ + +
\ No newline at end of file diff --git a/limelight-pc/manifest.mf b/limelight-pc/manifest.mf new file mode 100644 index 0000000..a81a8e4 --- /dev/null +++ b/limelight-pc/manifest.mf @@ -0,0 +1,3 @@ +Manifest-Version: 1.0 +Main-Class: com.limelight.Limelight + diff --git a/limelight-pc/one-jar-ant-task-0.97.jar b/limelight-pc/one-jar-ant-task-0.97.jar new file mode 100644 index 0000000..567ce75 Binary files /dev/null and b/limelight-pc/one-jar-ant-task-0.97.jar differ diff --git a/limelight-pc/one-jar-ant-task.xml b/limelight-pc/one-jar-ant-task.xml new file mode 100644 index 0000000..7d65656 --- /dev/null +++ b/limelight-pc/one-jar-ant-task.xml @@ -0,0 +1,10 @@ + + + + + + + + + \ No newline at end of file