From d306fe2c24893ec635f03e41ea6dc84a76ffa92d Mon Sep 17 00:00:00 2001 From: aclement Date: Thu, 12 Feb 2009 16:16:25 +0000 Subject: [PATCH] pom templates for a maven repo --- build/aspectjrt.pom | 19 +++++++++++++++++++ build/aspectjtools.pom | 19 +++++++++++++++++++ build/aspectjweaver.pom | 19 +++++++++++++++++++ 3 files changed, 57 insertions(+) create mode 100644 build/aspectjrt.pom create mode 100644 build/aspectjtools.pom create mode 100644 build/aspectjweaver.pom diff --git a/build/aspectjrt.pom b/build/aspectjrt.pom new file mode 100644 index 000000000..e0fb98e48 --- /dev/null +++ b/build/aspectjrt.pom @@ -0,0 +1,19 @@ + + + 4.0.0 + org.aspectj + aspectjrt + ASPECTJVERSION + AspectJ runtime + http://www.aspectj.org + + + + Eclipse Public License - v 1.0 + http://www.eclipse.org/legal/epl-v10.html + repo + + + + diff --git a/build/aspectjtools.pom b/build/aspectjtools.pom new file mode 100644 index 000000000..0d3bc51c5 --- /dev/null +++ b/build/aspectjtools.pom @@ -0,0 +1,19 @@ + + + 4.0.0 + org.aspectj + aspectjtools + ASPECTJVERSION + AspectJ tools + http://www.aspectj.org + + + + Eclipse Public License - v 1.0 + http://www.eclipse.org/legal/epl-v10.html + repo + + + + \ No newline at end of file diff --git a/build/aspectjweaver.pom b/build/aspectjweaver.pom new file mode 100644 index 000000000..5c45091d5 --- /dev/null +++ b/build/aspectjweaver.pom @@ -0,0 +1,19 @@ + + + 4.0.0 + org.aspectj + aspectjtools + ASPECTJVERSION + AspectJ tools + http://www.aspectj.org + + + + Eclipse Public License - v 1.0 + http://www.eclipse.org/legal/epl-v10.html + repo + + + + -- 2.39.5