Repository: isis
Updated Branches:
  refs/heads/master c07a848e2 -> 02489d011


ISIS-1685: reinstates the accidentally trashed package-info for component.xsd


Project: http://git-wip-us.apache.org/repos/asf/isis/repo
Commit: http://git-wip-us.apache.org/repos/asf/isis/commit/630bb384
Tree: http://git-wip-us.apache.org/repos/asf/isis/tree/630bb384
Diff: http://git-wip-us.apache.org/repos/asf/isis/diff/630bb384

Branch: refs/heads/master
Commit: 630bb3849598650c40d6842486677dc820fd284f
Parents: c07a848
Author: Dan Haywood <d...@haywood-associates.co.uk>
Authored: Sun Aug 6 07:02:26 2017 +0100
Committer: Dan Haywood <d...@haywood-associates.co.uk>
Committed: Sun Aug 6 07:02:26 2017 +0100

----------------------------------------------------------------------
 .../isis/applib/layout/component/package-info.java  | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/630bb384/core/applib/src/main/java/org/apache/isis/applib/layout/component/package-info.java
----------------------------------------------------------------------
diff --git 
a/core/applib/src/main/java/org/apache/isis/applib/layout/component/package-info.java
 
b/core/applib/src/main/java/org/apache/isis/applib/layout/component/package-info.java
index e10905a..49bcff5 100644
--- 
a/core/applib/src/main/java/org/apache/isis/applib/layout/component/package-info.java
+++ 
b/core/applib/src/main/java/org/apache/isis/applib/layout/component/package-info.java
@@ -18,6 +18,22 @@
  */
 
 /**
+ * The classes in this package provide layout metadata for a domain object's 
properties, collections and actions - the
+ * &quot;building blocks&quot; which then must be arranged into some sort of 
layout.
+ *
+ * <p>
+ *     The <code>bootstrap3</code> and <code>fixedcols</code> packages both 
provide different ways of doing the layout,
+ *     and both reference the classes in this package.
+ * </p>
  *
  */
+@javax.xml.bind.annotation.XmlSchema(
+        namespace = "http://isis.apache.org/applib/layout/component";,
+        elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED,
+        xmlns = {
+                @javax.xml.bind.annotation.XmlNs(
+                        namespaceURI = 
"http://isis.apache.org/applib/layout/component";, prefix = "cpt")
+        }        // specifying the location seems to cause JaxbService#toXsd() 
to not generate the schema; not sure why...
+        //, location = 
..."http://isis.apache.org/schema/metamodel/layout/common/common.xsd";
+)
 package org.apache.isis.applib.layout.component;
\ No newline at end of file

Reply via email to