Skip to content

Commit 9aef4ed

Browse files
committed
- build.properties more consistent with other projects
- distributed jar had a wrong french bundle filename - small precision in the README git-svn-id: https://share-extras.googlecode.com/svn/trunk/Sandbox/Audit Dashlet@721 a3f5c567-fd0f-3a89-9b71-a290c5a5f590
1 parent ff3fc5a commit 9aef4ed

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ the dashlet into one of the columns from the list of dashlets.
8585
- to search for a colon (:), use the field prefix, eg; field:.+:.+ or values:[^:]+: etc... otherwise the colon will be interpreted
8686
as a field identifier
8787

88-
- noderefs in the values will be detected, and "enhanced" with a link to the docdetails page of that noderef
88+
- noderefs in the audit values will be detected, and "enhanced" with a link to the docdetails page of that noderef
8989

9090
- multi field search is currently not supported, e.g +id:95 -name:romain. Would have to support ( ) , and/or grouping ,etc ...
9191

build.properties

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
jar.version=0.3
2-
jar.name=sample-audit-dashlet-${jar.version}.jar
1+
build.version=0.31
2+
project.name=sample-audit-dashlet
3+
jar.name=${project.name}-${build.version}.jar

0 commit comments

Comments
 (0)