You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by jo...@apache.org on 2011/03/28 21:09:17 UTC

svn commit: r1086346 - /cxf/sandbox/cxf-blueprint/jaxws/pom.xml

Author: joed
Date: Mon Mar 28 19:09:17 2011
New Revision: 1086346

URL: http://svn.apache.org/viewvc?rev=1086346&view=rev
Log:
No dynamic imports.

Modified:
    cxf/sandbox/cxf-blueprint/jaxws/pom.xml

Modified: cxf/sandbox/cxf-blueprint/jaxws/pom.xml
URL: http://svn.apache.org/viewvc/cxf/sandbox/cxf-blueprint/jaxws/pom.xml?rev=1086346&r1=1086345&r2=1086346&view=diff
==============================================================================
--- cxf/sandbox/cxf-blueprint/jaxws/pom.xml (original)
+++ cxf/sandbox/cxf-blueprint/jaxws/pom.xml Mon Mar 28 19:09:17 2011
@@ -1,24 +1,23 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-
 <!--
-  ~ /**
-  ~  * Licensed to the Apache Software Foundation (ASF) under one or more
-  ~  * contributor license agreements.  See the NOTICE file distributed with
-  ~  * this work for additional information regarding copyright ownership.
-  ~  * The ASF licenses this file 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 KIND, either express or implied.
-  ~  * See the License for the specific language governing permissions and
-  ~  * limitations under the License.
-  ~  */
-  -->
+~ /**
+~  * Licensed to the Apache Software Foundation (ASF) under one or more
+~  * contributor license agreements.  See the NOTICE file distributed with
+~  * this work for additional information regarding copyright ownership.
+~  * The ASF licenses this file 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 KIND, either express or implied.
+~  * See the License for the specific language governing permissions and
+~  * limitations under the License.
+~  */
+-->
 
 <project xmlns="http://maven.apache.org/POM/4.0.0"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -50,7 +49,7 @@
       org.apache.cxf*;version="[2.3.2,2.4)",
       *
     </cxf.osgi.import.pkg>
-    <cxf.osgi.dynamic>*</cxf.osgi.dynamic>
+
   </properties>
 
   <dependencies>