Author: ajaypaibir
Date: Thu Apr 12 10:20:28 2007
New Revision: 528048
URL: http://svn.apache.org/viewvc?view=rev&rev=528048
Log:
Missed adding coloc module to the bindings pom.
Modified:
incubator/cxf/trunk/rt/bindings/pom.xml
Modified: incubator/cxf/trunk/rt/bindings/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/bindings/pom.xml?view=diff&rev=528048&r1=528047&r2=528048
==============================================================================
--- incubator/cxf/trunk/rt/bindings/pom.xml (original)
+++ incubator/cxf/trunk/rt/bindings/pom.xml Thu Apr 12 10:20:28 2007
@@ -6,9 +6,9 @@
to you 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
@@ -35,6 +35,7 @@
<module>xml</module>
<module>http</module>
<module>object</module>
+ <module>coloc</module>
</modules>