mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-03 09:49:19 +02:00
add docs
This commit is contained in:
parent
77d668dd9a
commit
94ceca550b
1 changed files with 9 additions and 0 deletions
|
@ -28,6 +28,10 @@ ignored = [
|
|||
"scripts/"
|
||||
]
|
||||
|
||||
added = [
|
||||
"docs/"
|
||||
]
|
||||
|
||||
conversionMap = {
|
||||
#In AmbilWarna:
|
||||
#third-party/drag-sort-listview/library/
|
||||
|
@ -68,6 +72,8 @@ conversionMap = {
|
|||
"src/org/geometerplus/android/fbreader/libraryService/LibraryInterface.aidl" : "fBReaderJ/src/main/aidl/org/geometerplus/android/fbreader/libraryService/LibraryInterface.aidl",
|
||||
"src/org/geometerplus/android/fbreader/libraryService/PositionWithTimestamp.aidl" : "fBReaderJ/src/main/aidl/org/geometerplus/android/fbreader/libraryService/PositionWithTimestamp.aidl",
|
||||
"src/org/geometerplus/android/fbreader/network/BookDownloaderInterface.aidl" : "fBReaderJ/src/main/aidl/org/geometerplus/android/fbreader/network/BookDownloaderInterface.aidl",
|
||||
|
||||
#src/com/paragon/dictionary/fbreader/OpenDictionaryActivity.java ? fbreader/app/src/main/java/com/paragon/dictionary/fbreader/OpenDictionaryActivity.java
|
||||
}
|
||||
|
||||
|
||||
|
@ -112,6 +118,9 @@ def convertToAndroidStudioPaths(line):
|
|||
deleteLine = True
|
||||
converted = deleteLineMarker
|
||||
print "IGNORED: \'" + firstPath + "\' is ignored"
|
||||
elif firstPath in added:
|
||||
converted = fullPath
|
||||
print "ADDED: \'" + firstPath + "\' is added"
|
||||
else:
|
||||
print "FAIL: \'" + firstPath + "\' is not in map"
|
||||
sys.exit()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue