Skip to content

Commit

Permalink
add license to outpur jar. remove unnecessary resource files. inc app…
Browse files Browse the repository at this point in the history
… version string
  • Loading branch information
yigit committed Nov 15, 2013
1 parent b119c93 commit 3d6df35
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 16 deletions.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions jobqueue/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.path.android.jobqueue"
android:versionCode="1"
android:versionName="0.9.7.3">
<application android:label="@string/app_name">
android:versionName="0.9.7.4">
<application android:label="">
</application>
</manifest>
1 change: 1 addition & 0 deletions jobqueue/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@
<fileset dir="${out.dir}/classes">
<include name="com/path/android/jobqueue/**" />
</fileset>
<file name="LICENSE.txt"/>
</jar>
</target>

Expand Down
13 changes: 0 additions & 13 deletions jobqueue/res/layout/main.xml

This file was deleted.

2 changes: 1 addition & 1 deletion jobqueue/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">ACTIVITY_ENTRY_NAME</string>
<string name="app_name">Android Priority Job Queue</string>
</resources>

0 comments on commit 3d6df35

Please sign in to comment.