|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | + |
| 3 | +<project> |
| 4 | + <pomVersion>3</pomVersion> |
| 5 | + <name>jakarta-turbine-jcs</name> |
| 6 | + <id>jcs</id> |
| 7 | + <currentVersion>1.0-dev</currentVersion> |
| 8 | + <organization> |
| 9 | + <name>Apache Software Foundation</name> |
| 10 | + <url>http://jakarta.apache.org/</url> |
| 11 | + </organization> |
| 12 | + <inceptionYear>2002</inceptionYear> |
| 13 | + <package>org.apache.jcs</package> |
| 14 | + |
| 15 | + <gumpRepositoryId>jakarta</gumpRepositoryId> |
| 16 | + |
| 17 | + <shortDescription>Cache</shortDescription> |
| 18 | + <description>Comprehensive Caching System</description> |
| 19 | + <url>http://jakarta.apache.org/turbine/jcs/</url> |
| 20 | + <issueTrackingUrl>http://issues.apache.org/scarab/servlet/scarab/</issueTrackingUrl> |
| 21 | + <siteAddress>jakarta.apache.org</siteAddress> |
| 22 | + <siteDirectory>/www/jakarta.apache.org/turbine/jcs/</siteDirectory> |
| 23 | + <distributionDirectory>/www/jakarta.apache.org/builds/jakarta-turbine-jcs/</distributionDirectory> |
| 24 | + |
| 25 | + <repository> |
| 26 | + <connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-turbine-jcs</connection> |
| 27 | + <url>http://cvs.apache.org/viewcvs/jakarta-turbine-jcs/</url> |
| 28 | + </repository> |
| 29 | + |
| 30 | + <mailingLists> |
| 31 | + <mailingList> |
| 32 | + <name>JCS User List</name> |
| 33 | + <subscribe>turbine-jcs-user-subscribe@jakarta.apache.org</subscribe> |
| 34 | + <unsubscribe>turbine-jcs-user-unsubscribe@jakarta.apache.org</unsubscribe> |
| 35 | + <archive>http://www.mail-archive.com/turbine-jcs-user@jakarta.apache.org/</archive> |
| 36 | + </mailingList> |
| 37 | + <mailingList> |
| 38 | + <name>JCS Developer List</name> |
| 39 | + <subscribe>mailto:turbine-jcs-dev-subscribe@jakarta.apache.org</subscribe> |
| 40 | + <unsubscribe>mailto:turbine-jcs-dev-unsubscribe@jakarta.apache.org</unsubscribe> |
| 41 | + <archive>http://www.mail-archive.com/turbine-jcs-dev@jakarta.apache.org/</archive> |
| 42 | + </mailingList> |
| 43 | + </mailingLists> |
| 44 | + <developers> |
| 45 | + <developer> |
| 46 | + <name>Aaron Smuts</name> |
| 47 | + <id>asmuts</id> |
| 48 | + <email>asmuts@apache.org</email> |
| 49 | + <organization/> |
| 50 | + </developer> |
| 51 | + <developer> |
| 52 | + <name>Jason van Zyl</name> |
| 53 | + <id>jvanzyl</id> |
| 54 | + <email>jason@zenplex.com</email> |
| 55 | + <organization>Zenplex</organization> |
| 56 | + </developer> |
| 57 | + <developer> |
| 58 | + <name>James Taylor</name> |
| 59 | + <id>jtaylor</id> |
| 60 | + <email>james@jamestaylor.org</email> |
| 61 | + <organization/> |
| 62 | + </developer> |
| 63 | + </developers> |
| 64 | + |
| 65 | + <dependencies> |
| 66 | + <dependency> |
| 67 | + <id>commons-configuration</id> |
| 68 | + <version>1.0-dev</version> |
| 69 | + </dependency> |
| 70 | + <dependency> |
| 71 | + <id>commons-logging</id> |
| 72 | + <version>1.0</version> |
| 73 | + </dependency> |
| 74 | + <dependency> |
| 75 | + <id>commons-lang</id> |
| 76 | + <version>1.0-dev</version> |
| 77 | + </dependency> |
| 78 | + <dependency> |
| 79 | + <id>concurrent</id> |
| 80 | + <version>1.0</version> |
| 81 | + </dependency> |
| 82 | + <dependency> |
| 83 | + <id>hsqldb</id> |
| 84 | + <version>1.7.0</version> |
| 85 | + </dependency> |
| 86 | + <dependency> |
| 87 | + <id>log4j</id> |
| 88 | + <version>1.1.3</version> |
| 89 | + </dependency> |
| 90 | + <dependency> |
| 91 | + <id>servletapi</id> |
| 92 | + <version>2.2</version> |
| 93 | + </dependency> |
| 94 | + <dependency> |
| 95 | + <id>javagroups</id> |
| 96 | + <version>2.0</version> |
| 97 | + </dependency> |
| 98 | + <dependency> |
| 99 | + <id>jisp</id> |
| 100 | + <version>1.0.2</version> |
| 101 | + </dependency> |
| 102 | + <dependency> |
| 103 | + <id>tomcat</id> |
| 104 | + <version>3.2.1</version> |
| 105 | + <jar>tomcat-util-3.2.1.jar</jar> |
| 106 | + </dependency> |
| 107 | + |
| 108 | + <dependency> |
| 109 | + <id>velocity</id> |
| 110 | + <version>1.3-dev</version> |
| 111 | + </dependency> |
| 112 | + |
| 113 | + <!-- Required for the server in JCS --> |
| 114 | + |
| 115 | + <dependency> |
| 116 | + <id>xmlrpc</id> |
| 117 | + <version>1.1</version> |
| 118 | + </dependency> |
| 119 | + |
| 120 | + <!-- For Configurable / Initializable --> |
| 121 | + <dependency> |
| 122 | + <id>stratum</id> |
| 123 | + <version>1.0-b2-dev</version> |
| 124 | + </dependency> |
| 125 | + |
| 126 | + </dependencies> |
| 127 | + <build> |
| 128 | + <sourceDirectory>src/java</sourceDirectory> |
| 129 | + <unitTestSourceDirectory>src/test</unitTestSourceDirectory> |
| 130 | + <aspectSourceDirectories></aspectSourceDirectories> |
| 131 | + <unitTest> |
| 132 | + <includes> |
| 133 | + <include>**/TestJCS.java</include> |
| 134 | + <include>**/TestSimpleLoad.java</include> |
| 135 | + <include>**/TestDiskCache.java</include> |
| 136 | + <include>**/TestDiskCacheConcurrent.java</include> |
| 137 | + <include>**/TestTCPLateralCache.java</include> |
| 138 | + </includes> |
| 139 | + </unitTest> |
| 140 | + |
| 141 | + <jars></jars> |
| 142 | + </build> |
| 143 | +</project> |
0 commit comments