Commit 72cc45f1 authored by Vlastislav Dohnal's avatar Vlastislav Dohnal
Browse files

Merge branch 'xdohnal-master-patch-74501' into 'master'

Removed netbean's project conf file.

See merge request !1
parents d3496d97 f98297fb
Loading
Loading
Loading
Loading

nbactions.xml

deleted100644 → 0
+0 −19
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8"?>
<actions>
        <action>
            <actionName>build-with-dependencies</actionName>
            <reactor>also-make</reactor>
            <goals>
                <goal>install</goal>
                <goal>dependency:copy-dependencies</goal>
            </goals>
        </action>
        <action>
            <actionName>CUSTOM-build and copy dependencies</actionName>
            <displayName>build and copy dependencies</displayName>
            <goals>
                <goal>install</goal>
                <goal>dependency:copy-dependencies</goal>
            </goals>
        </action>
    </actions>