create ProjectVersion as instance instead of static. Add build info to jar manifest
author |
smith@nwoca.org |
date |
Fri, 18 May 2012 18:21:13 +0100 |
parents |
c51874d4a5a7 |
children |
cfbdbeba877f |
rev |
line source |
0
|
1 \.orig$
|
|
2 \.orig\..*$
|
|
3 \.chg\..*$
|
|
4 \.rej$
|
|
5 \.conflict\~$
|
|
6 .*~$
|
|
7 glob:out/*
|
|
8 glob:lib/*
|
|
9 glob:build/*
|
|
10 glob:dist/*
|
|
11 glob:nbproject/*
|
|
12 glob:.idea/workspace.*
|
|
13 glob:*.log
|
|
14 glob:.gradle/*
|
|
15 glob:.idea/*
|
|
16 glob:*.iml
|
|
17 glob:*.iws
|
|
18 glob:*.ipr
|
|
19 glob:gradle-app.*
|
|
20 glob:build.xml
|
|
21
|