From 4a66c0d2a4ddd1d2415a8ddb44271caef1c319f9 Mon Sep 17 00:00:00 2001 From: eitch Date: Mon, 25 Jul 2011 22:35:47 +0000 Subject: [PATCH] [New] added an ant build script --- MANIFEST.MF | 7 ++++++- build_package.xml | 34 ++++++++++++++++++++++++++++++++++ docs/TODO | 2 ++ 3 files changed, 42 insertions(+), 1 deletion(-) create mode 100644 build_package.xml diff --git a/MANIFEST.MF b/MANIFEST.MF index 58630c02e..c30795c80 100644 --- a/MANIFEST.MF +++ b/MANIFEST.MF @@ -1,2 +1,7 @@ Manifest-Version: 1.0 - +Implementation-Vendor: eitchnet.ch +Implementation-Title: eitchnet Java Privilege implementation +Implementation-Version: 0.0.1 +Specification-Vendor: eitchnet.ch +Specification-Title: eitchnet Java Privilege implementation +Specification-Version: 1.6 diff --git a/build_package.xml b/build_package.xml new file mode 100644 index 000000000..8a576f51d --- /dev/null +++ b/build_package.xml @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/TODO b/docs/TODO index 296271aac..319d89b1f 100644 --- a/docs/TODO +++ b/docs/TODO @@ -8,6 +8,8 @@ A list of TODOs for Privilege actionAllowed(Role, Privilege, Restrictable)-method. Maybe the Privilege argument is not needed, as this should be on the Role anyhow... +- i18n for any messages and exceptions! + - Finish the JavaDoc - Set up a website =)