diff --git a/metadata/fr.xgouchet.texteditor.txt b/metadata/fr.xgouchet.texteditor.txt deleted file mode 100644 index a447010032..0000000000 --- a/metadata/fr.xgouchet.texteditor.txt +++ /dev/null @@ -1,44 +0,0 @@ -Categories:Writing -License:MIT -Web Site: -Source Code:https://github.com/xgouchet/Ted -Issue Tracker:https://github.com/xgouchet/Ted/issues - -Auto Name:Ted -Summary:Lightweight text editor -Description: -Ted is a lightweight text editor, meant as a Notepad application, and not meant -to edit big files. You can create new text file, open existing files and of -course save them. You can also display line numbers and open recent files. You -can also search for text inside the opened file. -. - -Repo Type:git -Repo:https://github.com/xgouchet/Ted.git - -Build:Release 1.3,13 - commit=d4816fd - subdir=eclipse-project - prebuild=sed -i '/OneCloudApp/d' project.properties && \ - rm -rf ../release - -Build:Release 1.7,17 - commit=412f7900c3 - subdir=Ted - submodules=yes - prebuild=sed -i 's@\(android.library.reference.1=\).*@\1../AndroidLib@' project.properties - update=.,../AndroidLib - target=android-15 - -Build:Release 1.8.1,19 - commit=4eeb93d6f - subdir=Ted - submodules=yes - prebuild=sed -i 's@\(android.library.reference.1=\).*@\1../AndroidLib@' project.properties - update=.,../AndroidLib - target=android-15 - -Auto Update Mode:None -Update Check Mode:RepoManifest -Current Version:Release 1.8.1 -Current Version Code:19 diff --git a/metadata/fr.xgouchet.texteditor.yml b/metadata/fr.xgouchet.texteditor.yml new file mode 100644 index 0000000000..121bf53b17 --- /dev/null +++ b/metadata/fr.xgouchet.texteditor.yml @@ -0,0 +1,52 @@ +Categories: + - Writing +License: MIT +SourceCode: https://github.com/xgouchet/Ted +IssueTracker: https://github.com/xgouchet/Ted/issues + +AutoName: Ted +Summary: Lightweight text editor +Description: |- + Ted is a lightweight text editor, meant as a Notepad application, and not meant + to edit big files. You can create new text file, open existing files and of + course save them. You can also display line numbers and open recent files. You + can also search for text inside the opened file. + +RepoType: git +Repo: https://github.com/xgouchet/Ted.git + +Builds: + - versionName: Release 1.3 + versionCode: 13 + commit: d4816fd + subdir: eclipse-project + prebuild: + - sed -i '/OneCloudApp/d' project.properties + - rm -rf ../release + + - versionName: Release 1.7 + versionCode: 17 + commit: 412f7900c3 + subdir: Ted + submodules: true + prebuild: sed -i 's@\(android.library.reference.1=\).*@\1../AndroidLib@' project.properties + androidupdate: + - . + - ../AndroidLib + target: android-15 + + - versionName: Release 1.8.1 + versionCode: 19 + commit: 4eeb93d6f + subdir: Ted + submodules: true + prebuild: sed -i 's@\(android.library.reference.1=\).*@\1../AndroidLib@' project.properties + androidupdate: + - . + - ../AndroidLib + target: android-15 + +AutoUpdateMode: None +UpdateCheckMode: RepoManifest +CurrentVersion: Release 1.8.1 +CurrentVersionCode: 19