mirror of
https://github.com/correl/mage.git
synced 2024-11-28 19:19:55 +00:00
Added license property for NetBeans to root pom
Go to Tools->Templates->Licenses and create a new license license-mage.txt Now every new Java file you create from NetBeans will have the license
This commit is contained in:
parent
fb217b123e
commit
109a09017c
1 changed files with 1 additions and 0 deletions
1
pom.xml
1
pom.xml
|
@ -69,5 +69,6 @@
|
||||||
<properties>
|
<properties>
|
||||||
<mage-version>0.9.0</mage-version>
|
<mage-version>0.9.0</mage-version>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
|
<netbeans.hint.license>mage</netbeans.hint.license>
|
||||||
</properties>
|
</properties>
|
||||||
</project>
|
</project>
|
||||||
|
|
Loading…
Reference in a new issue