Cosmetic fix
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1470276 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/manipulator/manipulator/src/main/resources/xsd/core.xsd b/ipojo/manipulator/manipulator/src/main/resources/xsd/core.xsd
index d7139db..6f7320a 100644
--- a/ipojo/manipulator/manipulator/src/main/resources/xsd/core.xsd
+++ b/ipojo/manipulator/manipulator/src/main/resources/xsd/core.xsd
@@ -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>
diff --git a/ipojo/runtime/core/src/main/resources/core.xsd b/ipojo/runtime/core/src/main/resources/core.xsd
index d7139db..6f7320a 100644
--- a/ipojo/runtime/core/src/main/resources/core.xsd
+++ b/ipojo/runtime/core/src/main/resources/core.xsd
@@ -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>