source: 3thparty/jupload/src/main/resources/conf/svn.properties @ 3951

Revision 3951, 512 bytes checked in by alexandrecorreia, 13 years ago (diff)

Ticket #1709 - Adicao de codigo fonte java do componente jupload

Line 
1
2# JUpload version
3jupload.version = ${pom.version}
4
5# Date of the compilation
6jupload.buildTimestamp = ${timestamp}
7
8#Build number. Allows to identify each build. Reset to 1, after a clean
9jupload.buildNumber = ${buildNumber}
10
11#Last revision commited. This compilation may contain other uncommitted changes.
12jupload.svn.revision = ${svn.revision}
13
14#Date of the last src directory commit.
15#Caution: file by file commit doesn't change this date.
16jupload.lastSrcDirModificationDate = A source modification date
17               
Note: See TracBrowser for help on using the repository browser.