By default set public packages to empty string
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Tue, 05 Nov 2013 13:05:36 +0100
changeset 3213b55d5d459fb
parent 320 719062a62824
child 322 4a93f2679691
By default set public packages to empty string
pom.xml
     1.1 --- a/pom.xml	Tue Nov 05 12:59:47 2013 +0100
     1.2 +++ b/pom.xml	Tue Nov 05 13:05:36 2013 +0100
     1.3 @@ -15,6 +15,7 @@
     1.4        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     1.5        <netbeans.version>RELEASE73</netbeans.version>
     1.6        <license>COPYING</license>
     1.7 +      <publicPackages></publicPackages>
     1.8    </properties>
     1.9    <modules>
    1.10      <module>json</module>