Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
winterstein committed Mar 27, 2012
1 parent 022bcda commit 96a2dbc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 143 deletions.
6 changes: 5 additions & 1 deletion .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
<classpathentry combineaccessrules="false" kind="src" path="/winterwell.bob"/>
<classpathentry combineaccessrules="false" kind="src" path="/winterwell.utils"/>
<classpathentry kind="lib" path="/middleware/signpost/signpost-core.jar" sourcepath="/middleware/signpost/src.zip"/>
<classpathentry kind="lib" path="/middleware/android-sdk-linux/platforms/android-7/android.jar"/>
<classpathentry kind="lib" path="/middleware/android-sdk-linux/platforms/android-7/android.jar">
<attributes>
<attribute name="javadoc_location" value="file:/home/daniel/winterwell/forest-of-gits/code/middleware/android-sdk-linux/docs/reference/"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="bin"/>
</classpath>
3 changes: 3 additions & 0 deletions build/BuildJTwitter.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ public void doTask() throws Exception {
jar.setManifestProperty(JarTask.MANIFEST_TITLE, "JTwitter client library by Winterwell");
jar.run();

if (true) return; // FIXME

// src is now in the zip instead
// JarTask jar2 = new JarTask(new File(base, "jtwitter.jar"), src);
// jar2.setAppend(true);
// jar2.setManifestProperty(JarTask.MANIFEST_IMPLEMENTATION_VERSION, Twitter.version);
Expand Down
142 changes: 0 additions & 142 deletions src/winterwell/jtwitter/android/TwitterAuthActivity.java

This file was deleted.

0 comments on commit 96a2dbc

Please sign in to comment.