From 51a30730da0a61af553b8064315bdc5f727aba2d Mon Sep 17 00:00:00 2001 From: aclement Date: Thu, 16 Apr 2009 20:09:07 +0000 Subject: [PATCH] Simones improvements for maven upload --- build/aspectjrt.pom | 6 ++ build/aspectjtools.pom | 6 ++ build/aspectjweaver.pom | 6 ++ build/build.xml | 140 ++++++++++++++++++++++++---------------- 4 files changed, 104 insertions(+), 54 deletions(-) diff --git a/build/aspectjrt.pom b/build/aspectjrt.pom index e0fb98e48..82ee07329 100644 --- a/build/aspectjrt.pom +++ b/build/aspectjrt.pom @@ -4,8 +4,10 @@ 4.0.0 org.aspectj aspectjrt + jar ASPECTJVERSION AspectJ runtime + The runtime needed to execute a program using AspectJ http://www.aspectj.org @@ -16,4 +18,8 @@ + + http://dev.eclipse.org/viewcvs/index.cgi/org.aspectj/?root=Tools_Project + + diff --git a/build/aspectjtools.pom b/build/aspectjtools.pom index 0d3bc51c5..f5ad3e8b5 100644 --- a/build/aspectjtools.pom +++ b/build/aspectjtools.pom @@ -4,8 +4,10 @@ 4.0.0 org.aspectj aspectjtools + jar ASPECTJVERSION AspectJ tools + Tools from the AspectJ project http://www.aspectj.org @@ -16,4 +18,8 @@ + + http://dev.eclipse.org/viewcvs/index.cgi/org.aspectj/?root=Tools_Project + + \ No newline at end of file diff --git a/build/aspectjweaver.pom b/build/aspectjweaver.pom index e70f56ede..45ddafddc 100644 --- a/build/aspectjweaver.pom +++ b/build/aspectjweaver.pom @@ -4,8 +4,10 @@ 4.0.0 org.aspectj aspectjweaver + jar ASPECTJVERSION AspectJ weaver + The AspectJ weaver introduces advices to java classes http://www.aspectj.org @@ -16,4 +18,8 @@ + + http://dev.eclipse.org/viewcvs/index.cgi/org.aspectj/?root=Tools_Project + + diff --git a/build/build.xml b/build/build.xml index 35610595a..cbc030261 100644 --- a/build/build.xml +++ b/build/build.xml @@ -695,67 +695,99 @@ To use testing client jar in tests, - - - - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + - + - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - + + + + + + + + + + + + + + + + + + - - - - - - - + + + + + + + + + + + + + + -- 2.39.5