123456789101112131415161718 |
- # Version number used for plugins, only 3 numbers (e.g. 3.1.3)
- jmeVersion = 3.3.0
- # Version used for application and settings folder, no spaces!
- jmeMainVersion = 3.3
- # Version addition pre-alpha-svn, Stable, Beta
- #jmeVersionTag = SNAPSHOT
- # Increment this each time jmeVersionTag changes but jmeVersion stays the same
- #jmeVersionTagID = 0
- # specify if JavaDoc should be built
- buildJavaDoc = true
- # specify if SDK and Native libraries get built
- buildSdkProject = true
- # Path for downloading NetBeans Base
- netbeansUrl = http://apache.org/dist/netbeans/netbeans/11.2/netbeans-11.2-bin.zip
- # LTS: http://apache.org/dist/incubator/netbeans/incubating-netbeans/incubating-11.0/incubating-netbeans-11.0-bin.zip
|