mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
36 lines
1.1 KiB
XML
36 lines
1.1 KiB
XML
<!--
|
|
SPDX-FileCopyrightText: Copyright (C) swift Project Community / Contributors
|
|
SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
|
|
-->
|
|
<component>
|
|
<name>csl2xsb</name>
|
|
<description>CSL2XSB script</description>
|
|
<canBeEdited>1</canBeEdited>
|
|
<detailedDescription>script needed to process X-CSL models for swift</detailedDescription>
|
|
<selected>1</selected>
|
|
<show>1</show>
|
|
<shouldPackRuleList>
|
|
<platformTest>
|
|
<type>windows</type>
|
|
</platformTest>
|
|
<compareText>
|
|
<logic>equals</logic>
|
|
<text>${architecture}</text>
|
|
<value>64</value>
|
|
</compareText>
|
|
</shouldPackRuleList>
|
|
<folderList>
|
|
<folder>
|
|
<description>share</description>
|
|
<destination>${installdir}/share</destination>
|
|
<name>share_windows</name>
|
|
<platforms>windows</platforms>
|
|
<distributionFileList>
|
|
<distributionFile>
|
|
<origin>../../dist/share/CSL2XSB</origin>
|
|
</distributionFile>
|
|
</distributionFileList>
|
|
</folder>
|
|
</folderList>
|
|
</component>
|