You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cl...@apache.org on 2013/04/21 11:28:17 UTC

svn commit: r1470276 - in /felix/trunk/ipojo: manipulator/manipulator/src/main/resources/xsd/core.xsd runtime/core/src/main/resources/core.xsd

Author: clement
Date: Sun Apr 21 09:28:17 2013
New Revision: 1470276

URL: http://svn.apache.org/r1470276
Log:
Cosmetic fix

Modified:
    felix/trunk/ipojo/manipulator/manipulator/src/main/resources/xsd/core.xsd
    felix/trunk/ipojo/runtime/core/src/main/resources/core.xsd

Modified: felix/trunk/ipojo/manipulator/manipulator/src/main/resources/xsd/core.xsd
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/manipulator/manipulator/src/main/resources/xsd/core.xsd?rev=1470276&r1=1470275&r2=1470276&view=diff
==============================================================================
--- felix/trunk/ipojo/manipulator/manipulator/src/main/resources/xsd/core.xsd (original)
+++ felix/trunk/ipojo/manipulator/manipulator/src/main/resources/xsd/core.xsd Sun Apr 21 09:28:17 2013
@@ -103,7 +103,7 @@
                 <xs:sequence minOccurs="0" maxOccurs="unbounded">
                     <xs:element name="property" type="InstancePropertyType">
                         <xs:annotation>
-                            <xs:documentation>The instance properties.</xs:documentation>
+                            <xs:documentation>The instance props.</xs:documentation>
                         </xs:annotation>
                     </xs:element>
                 </xs:sequence>
@@ -143,7 +143,7 @@
         <xs:attribute name="value" type="xs:string" use="optional">
             <xs:annotation>
                 <xs:documentation>Value of the property. Can be null for property containing other
-                    properties.
+                    props.
                 </xs:documentation>
             </xs:annotation>
         </xs:attribute>
@@ -397,7 +397,7 @@
             <xs:choice>
                 <xs:element name="property" type="PropertyType">
                     <xs:annotation>
-                        <xs:documentation>List of service specific properties.</xs:documentation>
+                        <xs:documentation>List of service specific props.</xs:documentation>
                     </xs:annotation>
                 </xs:element>
                 <xs:element name="controller" minOccurs="0" maxOccurs="1" type="ServiceControllerType">
@@ -532,14 +532,14 @@
     <xs:element name="properties" type="PropertiesType" id="properties"/>
     <xs:complexType name="PropertiesType">
         <xs:annotation>
-            <xs:documentation>List of component, instance or service properties. This field will receive
+            <xs:documentation>List of component, instance or service props. This field will receive
                 the property value.
             </xs:documentation>
         </xs:annotation>
         <xs:sequence minOccurs="0" maxOccurs="unbounded">
             <xs:element name="property" type="PropertyType">
                 <xs:annotation>
-                    <xs:documentation>The list of properties.</xs:documentation>
+                    <xs:documentation>The list of props.</xs:documentation>
                 </xs:annotation>
             </xs:element>
         </xs:sequence>

Modified: felix/trunk/ipojo/runtime/core/src/main/resources/core.xsd
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/runtime/core/src/main/resources/core.xsd?rev=1470276&r1=1470275&r2=1470276&view=diff
==============================================================================
--- felix/trunk/ipojo/runtime/core/src/main/resources/core.xsd (original)
+++ felix/trunk/ipojo/runtime/core/src/main/resources/core.xsd Sun Apr 21 09:28:17 2013
@@ -103,7 +103,7 @@
                 <xs:sequence minOccurs="0" maxOccurs="unbounded">
                     <xs:element name="property" type="InstancePropertyType">
                         <xs:annotation>
-                            <xs:documentation>The instance properties.</xs:documentation>
+                            <xs:documentation>The instance props.</xs:documentation>
                         </xs:annotation>
                     </xs:element>
                 </xs:sequence>
@@ -143,7 +143,7 @@
         <xs:attribute name="value" type="xs:string" use="optional">
             <xs:annotation>
                 <xs:documentation>Value of the property. Can be null for property containing other
-                    properties.
+                    props.
                 </xs:documentation>
             </xs:annotation>
         </xs:attribute>
@@ -397,7 +397,7 @@
             <xs:choice>
                 <xs:element name="property" type="PropertyType">
                     <xs:annotation>
-                        <xs:documentation>List of service specific properties.</xs:documentation>
+                        <xs:documentation>List of service specific props.</xs:documentation>
                     </xs:annotation>
                 </xs:element>
                 <xs:element name="controller" minOccurs="0" maxOccurs="1" type="ServiceControllerType">
@@ -532,14 +532,14 @@
     <xs:element name="properties" type="PropertiesType" id="properties"/>
     <xs:complexType name="PropertiesType">
         <xs:annotation>
-            <xs:documentation>List of component, instance or service properties. This field will receive
+            <xs:documentation>List of component, instance or service props. This field will receive
                 the property value.
             </xs:documentation>
         </xs:annotation>
         <xs:sequence minOccurs="0" maxOccurs="unbounded">
             <xs:element name="property" type="PropertyType">
                 <xs:annotation>
-                    <xs:documentation>The list of properties.</xs:documentation>
+                    <xs:documentation>The list of props.</xs:documentation>
                 </xs:annotation>
             </xs:element>
         </xs:sequence>