-
Notifications
You must be signed in to change notification settings - Fork 0
/
default.properties
4 lines (4 loc) · 1.02 KB
/
default.properties
1
2
3
4
pattern.version=<version>(.*)</version>
pattern.name=package.*name\="([a-zA-Z0-9\-._]+)".*>
pattern.date=(<date>)(.*)(</date>)
package.template=<?xml version="1.0" encoding="UTF-8"?>\n\t<package name="com.example.packagename" xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com http://www.woltlab.com/XSD/2019/package.xsd">\n\n\t<packageinformation>\n\t\t<packagename><![CDATA[CHANGEME]]></packagename>\n\t\t<packagedescription><![CDATA[CHANGEME]]></packagedescription>\n\t\t<packagedescription language="de"><![CDATA[CHANGEME]]></packagedescription>\n\t\t<version>0.0.1</version>\n\t\t<date>1970-01-01</date>\n\t</packageinformation>\n\n\t<authorinformation>\n\t\t<author><![CDATA[CHANGEME]]></author>\n\t\t<authorurl><![CDATA[CHANGEME]]></authorurl>\n\t</authorinformation>\n\n\t<requiredpackages>\n\t\t<requiredpackage minversion="2.0.0">com.woltlab.wcf</requiredpackage>\n\t</requiredpackages>\n\n\t<instructions type="install">\n\t</instructions>\n</package>