summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBob Lee <crazybob@crazybob.org>2009-10-13 22:30:02 +0000
committerBob Lee <crazybob@crazybob.org>2009-10-13 22:30:02 +0000
commit39eee7ec6e15bb12d31c43c38200f6da8931cf9e (patch)
tree0f454fe4922c07a2de661c5df73b3a8f6f370f55
parent36d0234b451c16f27450370e969de86b55ec2107 (diff)
downloadplatform_external_jsr330-39eee7ec6e15bb12d31c43c38200f6da8931cf9e.tar.gz
platform_external_jsr330-39eee7ec6e15bb12d31c43c38200f6da8931cf9e.tar.bz2
platform_external_jsr330-39eee7ec6e15bb12d31c43c38200f6da8931cf9e.zip
Initial stab at a pom.
git-svn-id: https://atinject.googlecode.com/svn/trunk@61 3bc8319c-20ab-11de-9edc-3f40a397ab60
-rw-r--r--javax.inject.pom20
1 files changed, 20 insertions, 0 deletions
diff --git a/javax.inject.pom b/javax.inject.pom
new file mode 100644
index 0000000..8e6e38c
--- /dev/null
+++ b/javax.inject.pom
@@ -0,0 +1,20 @@
+<project>
+ <modelVersion>1</modelVersion>
+ <groupId>javax.inject</groupId>
+ <artifactId>javax.inject</artifactId>
+ <packaging>jar</packaging>
+ <name>javax.inject</name>
+ <version>1</version>
+ <description>The javax.inject API</description>
+ <url>http://code.google.com/p/atinject/</url>
+ <licenses>
+ <license>
+ <name>The Apache Software License, Version 2.0</name>
+ <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
+ <scm>
+ <url>http://code.google.com/p/atinject/source/checkout</url>
+ </scm>
+</project>