You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by xu...@apache.org on 2011/02/23 03:19:09 UTC

svn commit: r1073578 - /geronimo/server/trunk/plugins/jaxws/geronimo-jaxws-sun-tools/src/main/resources/OSGI-INF/blueprint/shell-jaxws-sun-tools.xml

Author: xuhaihong
Date: Wed Feb 23 02:19:09 2011
New Revision: 1073578

URL: http://svn.apache.org/viewvc?rev=1073578&view=rev
Log:
Fix a syntax error in the last commit, and add svn properties

Modified:
    geronimo/server/trunk/plugins/jaxws/geronimo-jaxws-sun-tools/src/main/resources/OSGI-INF/blueprint/shell-jaxws-sun-tools.xml   (contents, props changed)

Modified: geronimo/server/trunk/plugins/jaxws/geronimo-jaxws-sun-tools/src/main/resources/OSGI-INF/blueprint/shell-jaxws-sun-tools.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/jaxws/geronimo-jaxws-sun-tools/src/main/resources/OSGI-INF/blueprint/shell-jaxws-sun-tools.xml?rev=1073578&r1=1073577&r2=1073578&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/jaxws/geronimo-jaxws-sun-tools/src/main/resources/OSGI-INF/blueprint/shell-jaxws-sun-tools.xml (original)
+++ geronimo/server/trunk/plugins/jaxws/geronimo-jaxws-sun-tools/src/main/resources/OSGI-INF/blueprint/shell-jaxws-sun-tools.xml Wed Feb 23 02:19:09 2011
@@ -1,32 +1,32 @@
-<?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.
-
--->
-<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"
-           default-activation="lazy">
-
-    <command-bundle xmlns="http://karaf.apache.org/xmlns/shell/v1.0.0">
-        <command name=jaxws-sun-tools/wsgen>
-            <action class="org.apache.geronimo.jaxws.sun.tools.WsgenCommand"></action>
-        </command>
-        <command name="jaxws-sun-tools/wsimport">
-            <action class="org.apache.geronimo.jaxws.sun.tools.WsimportCommand"></action>
-        </command>
-    </command-bundle>
-
-</blueprint>
+<?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.
+
+-->
+<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"
+           default-activation="lazy">
+
+    <command-bundle xmlns="http://karaf.apache.org/xmlns/shell/v1.0.0">
+        <command name="jaxws-sun-tools/wsgen">
+            <action class="org.apache.geronimo.jaxws.sun.tools.WsgenCommand"></action>
+        </command>
+        <command name="jaxws-sun-tools/wsimport">
+            <action class="org.apache.geronimo.jaxws.sun.tools.WsimportCommand"></action>
+        </command>
+    </command-bundle>
+
+</blueprint>

Propchange: geronimo/server/trunk/plugins/jaxws/geronimo-jaxws-sun-tools/src/main/resources/OSGI-INF/blueprint/shell-jaxws-sun-tools.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/server/trunk/plugins/jaxws/geronimo-jaxws-sun-tools/src/main/resources/OSGI-INF/blueprint/shell-jaxws-sun-tools.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/server/trunk/plugins/jaxws/geronimo-jaxws-sun-tools/src/main/resources/OSGI-INF/blueprint/shell-jaxws-sun-tools.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml