Author: dkulp
Date: Wed Sep 12 16:17:15 2012
New Revision: 1384016

URL: http://svn.apache.org/viewvc?rev=1384016&view=rev
Log:
Copy async http stuff into main build.

Added:
    cxf/trunk/rt/transports/http-hc/   (props changed)
      - copied from r1384014, cxf/sandbox/dkulp_async_clients/http-hc/
Modified:
    cxf/trunk/rt/pom.xml

Modified: cxf/trunk/rt/pom.xml
URL: 
http://svn.apache.org/viewvc/cxf/trunk/rt/pom.xml?rev=1384016&r1=1384015&r2=1384016&view=diff
==============================================================================
--- cxf/trunk/rt/pom.xml (original)
+++ cxf/trunk/rt/pom.xml Wed Sep 12 16:17:15 2012
@@ -48,6 +48,7 @@
         <module>frontend/js</module>
         <module>transports/http</module>
         <module>transports/http-jetty</module>
+        <module>transports/http-hc</module>
         <module>transports/jms</module>
         <module>transports/udp</module>
         <module>ws/policy</module>

Propchange: cxf/trunk/rt/transports/http-hc/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Wed Sep 12 16:17:15 2012
@@ -0,0 +1,18 @@
+.pmd
+.checkstyle
+.ruleset
+target
+.settings
+.classpath
+.project
+.wtpmodules
+prj.el
+.jdee_classpath
+.jdee_sources
+velocity.log
+eclipse-classes
+*.ipr
+*.iml
+*.iws
+.externalToolBuilders
+


Reply via email to