Merge branch 'seeddms-5.1.x' into seeddms-6.0.x

This commit is contained in:
Uwe Steinmann 2021-11-26 12:33:35 +01:00
commit 9ae7a54183

View File

@ -23,6 +23,9 @@ dist:
(cd tmp; tar --exclude=.svn --exclude=.gitignore -czvf ../seeddms-$(VERSION).tar.gz seeddms-$(VERSION))
rm -rf tmp
quickstart:
vendor/bin/phing -Dversion=$(VERSION) package
pear:
(cd SeedDMS_Core/; pear package)
(cd SeedDMS_Lucene/; pear package)