File: nbactions.xml

package info (click to toggle)
tiled-qt 1.2.1%2Bdfsg.1-1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 31,084 kB
  • sloc: cpp: 85,970; java: 3,602; python: 1,469; xml: 1,251; sh: 56; makefile: 32; ruby: 15
file content (15 lines) | stat: -rw-r--r-- 495 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<actions>
        <action>
            <actionName>CUSTOM-Generate Site</actionName>
            <displayName>Generate Site</displayName>
            <recursive>false</recursive>
            <goals>
                <goal>clean</goal>
                <goal>site</goal>
            </goals>
            <activatedProfiles>
                <activatedProfile>release-profile</activatedProfile>
            </activatedProfiles>
        </action>
    </actions>