summaryrefslogtreecommitdiff
path: root/qpid/java/lib/poms/commons-configuration-1.6.pom
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/java/lib/poms/commons-configuration-1.6.pom')
-rw-r--r--qpid/java/lib/poms/commons-configuration-1.6.pom419
1 files changed, 0 insertions, 419 deletions
diff --git a/qpid/java/lib/poms/commons-configuration-1.6.pom b/qpid/java/lib/poms/commons-configuration-1.6.pom
deleted file mode 100644
index 1597869b3a..0000000000
--- a/qpid/java/lib/poms/commons-configuration-1.6.pom
+++ /dev/null
@@ -1,419 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?><project>
- <modelVersion>4.0.0</modelVersion>
- <groupId>commons-configuration</groupId>
- <artifactId>commons-configuration</artifactId>
- <name>Commons Configuration</name>
- <version>1.6</version>
- <description>Tools to assist in the reading of configuration/preferences files in
- various formats</description>
- <url>http://commons.apache.org/${pom.artifactId.substring(8)}/</url>
- <issueManagement>
- <url>http://issues.apache.org/jira/browse/CONFIGURATION</url>
- </issueManagement>
- <ciManagement>
- <notifiers>
- <notifier>
- <configuration>
- <address>dev@commons.apache.org</address>
- </configuration>
- </notifier>
- </notifiers>
- </ciManagement>
- <inceptionYear>2001</inceptionYear>
- <mailingLists>
- <mailingList>
- <name>Commons Dev List</name>
- <subscribe>dev-subscribe@commons.apache.org</subscribe>
- <unsubscribe>dev-unsubscribe@commons.apache.org</unsubscribe>
- <archive>http://mail-archives.apache.org/mod_mbox/commons-dev/</archive>
- </mailingList>
- <mailingList>
- <name>Commons User List</name>
- <subscribe>user-subscribe@commons.apache.org</subscribe>
- <unsubscribe>user-unsubscribe@commons.apache.org</unsubscribe>
- <archive>http://mail-archives.apache.org/mod_mbox/commons-user/</archive>
- </mailingList>
- </mailingLists>
- <developers>
- <developer>
- <id>dlr</id>
- <name>Daniel Rall</name>
- <email>dlr@finemaltcoding.com</email>
- <organization>CollabNet, Inc.</organization>
- </developer>
- <developer>
- <id>jvanzyl</id>
- <name>Jason van Zyl</name>
- <email>jason@zenplex.com</email>
- <organization>Zenplex</organization>
- </developer>
- <developer>
- <id>mpoeschl</id>
- <name>Martin Poeschl</name>
- <email>mpoeschl@marmot.at</email>
- <organization>tucana.at</organization>
- </developer>
- <developer>
- <id>dion</id>
- <name>dIon Gillard</name>
- <email>dion@multitask.com.au</email>
- <organization>Multitask Consulting</organization>
- </developer>
- <developer>
- <id>henning</id>
- <name>Henning P. Schmiedehausen</name>
- <email>hps@intermeta.de</email>
- <organization>INTERMETA - Gesellschaft fuer Mehrwertdienste mbH</organization>
- <timezone>2</timezone>
- </developer>
- <developer>
- <id>epugh</id>
- <name>Eric Pugh</name>
- <email>epugh@upstate.com</email>
- <organization>upstate.com</organization>
- </developer>
- <developer>
- <id>bdunbar</id>
- <name>Brian E. Dunbar</name>
- <email>bdunbar@dunbarconsulting.org</email>
- <organization>dunbarconsulting.org</organization>
- </developer>
- <developer>
- <id>ebourg</id>
- <name>Emmanuel Bourg</name>
- <email>ebourg@apache.org</email>
- <organization>Ariane Software</organization>
- <timezone>+1</timezone>
- </developer>
- <developer>
- <id>oheger</id>
- <name>Oliver Heger</name>
- <email>oheger@apache.org</email>
- <organization>Agfa HealthCare</organization>
- <timezone>+1</timezone>
- </developer>
- <developer>
- <id>joehni</id>
- <name>Jörg Schaible</name>
- <email>joerg.schaible@gmx.de</email>
- <timezone>+1</timezone>
- </developer>
- </developers>
- <contributors>
- <contributor>
- <name>Konstantin Shaposhnikov</name>
- <email>ksh@scand.com</email>
- <organization>scand.com</organization>
- </contributor>
- <contributor>
- <name>Jamie M. Guillemette</name>
- <email>JMGuillemette@gmail.com</email>
- <organization>TD Bank</organization>
- </contributor>
- <contributor>
- <name>Jorge Ferrer</name>
- <email>jorge.ferrer@gmail.com</email>
- <organization></organization>
- </contributor>
- <contributor>
- <name>Gabriele Garuglieri</name>
- <email>gabriele.garuglieri@infoblu.it</email>
- <organization>Infoblu S.p.A</organization>
- </contributor>
- <contributor>
- <name>Nicolas De Loof</name>
- <email>nicolas.deloof@gmail.com</email>
- <organization>Cap Gemini</organization>
- </contributor>
- </contributors>
- <licenses>
- <license>
- <name>The Apache Software License, Version 2.0</name>
- <url>/LICENSE.txt</url>
- </license>
- </licenses>
- <scm>
- <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/${pom.artifactId.substring(8)}/trunk</connection>
- <url>http://svn.apache.org/repos/asf/commons/proper/${pom.artifactId.substring(8)}/trunk</url>
- </scm>
- <organization>
- <name>The Apache Software Foundation</name>
- <url>http://commons.apache.org/</url>
- </organization>
- <build>
- <sourceDirectory>src/java</sourceDirectory>
- <testSourceDirectory>src/test</testSourceDirectory>
- <resources>
- <resource>
- <directory>conf</directory>
- <includes>
- <include>digesterRules.xml</include>
- <include>properties.dtd</include>
- <include>PropertyList-1.0.dtd</include>
- </includes>
- </resource>
- <resource>
- <targetPath>META-INF</targetPath>
- <directory>${basedir}</directory>
- <includes>
- <include>NOTICE.txt</include>
- </includes>
- </resource>
- </resources>
- <testResources>
- <testResource>
- <directory>conf</directory>
- <includes>
- <include>*.xml</include>
- </includes>
- </testResource>
- <testResource>
- <directory>conf</directory>
- <includes>
- <include>testClasspath.properties</include>
- <include>testdb.script</include>
- <include>*.properties</include>
- <include>*.dtd</include>
- </includes>
- </testResource>
- <testResource>
- <targetPath>org/apache/commons/configuration</targetPath>
- <directory>conf</directory>
- <includes>
- <include>test.properties</include>
- <include>include.properties</include>
- </includes>
- </testResource>
- <testResource>
- <targetPath>config</targetPath>
- <directory>conf/config</directory>
- <includes>
- <include>**/*.properties</include>
- </includes>
- </testResource>
- </testResources>
- <plugins>
- <plugin>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <includes>
- <include>**/*Test*.java</include>
- </includes>
- <excludes>
- <exclude>**/TestBasePropertiesConfiguration.java</exclude>
- <exclude>**/NonStringTestHolder.java</exclude>
- <exclude>**/TestAbstractConfiguration.java</exclude>
- <exclude>**/AbstractXPathTest.java</exclude>
- <exclude>**/AbstractCombinerTest.java</exclude>
- <exclude>**/AbstractTestConfigurationEvents.java</exclude>
- <exclude>**/AbstractTestFileConfigurationEvents.java</exclude>
- <exclude>**/AbstractTestPListEvents.java</exclude>
- <exclude>**/InterpolationTestHelper.java</exclude>
- </excludes>
- </configuration>
- </plugin>
- <plugin>
- <groupId>maven-plugins</groupId>
- <artifactId>maven-tasks-plugin</artifactId>
- <version>1.1.0</version>
- <configuration />
- </plugin>
- <plugin>
- <groupId>maven-plugins</groupId>
- <artifactId>maven-findbugs-plugin</artifactId>
- <version>1.4</version>
- <configuration />
- </plugin>
- <plugin>
- <artifactId>maven-checkstyle-plugin</artifactId>
- <version>3.0.1</version>
- <configuration />
- </plugin>
- <plugin>
- <groupId>maven-plugins</groupId>
- <artifactId>maven-cobertura-plugin</artifactId>
- <version>1.2</version>
- <configuration />
- </plugin>
- <plugin>
- <artifactId>maven-changes-plugin</artifactId>
- <version>1.6</version>
- <configuration>
- <comment>&lt;strong>Site Only&lt;/strong> - v1.6 (minimum)
- required for building the site documentation.</comment>
- </configuration>
- </plugin>
- <plugin>
- <artifactId>maven-xdoc-plugin</artifactId>
- <version>1.8</version>
- <configuration>
- <comment>&lt;strong>Site Only&lt;/strong> - v1.8 (minimum)
- required for building the site documentation.</comment>
- </configuration>
- </plugin>
- <plugin>
- <artifactId>maven-scm-plugin</artifactId>
- <version>1.5</version>
- <configuration>
- <comment>&lt;strong>Site Only&lt;/strong> - v1.5 (minimum)</comment>
- </configuration>
- </plugin>
- <plugin>
- <artifactId>maven-jdiff-plugin</artifactId>
- <version>1.5</version>
- <configuration>
- <comment>&lt;strong>Site Only&lt;/strong> - v1.5 (minimum)</comment>
- </configuration>
- </plugin>
- <plugin>
- <artifactId>maven-javadoc-plugin</artifactId>
- <version>1.8</version>
- <configuration>
- <comment>&lt;strong>Site Only&lt;/strong> - v1.8 (minimum)</comment>
- </configuration>
- </plugin>
- </plugins>
- </build>
- <dependencies>
- <dependency>
- <groupId>commons-collections</groupId>
- <artifactId>commons-collections</artifactId>
- <version>3.2.1</version>
- </dependency>
- <dependency>
- <groupId>commons-lang</groupId>
- <artifactId>commons-lang</artifactId>
- <version>2.4</version>
- </dependency>
- <dependency>
- <groupId>commons-logging</groupId>
- <artifactId>commons-logging</artifactId>
- <version>1.1.1</version>
- </dependency>
- <dependency>
- <groupId>commons-digester</groupId>
- <artifactId>commons-digester</artifactId>
- <version>1.8</version>
- </dependency>
- <dependency>
- <groupId>commons-beanutils</groupId>
- <artifactId>commons-beanutils-core</artifactId>
- <version>1.8.0</version>
- </dependency>
- <dependency>
- <groupId>commons-codec</groupId>
- <artifactId>commons-codec</artifactId>
- <version>1.3</version>
- <optional>true</optional>
- </dependency>
- <dependency>
- <groupId>commons-jxpath</groupId>
- <artifactId>commons-jxpath</artifactId>
- <version>1.3</version>
- <optional>true</optional>
- </dependency>
- <dependency>
- <groupId>xerces</groupId>
- <artifactId>xercesImpl</artifactId>
- <version>2.3.0</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>xalan</groupId>
- <artifactId>xalan</artifactId>
- <version>2.7.0</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>xml-apis</groupId>
- <artifactId>xml-apis</artifactId>
- <version>1.0.b2</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>javax.servlet</groupId>
- <artifactId>servlet-api</artifactId>
- <version>2.4</version>
- <optional>true</optional>
- </dependency>
- <dependency>
- <groupId>javax.mail</groupId>
- <artifactId>mail</artifactId>
- <version>1.4</version>
- <optional>true</optional>
- </dependency>
- <dependency>
- <groupId>ant</groupId>
- <artifactId>ant</artifactId>
- <version>1.6.5</version>
- <optional>true</optional>
- </dependency>
- <dependency>
- <groupId>commons-dbcp</groupId>
- <artifactId>commons-dbcp</artifactId>
- <version>1.2.2</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>commons-pool</groupId>
- <artifactId>commons-pool</artifactId>
- <version>1.4</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>hsqldb</groupId>
- <artifactId>hsqldb</artifactId>
- <version>1.7.2.2</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>dbunit</groupId>
- <artifactId>dbunit</artifactId>
- <version>2.1</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>junit</groupId>
- <artifactId>junit</artifactId>
- <version>3.8.1</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>junit-addons</groupId>
- <artifactId>junit-addons</artifactId>
- <version>1.4</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>mockobjects</groupId>
- <artifactId>mockobjects-core</artifactId>
- <version>0.09</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>mockobjects</groupId>
- <artifactId>mockobjects-jdk1.4-j2ee1.3</artifactId>
- <version>0.09</version>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>log4j</groupId>
- <artifactId>log4j</artifactId>
- <version>1.2.8</version>
- <scope>test</scope>
- </dependency>
- </dependencies>
- <distributionManagement>
- <repository>
- <id>default</id>
- <name>Default Repository</name>
- <url>www.apache.org//www/www.apache.org/dist/java-repository/</url>
- </repository>
- <site>
- <id>default</id>
- <name>Default Site</name>
- <url>scp://people.apache.org//www/commons.apache.org/${pom.artifactId.substring(8)}/</url>
- </site>
- <status>converted</status>
- </distributionManagement>
-</project> \ No newline at end of file