rewrite yml: fr.xgouchet.texteditor

This commit is contained in:
Michael Pöhn 2019-07-12 14:39:17 +02:00
parent 0d07578cd8
commit b450b7f14d
2 changed files with 52 additions and 44 deletions

View file

@ -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

View file

@ -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