Commit f98297fb authored by Vlastislav Dohnal's avatar Vlastislav Dohnal
Browse files

Removed netbean's project conf file.

parent d3496d97
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>