diff options
| author | Rafael H. Schloming <rhs@apache.org> | 2008-12-10 01:25:22 +0000 |
|---|---|---|
| committer | Rafael H. Schloming <rhs@apache.org> | 2008-12-10 01:25:22 +0000 |
| commit | cad0d986721f80d7e1dbbad3295fb9eede860648 (patch) | |
| tree | 34cda24a7771fb70ab15788c473f2b7d016467ac /qpid/java/plugins | |
| parent | bfa2a0997e9820216b626f65a02fec62bd76b45d (diff) | |
| download | qpid-python-cad0d986721f80d7e1dbbad3295fb9eede860648.tar.gz | |
removed maven build system
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@724947 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/plugins')
| -rw-r--r-- | qpid/java/plugins/pom.xml | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/qpid/java/plugins/pom.xml b/qpid/java/plugins/pom.xml deleted file mode 100644 index 161656471f..0000000000 --- a/qpid/java/plugins/pom.xml +++ /dev/null @@ -1,34 +0,0 @@ -<project> - <modelVersion>4.0.0</modelVersion> - <groupId>org.apache.qpid</groupId> - <artifactId>jython-plugin</artifactId> - <packaging>maven-plugin</packaging> - <version>1.0-incubating-M3-SNAPSHOT</version> - <name>Jython Launcher</name> - - <parent> - <groupId>org.apache.qpid</groupId> - <artifactId>qpid</artifactId> - <version>1.0-incubating-M3-SNAPSHOT</version> - <relativePath>../pom.xml</relativePath> - </parent> - - <properties> - <!-- This is an assembly/distribution pom so no test code exists --> - <maven.test.skip>true</maven.test.skip> - </properties> - - <dependencies> - <dependency> - <groupId>org.apache.maven</groupId> - <artifactId>maven-plugin-api</artifactId> - <version>2.0</version> - </dependency> - - <dependency> - <groupId>org.python</groupId> - <artifactId>jython</artifactId> - <version>2.2-rc1</version> - </dependency> - </dependencies> -</project> |
