You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ke...@apache.org on 2011/07/16 22:42:54 UTC

svn commit: r1147488 - in /incubator/isis/trunk/framework: progmodels/groovy/applib/src/site/apt/ progmodels/groovy/metamodel/src/site/apt/ progmodels/groovy/src/site/apt/ progmodels/wrapper/applib/ progmodels/wrapper/metamodel/ runtimes/dflt/objectsto...

Author: kevin
Date: Sat Jul 16 20:42:53 2011
New Revision: 1147488

URL: http://svn.apache.org/viewvc?rev=1147488&view=rev
Log:
Documentation fixes - broken URLs, etc

Added:
    incubator/isis/trunk/framework/src/site/resources/release-notes-0.2.0-incubating-SNAPSHOT.html
      - copied unchanged from r1147455, incubator/isis/trunk/framework/src/site/resources/release-notes-0.2.0-incubating.html
Removed:
    incubator/isis/trunk/framework/src/site/resources/release-notes-0.2.0-incubating.html
Modified:
    incubator/isis/trunk/framework/progmodels/groovy/applib/src/site/apt/index.apt
    incubator/isis/trunk/framework/progmodels/groovy/metamodel/src/site/apt/index.apt
    incubator/isis/trunk/framework/progmodels/groovy/src/site/apt/index.apt
    incubator/isis/trunk/framework/progmodels/wrapper/applib/pom.xml
    incubator/isis/trunk/framework/progmodels/wrapper/metamodel/pom.xml
    incubator/isis/trunk/framework/runtimes/dflt/objectstores/sql/impl/pom.xml
    incubator/isis/trunk/framework/runtimes/dflt/runtime/src/site/apt/index.apt

Modified: incubator/isis/trunk/framework/progmodels/groovy/applib/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/framework/progmodels/groovy/applib/src/site/apt/index.apt?rev=1147488&r1=1147487&r2=1147488&view=diff
==============================================================================
--- incubator/isis/trunk/framework/progmodels/groovy/applib/src/site/apt/index.apt (original)
+++ incubator/isis/trunk/framework/progmodels/groovy/applib/src/site/apt/index.apt Sat Jul 16 20:42:53 2011
@@ -25,6 +25,5 @@ Documentation
  
   []
    
-  See the {{{../docbkx/html/guide/isis-progmodels.html}Isis Programming Model user guide}} for more information.
-
+  See the {{{../../docbkx/html/guide/isis-progmodels.html}Isis Programming Model user guide}} for more information.
 

Modified: incubator/isis/trunk/framework/progmodels/groovy/metamodel/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/framework/progmodels/groovy/metamodel/src/site/apt/index.apt?rev=1147488&r1=1147487&r2=1147488&view=diff
==============================================================================
--- incubator/isis/trunk/framework/progmodels/groovy/metamodel/src/site/apt/index.apt (original)
+++ incubator/isis/trunk/framework/progmodels/groovy/metamodel/src/site/apt/index.apt Sat Jul 16 20:42:53 2011
@@ -17,10 +17,12 @@
 
 Documentation
 
-  The <Groovy Objects> metamodel provides the customization required for <Naked Objects> so that it can build the metamodel from
+  The <Groovy Objects> metamodel provides the customization required for <Isis> so that it can build the metamodel from
   domain objects written in Groovy. 
  
   []
+
+  See the {{{../../docbkx/html/guide/isis-progmodels.html}Isis Programming Model user guide}} for more information.
    
-  See the {{{../gdocumentation}user guide}} for more information as to how this is configured.
+~~  See the {{{../gdocumentation}user guide}} for more information as to how this is configured.
   

Modified: incubator/isis/trunk/framework/progmodels/groovy/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/framework/progmodels/groovy/src/site/apt/index.apt?rev=1147488&r1=1147487&r2=1147488&view=diff
==============================================================================
--- incubator/isis/trunk/framework/progmodels/groovy/src/site/apt/index.apt (original)
+++ incubator/isis/trunk/framework/progmodels/groovy/src/site/apt/index.apt Sat Jul 16 20:42:53 2011
@@ -40,5 +40,5 @@ Alternatives
 
   []
   
-  Note that these are <i>not</i> necessarily mutually exclusive (they can be combined). 
+  Note that these are <not> necessarily mutually exclusive (they can be combined). 
   

Modified: incubator/isis/trunk/framework/progmodels/wrapper/applib/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/framework/progmodels/wrapper/applib/pom.xml?rev=1147488&r1=1147487&r2=1147488&view=diff
==============================================================================
--- incubator/isis/trunk/framework/progmodels/wrapper/applib/pom.xml (original)
+++ incubator/isis/trunk/framework/progmodels/wrapper/applib/pom.xml Sat Jul 16 20:42:53 2011
@@ -28,6 +28,8 @@
 
 	<artifactId>wrapper-applib</artifactId>
 	<name>Wrapper ProgModel Applib</name>
+	<description>Wrapper Applib</description>
+
 
     <!-- shouldn't be needed, but was being built as a pom for some reason -->
     <packaging>jar</packaging>

Modified: incubator/isis/trunk/framework/progmodels/wrapper/metamodel/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/framework/progmodels/wrapper/metamodel/pom.xml?rev=1147488&r1=1147487&r2=1147488&view=diff
==============================================================================
--- incubator/isis/trunk/framework/progmodels/wrapper/metamodel/pom.xml (original)
+++ incubator/isis/trunk/framework/progmodels/wrapper/metamodel/pom.xml Sat Jul 16 20:42:53 2011
@@ -29,6 +29,7 @@
 	<artifactId>wrapper-metamodel</artifactId>
 
 	<name>Wrapper ProgModel MetaModel</name>
+	<description>Wrapper Metamodel</description>
 
 
 	<properties>

Modified: incubator/isis/trunk/framework/runtimes/dflt/objectstores/sql/impl/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/framework/runtimes/dflt/objectstores/sql/impl/pom.xml?rev=1147488&r1=1147487&r2=1147488&view=diff
==============================================================================
--- incubator/isis/trunk/framework/runtimes/dflt/objectstores/sql/impl/pom.xml (original)
+++ incubator/isis/trunk/framework/runtimes/dflt/objectstores/sql/impl/pom.xml Sat Jul 16 20:42:53 2011
@@ -20,6 +20,7 @@
 
     <artifactId>sql-impl</artifactId>
     <name>Default Runtime SQL ObjectStore Implementation</name>
+    <description>SQL Objectstire Implementation. Uses jdbc for maximum compatibility.</description>
 
     <properties>
         <siteBaseDir>../../../../..</siteBaseDir>

Modified: incubator/isis/trunk/framework/runtimes/dflt/runtime/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/framework/runtimes/dflt/runtime/src/site/apt/index.apt?rev=1147488&r1=1147487&r2=1147488&view=diff
==============================================================================
--- incubator/isis/trunk/framework/runtimes/dflt/runtime/src/site/apt/index.apt (original)
+++ incubator/isis/trunk/framework/runtimes/dflt/runtime/src/site/apt/index.apt Sat Jul 16 20:42:53 2011
@@ -42,6 +42,6 @@ Runtime
 Documentation
 
  See the {{{../index.html}core}} documentation 
- ({{{../../../docbkx/html/guide/isis-core.html}HTML}} or 
- {{{../../../docbkx/pdf/isis-core.pdf}PDF}}).
+ ({{{../../../core/docbkx/html/guide/isis-core.html}HTML}} or 
+  {{{../../../core/docbkx/pdf/isis-core.pdf}PDF}}).