Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_texteditor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Karlitschek <frank@owncloud.org>2012-05-18 18:06:57 +0400
committerFrank Karlitschek <frank@owncloud.org>2012-05-18 18:06:57 +0400
commit440755b79ce001fe3b36d36cb3f5f71ea47ab66c (patch)
tree92534d40b9128cf606703e8bf926f8aa5aa994c7 /appinfo/info.xml
parentc4e9bce97f017f27f9d0d3547806d445632d2f8e (diff)
mark the apps as part of the shipped package and increase the requirement to ownCloud 4
Diffstat (limited to 'appinfo/info.xml')
-rw-r--r--appinfo/info.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 83c057f..e3c6615 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -5,6 +5,7 @@
<description>Simple plain text editor based on Ace editor.</description>
<licence>AGPL</licence>
<author>Tom Needham</author>
- <require>2</require>
+ <require>4</require>
+ <shipped>true</shipped>
<default_enable/>
</info>