diff --git a/build.properties b/build.properties index 8d51885..add7653 100644 --- a/build.properties +++ b/build.properties @@ -16,6 +16,8 @@ jar.name=${proj.name} ex.name=${proj.name}-examples-${proj.version} path.ex=${proj.name}-examples +# Release +release.name=${proj.name}-${proj.version} # Javadoc javadoc.title=SimplePool API diff --git a/build.xml b/build.xml index aa8ae40..c9f522e 100644 --- a/build.xml +++ b/build.xml @@ -3,6 +3,7 @@ + @@ -40,6 +41,30 @@ + + + + + + + + + + + + + + + + + + + + + + + +