diff options
author | daniel oeh <daniel.oeh@gmail.com> | 2013-01-11 23:39:07 +0100 |
---|---|---|
committer | daniel oeh <daniel.oeh@gmail.com> | 2013-01-11 23:39:07 +0100 |
commit | 49f3511cd6652e15a576cc59cbbc425e5c0c2c75 (patch) | |
tree | a12859dd4db58714a1d1b396faf3353f8b1fcb5f | |
parent | b2017088cc146bea39ceec2aee8b680132eee4b3 (diff) | |
download | AntennaPod-49f3511cd6652e15a576cc59cbbc425e5c0c2c75.zip |
Updated project config files
-rw-r--r-- | .project | 2 | ||||
-rw-r--r-- | project.properties | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <projectDescription> - <name>Antennapod</name> + <name>AntennaPod</name> <comment></comment> <projects> </projects> diff --git a/project.properties b/project.properties index 4a1ae1f77..d1eaa98a8 100644 --- a/project.properties +++ b/project.properties @@ -10,5 +10,5 @@ # Project target. proguard.config=proguard.cfg target=android-17 -android.library.reference.1=../ActionBarSherlock/library/ -android.library.reference.2=../Android-ViewPagerIndicator/library +android.library.reference.1=submodules/ActionBarSherlock/library +android.library.reference.2=submodules/ViewPagerIndicator/library |