Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2011-01-01 11:05:58 +0000
committerEike Stepper2011-01-01 11:05:58 +0000
commit62be4a4dea388ce7b1316f40470db0f0cd341261 (patch)
treeda688d52a254bed07815525536d5072e3ed66966 /plugins/org.eclipse.net4j.util/schema
parent65d21984b9ea473e5200e10db884eb6bab4aedf2 (diff)
downloadcdo-62be4a4dea388ce7b1316f40470db0f0cd341261.tar.gz
cdo-62be4a4dea388ce7b1316f40470db0f0cd341261.tar.xz
cdo-62be4a4dea388ce7b1316f40470db0f0cd341261.zip
Updated copyrights
Diffstat (limited to 'plugins/org.eclipse.net4j.util/schema')
-rw-r--r--plugins/org.eclipse.net4j.util/schema/elementProcessors.exsd15
-rw-r--r--plugins/org.eclipse.net4j.util/schema/factories.exsd19
2 files changed, 18 insertions, 16 deletions
diff --git a/plugins/org.eclipse.net4j.util/schema/elementProcessors.exsd b/plugins/org.eclipse.net4j.util/schema/elementProcessors.exsd
index 12f3cef7b1..b6ada0d28e 100644
--- a/plugins/org.eclipse.net4j.util/schema/elementProcessors.exsd
+++ b/plugins/org.eclipse.net4j.util/schema/elementProcessors.exsd
@@ -18,21 +18,21 @@
<attribute name="point" type="string" use="required">
<annotation>
<documentation>
-
+
</documentation>
</annotation>
</attribute>
<attribute name="id" type="string">
<annotation>
<documentation>
-
+
</documentation>
</annotation>
</attribute>
<attribute name="name" type="string">
<annotation>
<documentation>
-
+
</documentation>
<appInfo>
<meta.attribute translatable="true"/>
@@ -47,7 +47,7 @@
<attribute name="class" type="string" use="required">
<annotation>
<documentation>
-
+
</documentation>
<appInfo>
<meta.attribute kind="java"/>
@@ -94,11 +94,12 @@
</annotation>
<annotation>
- <appInfo>
+ <appinfo>
<meta.section type="copyright"/>
- </appInfo>
+ </appinfo>
<documentation>
-
+ Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.&lt;br&gt;
+All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at &lt;a href=&quot;http://www.eclipse.org/legal/epl-v10.html&quot;&gt;http://www.eclipse.org/legal/epl-v10.html&lt;/a&gt;
</documentation>
</annotation>
diff --git a/plugins/org.eclipse.net4j.util/schema/factories.exsd b/plugins/org.eclipse.net4j.util/schema/factories.exsd
index 40fe74a3d2..5d4fe31ba2 100644
--- a/plugins/org.eclipse.net4j.util/schema/factories.exsd
+++ b/plugins/org.eclipse.net4j.util/schema/factories.exsd
@@ -18,21 +18,21 @@
<attribute name="point" type="string" use="required">
<annotation>
<documentation>
-
+
</documentation>
</annotation>
</attribute>
<attribute name="id" type="string">
<annotation>
<documentation>
-
+
</documentation>
</annotation>
</attribute>
<attribute name="name" type="string">
<annotation>
<documentation>
-
+
</documentation>
<appInfo>
<meta.attribute translatable="true"/>
@@ -52,21 +52,21 @@
<attribute name="productGroup" type="string" use="required">
<annotation>
<documentation>
-
+
</documentation>
</annotation>
</attribute>
<attribute name="type" type="string" use="required">
<annotation>
<documentation>
-
+
</documentation>
</annotation>
</attribute>
<attribute name="class" type="string" use="required">
<annotation>
<documentation>
-
+
</documentation>
<appInfo>
<meta.attribute kind="java" basedOn="org.eclipse.net4j.util.factory.IFactory"/>
@@ -113,11 +113,12 @@
</annotation>
<annotation>
- <appInfo>
+ <appinfo>
<meta.section type="copyright"/>
- </appInfo>
+ </appinfo>
<documentation>
-
+ Copyright (c) 2004 - 2011 Eike Stepper (Berlin, Germany) and others.&lt;br&gt;
+All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at &lt;a href=&quot;http://www.eclipse.org/legal/epl-v10.html&quot;&gt;http://www.eclipse.org/legal/epl-v10.html&lt;/a&gt;
</documentation>
</annotation>

Back to the top