You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by og...@apache.org on 2005/07/28 23:06:04 UTC

svn commit: r225883 - in /jakarta/httpclient/trunk/http-common: project.properties project.xml

Author: oglueck
Date: Thu Jul 28 14:05:55 2005
New Revision: 225883

URL: http://svn.apache.org/viewcvs?rev=225883&view=rev
Log:
mavenized this subproject

Added:
    jakarta/httpclient/trunk/http-common/project.properties
    jakarta/httpclient/trunk/http-common/project.xml

Added: jakarta/httpclient/trunk/http-common/project.properties
URL: http://svn.apache.org/viewcvs/jakarta/httpclient/trunk/http-common/project.properties?rev=225883&view=auto
==============================================================================
--- jakarta/httpclient/trunk/http-common/project.properties (added)
+++ jakarta/httpclient/trunk/http-common/project.properties Thu Jul 28 14:05:55 2005
@@ -0,0 +1,14 @@
+maven.xdoc.jsl=../../commons-build/commons-site.jsl
+maven.xdoc.date=left
+maven.xdoc.version=${pom.currentVersion}
+maven.checkstyle.properties=checkstyle.xml.properties
+maven.checkstyle.includes=**/*.java
+maven.checkstyle.excludes=**/*.html
+maven.javadoc.links=http://java.sun.com/j2se/1.4.1/docs/api/, http://jakarta.apache.org/commons/logging/apidocs/
+maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory
+maven.repo.list=asf
+maven.repo.asf=scp://people.apache.org
+maven.repo.asf.directory=/www/www.apache.org/dist/java-repository
+maven.repo.asf.username=${maven.username}
+maven.repo.asf.compress=true
+maven.repo.asf.group=jakarta 
\ No newline at end of file

Added: jakarta/httpclient/trunk/http-common/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/httpclient/trunk/http-common/project.xml?rev=225883&view=auto
==============================================================================
--- jakarta/httpclient/trunk/http-common/project.xml (added)
+++ jakarta/httpclient/trunk/http-common/project.xml Thu Jul 28 14:05:55 2005
@@ -0,0 +1,85 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+/*
+ * Copyright 2001-2004 The Apache Software Foundation.
+ * 
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * 
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ * 
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+ -->
+<project>
+  <pomVersion>3</pomVersion>
+  <id>http-common</id>
+  <name>Jakarta HTTP Common</name>
+  <currentVersion>4.0</currentVersion>
+
+  <organization>
+    <name>Apache Software Foundation</name>
+    <url>http://www.apache.org/</url>
+    <logo>http://maven.apache.org/images/jakarta-logo-blue.gif</logo>
+  </organization>
+
+  <inceptionYear>2005</inceptionYear>
+  <package>org.apache.http</package>
+  <logo>http://jakarta.apache.org/images/jakarta-logo.gif</logo>
+  <description>Common components to build HTTP enabled applications.</description>
+  <shortDescription>Common components to build HTTP enabled applications.</shortDescription>
+  <url>http://jakarta.apache.org/commons/httpclient/</url>
+  <issueTrackingUrl><![CDATA[http://issues.apache.org/bugzilla/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=HttpClient&component=Commons+HttpClient&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&keywords_type=anywords&keywords=&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=NEEDINFO&emailassigned_to1=1&emailtype1=substring&email1=&emailreporter2=1&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0=]]></issueTrackingUrl>
+  <siteAddress>people.apache.org</siteAddress>
+  <siteDirectory>/www/jakarta.apache.org/httpclient/</siteDirectory>
+
+  <repository>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/httpclient/trunk/${pom.artifactId}</connection>
+    <url>http://svn.apache.org/viewcvs.cgi/jakarta/httpclient/trunk/${pom.artifactId}</url>
+  </repository>
+
+  <versions/>
+
+  <branches/>
+
+  <mailingLists/>
+
+  <developers>
+    <developer>
+      <name>Oleg Kalnichevski</name>
+      <id>olegk</id>
+      <email>olegk -at- apache.org</email>
+      <roles>
+        <role>Java Developer</role>
+      </roles>
+    </developer>
+  </developers>
+
+  <contributors/>
+
+  <licenses>
+    <license>
+      <name>Apache License</name>
+      <url>http://www.apache.org/licenses/LICENSE-2.0</url>
+      <distribution>repo</distribution>
+    </license>
+  </licenses>
+
+  <dependencies/>
+
+  <build>
+    <nagEmailAddress>httpclient-dev@jakarta.apache.org</nagEmailAddress>
+    <sourceDirectory>src/java</sourceDirectory>
+    <unitTestSourceDirectory>src/test</unitTestSourceDirectory>
+    <unitTest>
+      <includes>
+        <include>**/TestAll.java</include>
+      </includes>
+    </unitTest>
+  </build>
+</project>