Allow building different versions for different target platforms
This commit is contained in:
@@ -3,14 +3,18 @@
|
||||
<description>Template for the SLT for the Joomla! CMS</description>
|
||||
<element>slt</element>
|
||||
<type>template</type>
|
||||
<client>0</client>
|
||||
<version>__VERSION__</version>
|
||||
<client>site</client>
|
||||
<version>$VERSION</version>
|
||||
<downloads>
|
||||
<downloadurl type="full" format="__FORMAT__">__DOWNLOAD_URL__</downloadurl>
|
||||
<downloadurl type="full" format="$FORMAT">$DOWNLOAD_URL</downloadurl>
|
||||
</downloads>
|
||||
<tags>
|
||||
<tag>stable</tag>
|
||||
<!--<tag>rc</tag>-->
|
||||
<!--<tag>beta</tag>-->
|
||||
<!--<tag>alpha</tag>-->
|
||||
<!--<tag>dev</tag>-->
|
||||
</tags>
|
||||
<maintainer>Christian Wolf</maintainer>
|
||||
<targetplatform name="joomla" version=".*"/>
|
||||
<targetplatform name="joomla" version="4.[0]"/>
|
||||
</update>
|
||||
|
||||
Reference in New Issue
Block a user