You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2010/10/18 12:00:53 UTC

svn commit: r1023717 - in /incubator/isis/trunk/support: ./ archetypes/ archetypes/application/ archetypes/application/src/site/ archetypes/application/src/site/apt/ archetypes/application/src/site/resources/ archetypes/exploration/ archetypes/explorat...

Author: danhaywood
Date: Mon Oct 18 10:00:52 2010
New Revision: 1023717

URL: http://svn.apache.org/viewvc?rev=1023717&view=rev
Log:
updated the poms for archetypes, in line with MavenModules standard; also added some empty pages for src/site etc

Added:
    incubator/isis/trunk/support/archetypes/application/src/site/apt/
    incubator/isis/trunk/support/archetypes/application/src/site/apt/index.apt
    incubator/isis/trunk/support/archetypes/application/src/site/apt/jottings.apt
    incubator/isis/trunk/support/archetypes/application/src/site/resources/
    incubator/isis/trunk/support/archetypes/application/src/site/site.xml
    incubator/isis/trunk/support/archetypes/exploration/src/site/apt/
    incubator/isis/trunk/support/archetypes/exploration/src/site/apt/index.apt
    incubator/isis/trunk/support/archetypes/exploration/src/site/apt/jottings.apt
    incubator/isis/trunk/support/archetypes/exploration/src/site/resources/
    incubator/isis/trunk/support/archetypes/exploration/src/site/site.xml
    incubator/isis/trunk/support/archetypes/scimpi/src/site/apt/
    incubator/isis/trunk/support/archetypes/scimpi/src/site/apt/index.apt
    incubator/isis/trunk/support/archetypes/scimpi/src/site/apt/jottings.apt
    incubator/isis/trunk/support/archetypes/scimpi/src/site/resources/
    incubator/isis/trunk/support/archetypes/scimpi/src/site/site.xml
    incubator/isis/trunk/support/archetypes/src/site/apt/
    incubator/isis/trunk/support/archetypes/src/site/apt/index.apt
    incubator/isis/trunk/support/archetypes/src/site/apt/jottings.apt
    incubator/isis/trunk/support/archetypes/src/site/resources/
    incubator/isis/trunk/support/archetypes/src/site/site.xml
    incubator/isis/trunk/support/src/site/apt/index.apt
    incubator/isis/trunk/support/src/site/pdf.xml
    incubator/isis/trunk/support/src/site/site.xml
Removed:
    incubator/isis/trunk/support/archetypes/hibernate-support/
    incubator/isis/trunk/support/src/site/docbook/
Modified:
    incubator/isis/trunk/support/   (props changed)
    incubator/isis/trunk/support/archetypes/application/pom.xml
    incubator/isis/trunk/support/archetypes/exploration/   (props changed)
    incubator/isis/trunk/support/archetypes/exploration/pom.xml
    incubator/isis/trunk/support/archetypes/pom.xml
    incubator/isis/trunk/support/archetypes/scimpi/   (props changed)
    incubator/isis/trunk/support/archetypes/scimpi/pom.xml
    incubator/isis/trunk/support/pom.xml

Propchange: incubator/isis/trunk/support/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon Oct 18 10:00:52 2010
@@ -0,0 +1 @@
+target

Modified: incubator/isis/trunk/support/archetypes/application/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/support/archetypes/application/pom.xml?rev=1023717&r1=1023716&r2=1023717&view=diff
==============================================================================
--- incubator/isis/trunk/support/archetypes/application/pom.xml (original)
+++ incubator/isis/trunk/support/archetypes/application/pom.xml Mon Oct 18 10:00:52 2010
@@ -1,19 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
 
-    <name>Apache Isis application archetype</name>
-    <groupId>org.apache.isis</groupId>
-    <artifactId>application-archetype</artifactId>
+    <parent>
+        <groupId>org.apache.isis.support</groupId>
+        <artifactId>archetypes</artifactId>
+        <version>0.1-SNAPSHOT</version>
+    </parent>
+    
+    <groupId>org.apache.isis.support.archetypes</groupId>
+    <artifactId>application</artifactId>
     <version>0.1-SNAPSHOT</version>
+    
+    <name>Apache Isis Application Archetype</name>
+    
     <packaging>maven-archetype</packaging>
 
-    <scm>
-        <connection>scm:svn:http://apache.isis.svn/svnroot/trunk/archetypes/application</connection>
-        <developerConnection>scm:svn:https://apache.isis.svn/svnroot/trunk/archetypes/application</developerConnection>
-        <url>http://dev.isis.apache.org/trac/browser/framework/trunk/archetypes/application</url>
-    </scm>
-  
     <build>
         <extensions>
           <extension>
@@ -24,33 +27,11 @@
         </extensions>
         <plugins>
           <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-archetype-plugin</artifactId>
-            <version>2.0-alpha-4</version>
             <extensions>true</extensions>
           </plugin>
-            <plugin>
-               <groupId>org.apache.maven.plugins</groupId>
-               <artifactId>maven-release-plugin</artifactId>
-               <version>2.0-beta-9</version>
-               <configuration>
-                   <remoteTagging>true</remoteTagging>
-                   <tagBase>https://apache.isis.svn/svnroot/tags</tagBase>
-               </configuration>
-            </plugin>           
         </plugins>
     </build>
-  
-    <distributionManagement>
-        <snapshotRepository>
-            <id>snapshot-repository</id>
-            <name>Apache Isis Build Server</name>
-            <url>file:///srv/repo/snapshot</url>
-            <uniqueVersion>false</uniqueVersion>
-        </snapshotRepository>
-        <repository>
-            <id>repository</id>
-            <name>Apache Isis Repository</name>
-    	    <url>sftp://www.apache.isis.dev/htdocs/m2-repo/release</url>
-        </repository>
-    </distributionManagement>
+
 </project>

Added: incubator/isis/trunk/support/archetypes/application/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/support/archetypes/application/src/site/apt/index.apt?rev=1023717&view=auto
==============================================================================
--- incubator/isis/trunk/support/archetypes/application/src/site/apt/index.apt (added)
+++ incubator/isis/trunk/support/archetypes/application/src/site/apt/index.apt Mon Oct 18 10:00:52 2010
@@ -0,0 +1,25 @@
+~~  Licensed to the Apache Software Foundation (ASF) under one
+~~  or more contributor license agreements.  See the NOTICE file
+~~  distributed with this work for additional information
+~~  regarding copyright ownership.  The ASF licenses this file
+~~  to you under the Apache License, Version 2.0 (the
+~~  "License"); you may not use this file except in compliance
+~~  with the License.  You may obtain a copy of the License at
+~~
+~~        http://www.apache.org/licenses/LICENSE-2.0
+~~
+~~  Unless required by applicable law or agreed to in writing,
+~~  software distributed under the License is distributed on an
+~~  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+~~  KIND, either express or implied.  See the License for the
+~~  specific language governing permissions and limitations
+~~  under the License.
+
+
+
+Application Archetype
+ 
+ This module ...
+ 
+ 
+ []
\ No newline at end of file

Added: incubator/isis/trunk/support/archetypes/application/src/site/apt/jottings.apt
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/support/archetypes/application/src/site/apt/jottings.apt?rev=1023717&view=auto
==============================================================================
--- incubator/isis/trunk/support/archetypes/application/src/site/apt/jottings.apt (added)
+++ incubator/isis/trunk/support/archetypes/application/src/site/apt/jottings.apt Mon Oct 18 10:00:52 2010
@@ -0,0 +1,22 @@
+~~  Licensed to the Apache Software Foundation (ASF) under one
+~~  or more contributor license agreements.  See the NOTICE file
+~~  distributed with this work for additional information
+~~  regarding copyright ownership.  The ASF licenses this file
+~~  to you under the Apache License, Version 2.0 (the
+~~  "License"); you may not use this file except in compliance
+~~  with the License.  You may obtain a copy of the License at
+~~
+~~        http://www.apache.org/licenses/LICENSE-2.0
+~~
+~~  Unless required by applicable law or agreed to in writing,
+~~  software distributed under the License is distributed on an
+~~  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+~~  KIND, either express or implied.  See the License for the
+~~  specific language governing permissions and limitations
+~~  under the License.
+
+Jottings
+
+  capture random jottings here.
+  
+  When get time please move up to nearest "formal" documentation; see [https://cwiki.apache.org/confluence/display/ISIS/MavenModules]

Added: incubator/isis/trunk/support/archetypes/application/src/site/site.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/support/archetypes/application/src/site/site.xml?rev=1023717&view=auto
==============================================================================
--- incubator/isis/trunk/support/archetypes/application/src/site/site.xml (added)
+++ incubator/isis/trunk/support/archetypes/application/src/site/site.xml Mon Oct 18 10:00:52 2010
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<project>
+
+	<bannerLeft>
+		<name>[[NAME]]</name>
+		<src>../images/banner-left.png</src>
+		<href>../index.html</href>
+	</bannerLeft>
+
+	<bannerRight>
+		<src>../images/sflogo.png</src>
+		<href>http://sourceforge.net/projects/isis</href>
+	</bannerRight>
+
+	<body>
+		<breadcrumbs>
+			<item name="Support" href="index.html" />
+		</breadcrumbs>
+
+		<menu name="Support">
+			<item name="About" href="index.html" />
+			<item name="${pdf.title} (PDF)" href="${pdf.outputName}.pdf" />
+		</menu>
+	</body>
+</project>

Propchange: incubator/isis/trunk/support/archetypes/exploration/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon Oct 18 10:00:52 2010
@@ -0,0 +1 @@
+target

Modified: incubator/isis/trunk/support/archetypes/exploration/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/support/archetypes/exploration/pom.xml?rev=1023717&r1=1023716&r2=1023717&view=diff
==============================================================================
--- incubator/isis/trunk/support/archetypes/exploration/pom.xml (original)
+++ incubator/isis/trunk/support/archetypes/exploration/pom.xml Mon Oct 18 10:00:52 2010
@@ -2,18 +2,20 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
 
-    <name>Apache Isis exploration archetype</name>
-    <groupId>org.apache.isis</groupId>
-    <artifactId>exploration-archetype</artifactId>
+    <parent>
+        <groupId>org.apache.isis.support</groupId>
+        <artifactId>archetypes</artifactId>
+        <version>0.1-SNAPSHOT</version>
+    </parent>
+    
+    <groupId>org.apache.isis.support.archetypes</groupId>
+    <artifactId>exploration</artifactId>
     <version>0.1-SNAPSHOT</version>
+    
+    <name>Apache Isis Exploration Archetype</name>
+    
     <packaging>maven-archetype</packaging>
 
-    <scm>
-        <connection>scm:svn:http://apache.isis.svn/svnroot/trunk/archetypes/application</connection>
-        <developerConnection>scm:svn:https://apache.isis.svn/svnroot/trunk/archetypes/application</developerConnection>
-        <url>http://dev.isis.apache.org/trac/browser/framework/trunk/archetypes/application</url>
-    </scm>
-  
     <build>
         <extensions>
           <extension>
@@ -24,33 +26,11 @@
         </extensions>
         <plugins>
           <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-archetype-plugin</artifactId>
-            <version>2.0-alpha-4</version>
             <extensions>true</extensions>
           </plugin>
-            <plugin>
-               <groupId>org.apache.maven.plugins</groupId>
-               <artifactId>maven-release-plugin</artifactId>
-               <version>2.0-beta-9</version>
-               <configuration>
-                   <remoteTagging>true</remoteTagging>
-                   <tagBase>https://apache.isis.svn/svnroot/tags</tagBase>
-               </configuration>
-            </plugin>           
         </plugins>
     </build>
-  
-    <distributionManagement>
-        <snapshotRepository>
-            <id>snapshot-repository</id>
-            <name>Apache Isis Build Server</name>
-            <url>file:///srv/repo/snapshot</url>
-            <uniqueVersion>false</uniqueVersion>
-        </snapshotRepository>
-        <repository>
-            <id>repository</id>
-            <name>Apache Isis Repository</name>
-    	    <url>sftp://www.apache.isis.dev/htdocs/m2-repo/release</url>
-        </repository>
-    </distributionManagement>
+
 </project>

Added: incubator/isis/trunk/support/archetypes/exploration/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/support/archetypes/exploration/src/site/apt/index.apt?rev=1023717&view=auto
==============================================================================
--- incubator/isis/trunk/support/archetypes/exploration/src/site/apt/index.apt (added)
+++ incubator/isis/trunk/support/archetypes/exploration/src/site/apt/index.apt Mon Oct 18 10:00:52 2010
@@ -0,0 +1,25 @@
+~~  Licensed to the Apache Software Foundation (ASF) under one
+~~  or more contributor license agreements.  See the NOTICE file
+~~  distributed with this work for additional information
+~~  regarding copyright ownership.  The ASF licenses this file
+~~  to you under the Apache License, Version 2.0 (the
+~~  "License"); you may not use this file except in compliance
+~~  with the License.  You may obtain a copy of the License at
+~~
+~~        http://www.apache.org/licenses/LICENSE-2.0
+~~
+~~  Unless required by applicable law or agreed to in writing,
+~~  software distributed under the License is distributed on an
+~~  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+~~  KIND, either express or implied.  See the License for the
+~~  specific language governing permissions and limitations
+~~  under the License.
+
+
+
+Application Archetype
+ 
+ This module ...
+ 
+ 
+ []
\ No newline at end of file

Added: incubator/isis/trunk/support/archetypes/exploration/src/site/apt/jottings.apt
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/support/archetypes/exploration/src/site/apt/jottings.apt?rev=1023717&view=auto
==============================================================================
--- incubator/isis/trunk/support/archetypes/exploration/src/site/apt/jottings.apt (added)
+++ incubator/isis/trunk/support/archetypes/exploration/src/site/apt/jottings.apt Mon Oct 18 10:00:52 2010
@@ -0,0 +1,22 @@
+~~  Licensed to the Apache Software Foundation (ASF) under one
+~~  or more contributor license agreements.  See the NOTICE file
+~~  distributed with this work for additional information
+~~  regarding copyright ownership.  The ASF licenses this file
+~~  to you under the Apache License, Version 2.0 (the
+~~  "License"); you may not use this file except in compliance
+~~  with the License.  You may obtain a copy of the License at
+~~
+~~        http://www.apache.org/licenses/LICENSE-2.0
+~~
+~~  Unless required by applicable law or agreed to in writing,
+~~  software distributed under the License is distributed on an
+~~  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+~~  KIND, either express or implied.  See the License for the
+~~  specific language governing permissions and limitations
+~~  under the License.
+
+Jottings
+
+  capture random jottings here.
+  
+  When get time please move up to nearest "formal" documentation; see [https://cwiki.apache.org/confluence/display/ISIS/MavenModules]

Added: incubator/isis/trunk/support/archetypes/exploration/src/site/site.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/support/archetypes/exploration/src/site/site.xml?rev=1023717&view=auto
==============================================================================
--- incubator/isis/trunk/support/archetypes/exploration/src/site/site.xml (added)
+++ incubator/isis/trunk/support/archetypes/exploration/src/site/site.xml Mon Oct 18 10:00:52 2010
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<project>
+
+	<bannerLeft>
+		<name>[[NAME]]</name>
+		<src>../images/banner-left.png</src>
+		<href>../index.html</href>
+	</bannerLeft>
+
+	<bannerRight>
+		<src>../images/sflogo.png</src>
+		<href>http://sourceforge.net/projects/isis</href>
+	</bannerRight>
+
+	<body>
+		<breadcrumbs>
+			<item name="Support" href="index.html" />
+		</breadcrumbs>
+
+		<menu name="Support">
+			<item name="About" href="index.html" />
+			<item name="${pdf.title} (PDF)" href="${pdf.outputName}.pdf" />
+		</menu>
+	</body>
+</project>

Modified: incubator/isis/trunk/support/archetypes/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/support/archetypes/pom.xml?rev=1023717&r1=1023716&r2=1023717&view=diff
==============================================================================
--- incubator/isis/trunk/support/archetypes/pom.xml (original)
+++ incubator/isis/trunk/support/archetypes/pom.xml Mon Oct 18 10:00:52 2010
@@ -1,34 +1,42 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
 
-	<name>Archetypes</name>
-    <groupId>org.apache.isis.archetypes</groupId>
-	<artifactId>archetypes</artifactId>
-	<version>0.1-SNAPSHOT</version>
-    <packaging>pom</packaging>
 
-	<parent>
-	    <groupId>org.apache.isis</groupId>
-	    <artifactId>isis-parent</artifactId>
-        <version>0.1-SNAPSHOT</version>
-        <relativePath>../../pom.xml</relativePath>
+    <parent>
+        <groupId>org.apache.isis</groupId>
+        <artifactId>support</artifactId>
+        <version>0.1-SNAPSHOT</version>
     </parent>
 
-   <scm>
-        <connection>scm:svn:http://apache.isis.svn/svnroot/trunk/archetypes</connection>
-        <developerConnection>scm:svn:https://apache.isis.svn/svnroot/trunk/archetypes</developerConnection>
-        <url>http://dev.isis.apache.org/trac/browser/framework/trunk/archetypes</url>
-    </scm>
+    <groupId>org.apache.isis.support</groupId>
+    <artifactId>archetypes</artifactId>
+    <name>Isis Archetypes</name>
+    <version>0.1-SNAPSHOT</version>
+
+    <packaging>pom</packaging>
 
     <modules>
-    	<!-- 
-    	the 'application' module is intentionally not referenced; 
-    	it should be released separately after the main release.
-		[Check this]
-    	-->
-		<module>application</module>
-		<module>exploration</module>
-		<module>scimpi</module>
-        <module>hibernate-support</module>
+        <module>application</module>
+        <module>exploration</module>
+        <module>scimpi</module>
     </modules>
+
+    <build>
+        <pluginManagement>
+            <plugins>
+                <plugin>
+                    <groupId>org.apache.maven.archetype</groupId>
+                    <artifactId>archetype-packaging</artifactId>
+                    <version>2.0-alpha-4</version>
+                </plugin>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-archetype-plugin</artifactId>
+                    <version>2.0-alpha-4</version>
+                </plugin>
+            </plugins>
+        </pluginManagement>
+    </build>
+
 </project>

Propchange: incubator/isis/trunk/support/archetypes/scimpi/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon Oct 18 10:00:52 2010
@@ -0,0 +1 @@
+target

Modified: incubator/isis/trunk/support/archetypes/scimpi/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/support/archetypes/scimpi/pom.xml?rev=1023717&r1=1023716&r2=1023717&view=diff
==============================================================================
--- incubator/isis/trunk/support/archetypes/scimpi/pom.xml (original)
+++ incubator/isis/trunk/support/archetypes/scimpi/pom.xml Mon Oct 18 10:00:52 2010
@@ -1,36 +1,36 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project>
     <modelVersion>4.0.0</modelVersion>
-<!--
+
     <parent>
-        <groupId>org.apache.isis</groupId>
-        <artifactId>scimpi-archetype</artifactId>
+        <groupId>org.apache.isis.support</groupId>
+        <artifactId>archetypes</artifactId>
         <version>0.1-SNAPSHOT</version>
     </parent>
--->
-    <name>Scimpi webapp archetype</name>
-    <groupId>org.apache.isis</groupId>
-    <artifactId>scimpi-archetype</artifactId>
+    
+    <groupId>org.apache.isis.support.archetypes</groupId>
+    <artifactId>scimpi</artifactId>
     <version>0.1-SNAPSHOT</version>
+    
+    <name>Apache Isis Scimpi Archetype</name>
+    
     <packaging>maven-archetype</packaging>
 
     <build>
         <extensions>
-            <extension>
-                <groupId>org.apache.maven.archetype</groupId>
-                <artifactId>archetype-packaging</artifactId>
-                <version>2.0-alpha-3</version>
-            </extension>
+          <extension>
+            <groupId>org.apache.maven.archetype</groupId>
+            <artifactId>archetype-packaging</artifactId>
+            <version>2.0-alpha-4</version>
+          </extension>
         </extensions>
-
         <plugins>
-            <plugin>
-                <artifactId>maven-archetype-plugin</artifactId>
-                <version>2.0-alpha-3</version>
-                <extensions>true</extensions>
-            </plugin>
+          <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-archetype-plugin</artifactId>
+            <extensions>true</extensions>
+          </plugin>
         </plugins>
-   </build>
-
+    </build>
     
 </project>

Added: incubator/isis/trunk/support/archetypes/scimpi/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/support/archetypes/scimpi/src/site/apt/index.apt?rev=1023717&view=auto
==============================================================================
--- incubator/isis/trunk/support/archetypes/scimpi/src/site/apt/index.apt (added)
+++ incubator/isis/trunk/support/archetypes/scimpi/src/site/apt/index.apt Mon Oct 18 10:00:52 2010
@@ -0,0 +1,25 @@
+~~  Licensed to the Apache Software Foundation (ASF) under one
+~~  or more contributor license agreements.  See the NOTICE file
+~~  distributed with this work for additional information
+~~  regarding copyright ownership.  The ASF licenses this file
+~~  to you under the Apache License, Version 2.0 (the
+~~  "License"); you may not use this file except in compliance
+~~  with the License.  You may obtain a copy of the License at
+~~
+~~        http://www.apache.org/licenses/LICENSE-2.0
+~~
+~~  Unless required by applicable law or agreed to in writing,
+~~  software distributed under the License is distributed on an
+~~  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+~~  KIND, either express or implied.  See the License for the
+~~  specific language governing permissions and limitations
+~~  under the License.
+
+
+
+Application Archetype
+ 
+ This module ...
+ 
+ 
+ []
\ No newline at end of file

Added: incubator/isis/trunk/support/archetypes/scimpi/src/site/apt/jottings.apt
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/support/archetypes/scimpi/src/site/apt/jottings.apt?rev=1023717&view=auto
==============================================================================
--- incubator/isis/trunk/support/archetypes/scimpi/src/site/apt/jottings.apt (added)
+++ incubator/isis/trunk/support/archetypes/scimpi/src/site/apt/jottings.apt Mon Oct 18 10:00:52 2010
@@ -0,0 +1,22 @@
+~~  Licensed to the Apache Software Foundation (ASF) under one
+~~  or more contributor license agreements.  See the NOTICE file
+~~  distributed with this work for additional information
+~~  regarding copyright ownership.  The ASF licenses this file
+~~  to you under the Apache License, Version 2.0 (the
+~~  "License"); you may not use this file except in compliance
+~~  with the License.  You may obtain a copy of the License at
+~~
+~~        http://www.apache.org/licenses/LICENSE-2.0
+~~
+~~  Unless required by applicable law or agreed to in writing,
+~~  software distributed under the License is distributed on an
+~~  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+~~  KIND, either express or implied.  See the License for the
+~~  specific language governing permissions and limitations
+~~  under the License.
+
+Jottings
+
+  capture random jottings here.
+  
+  When get time please move up to nearest "formal" documentation; see [https://cwiki.apache.org/confluence/display/ISIS/MavenModules]

Added: incubator/isis/trunk/support/archetypes/scimpi/src/site/site.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/support/archetypes/scimpi/src/site/site.xml?rev=1023717&view=auto
==============================================================================
--- incubator/isis/trunk/support/archetypes/scimpi/src/site/site.xml (added)
+++ incubator/isis/trunk/support/archetypes/scimpi/src/site/site.xml Mon Oct 18 10:00:52 2010
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<project>
+
+	<bannerLeft>
+		<name>[[NAME]]</name>
+		<src>../images/banner-left.png</src>
+		<href>../index.html</href>
+	</bannerLeft>
+
+	<bannerRight>
+		<src>../images/sflogo.png</src>
+		<href>http://sourceforge.net/projects/isis</href>
+	</bannerRight>
+
+	<body>
+		<breadcrumbs>
+			<item name="Support" href="index.html" />
+		</breadcrumbs>
+
+		<menu name="Support">
+			<item name="About" href="index.html" />
+			<item name="${pdf.title} (PDF)" href="${pdf.outputName}.pdf" />
+		</menu>
+	</body>
+</project>

Added: incubator/isis/trunk/support/archetypes/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/support/archetypes/src/site/apt/index.apt?rev=1023717&view=auto
==============================================================================
--- incubator/isis/trunk/support/archetypes/src/site/apt/index.apt (added)
+++ incubator/isis/trunk/support/archetypes/src/site/apt/index.apt Mon Oct 18 10:00:52 2010
@@ -0,0 +1,25 @@
+~~  Licensed to the Apache Software Foundation (ASF) under one
+~~  or more contributor license agreements.  See the NOTICE file
+~~  distributed with this work for additional information
+~~  regarding copyright ownership.  The ASF licenses this file
+~~  to you under the Apache License, Version 2.0 (the
+~~  "License"); you may not use this file except in compliance
+~~  with the License.  You may obtain a copy of the License at
+~~
+~~        http://www.apache.org/licenses/LICENSE-2.0
+~~
+~~  Unless required by applicable law or agreed to in writing,
+~~  software distributed under the License is distributed on an
+~~  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+~~  KIND, either express or implied.  See the License for the
+~~  specific language governing permissions and limitations
+~~  under the License.
+
+
+
+Archetypes
+ 
+ The <archetypes> module is the parent of a number of archetypes...
+ 
+ 
+ []
\ No newline at end of file

Added: incubator/isis/trunk/support/archetypes/src/site/apt/jottings.apt
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/support/archetypes/src/site/apt/jottings.apt?rev=1023717&view=auto
==============================================================================
--- incubator/isis/trunk/support/archetypes/src/site/apt/jottings.apt (added)
+++ incubator/isis/trunk/support/archetypes/src/site/apt/jottings.apt Mon Oct 18 10:00:52 2010
@@ -0,0 +1,22 @@
+~~  Licensed to the Apache Software Foundation (ASF) under one
+~~  or more contributor license agreements.  See the NOTICE file
+~~  distributed with this work for additional information
+~~  regarding copyright ownership.  The ASF licenses this file
+~~  to you under the Apache License, Version 2.0 (the
+~~  "License"); you may not use this file except in compliance
+~~  with the License.  You may obtain a copy of the License at
+~~
+~~        http://www.apache.org/licenses/LICENSE-2.0
+~~
+~~  Unless required by applicable law or agreed to in writing,
+~~  software distributed under the License is distributed on an
+~~  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+~~  KIND, either express or implied.  See the License for the
+~~  specific language governing permissions and limitations
+~~  under the License.
+
+Jottings
+
+  capture random jottings here.
+  
+  When get time please move up to nearest "formal" documentation; see [https://cwiki.apache.org/confluence/display/ISIS/MavenModules]

Added: incubator/isis/trunk/support/archetypes/src/site/site.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/support/archetypes/src/site/site.xml?rev=1023717&view=auto
==============================================================================
--- incubator/isis/trunk/support/archetypes/src/site/site.xml (added)
+++ incubator/isis/trunk/support/archetypes/src/site/site.xml Mon Oct 18 10:00:52 2010
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<project>
+
+	<bannerLeft>
+		<name>[[NAME]]</name>
+		<src>../images/banner-left.png</src>
+		<href>../index.html</href>
+	</bannerLeft>
+
+	<bannerRight>
+		<src>../images/sflogo.png</src>
+		<href>http://sourceforge.net/projects/isis</href>
+	</bannerRight>
+
+	<body>
+		<breadcrumbs>
+			<item name="Support" href="index.html" />
+		</breadcrumbs>
+
+		<menu name="Support">
+			<item name="About" href="index.html" />
+			<item name="${pdf.title} (PDF)" href="${pdf.outputName}.pdf" />
+		</menu>
+	</body>
+</project>

Modified: incubator/isis/trunk/support/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/support/pom.xml?rev=1023717&r1=1023716&r2=1023717&view=diff
==============================================================================
--- incubator/isis/trunk/support/pom.xml (original)
+++ incubator/isis/trunk/support/pom.xml Mon Oct 18 10:00:52 2010
@@ -2,69 +2,31 @@
     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
 
-    <groupId>org.apache.isis</groupId>
-    <artifactId>support</artifactId>
-    
-    <name>Support</name>
-    
-    <packaging>pom</packaging>
-
     <parent>
         <groupId>org.apache.isis</groupId>
         <artifactId>isis-parent</artifactId>
         <version>0.1-SNAPSHOT</version>
     </parent>
 
-    <!-- this may be redundant because this module is now parented by trunk -->
-    <scm>
-        <connection>scm:svn:http://apache.isis.svn/svnroot/trunk/support</connection>
-        <developerConnection>scm:svn:https://apache.isis.svn/svnroot/trunk/support</developerConnection>
-        <url>http://dev.isis.apache.org/trac/browser/framework/trunk/support</url>
-    </scm>
+    <artifactId>support</artifactId>
+    <name>Isis Support</name>
 
-    <!-- used in Site generation for relative references -->
-    <url>http://isis.apache.org/support/</url>
+    <packaging>pom</packaging>
 
     <properties>
         <current40xVersion>4.0</current40xVersion>
         <dependency.locations.enabled>false</dependency.locations.enabled>
-        
-        <pdf.title>Users Guide</pdf.title>
-        <pdf.outputName>users-guide</pdf.outputName>
 
         <trunk.baseDir>${project.build.directory}/../..</trunk.baseDir>
         
-        <checkstyle.configLocation>../src/main/checkstyle/checkstyle.xml</checkstyle.configLocation>
-        <pmd.ruleset>../src/main/pmd/pmd.xml</pmd.ruleset>
+        <pdf.title>Isis Support Guide</pdf.title>
+        <pdf.outputName>isis-support-guide</pdf.outputName>
     </properties>
 
     <modules>
         <module>archetypes</module>
-			<!--
-        <module>domain-services</module>
-			-->
     </modules>
 
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-source-plugin</artifactId>
-            </plugin>
-
-            <!-- this may be redundant because this module is now parented by trunk -->
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-release-plugin</artifactId>
-                <configuration>
-                    <preparationGoals>clean install</preparationGoals>
-                    <autoVersionSubmodules>true</autoVersionSubmodules>
-                    <tagBase>https://apache.isis.svn/svnroot/tags/support</tagBase>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
-
     <reporting>
         <plugins>
             <plugin>
@@ -99,20 +61,6 @@
                 <version>0.1-SNAPSHOT</version>
                 <type>test-jar</type>
             </dependency>
-
-            <!-- domainservices -->
-            <dependency>
-                <groupId>org.apache.isis.core</groupId>
-                <artifactId>domainservices</artifactId>
-                <version>0.1-SNAPSHOT</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.isis.core</groupId>
-                <artifactId>domainservices</artifactId>
-                <version>0.1-SNAPSHOT</version>
-                <type>test-jar</type>
-            </dependency>
-			
         </dependencies>
     </dependencyManagement>
 

Added: incubator/isis/trunk/support/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/support/src/site/apt/index.apt?rev=1023717&view=auto
==============================================================================
--- incubator/isis/trunk/support/src/site/apt/index.apt (added)
+++ incubator/isis/trunk/support/src/site/apt/index.apt Mon Oct 18 10:00:52 2010
@@ -0,0 +1,31 @@
+~~  Licensed to the Apache Software Foundation (ASF) under one
+~~  or more contributor license agreements.  See the NOTICE file
+~~  distributed with this work for additional information
+~~  regarding copyright ownership.  The ASF licenses this file
+~~  to you under the Apache License, Version 2.0 (the
+~~  "License"); you may not use this file except in compliance
+~~  with the License.  You may obtain a copy of the License at
+~~
+~~        http://www.apache.org/licenses/LICENSE-2.0
+~~
+~~  Unless required by applicable law or agreed to in writing,
+~~  software distributed under the License is distributed on an
+~~  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+~~  KIND, either express or implied.  See the License for the
+~~  specific language governing permissions and limitations
+~~  under the License.
+
+
+
+Support
+ 
+ The <support> module is the parent of modules that provide support to developers writing Isis applications.
+ They provide:
+ 
+ * archetypes
+ 
+ * IDE templates
+ 
+ * icons
+ 
+ []
\ No newline at end of file

Added: incubator/isis/trunk/support/src/site/pdf.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/support/src/site/pdf.xml?rev=1023717&view=auto
==============================================================================
--- incubator/isis/trunk/support/src/site/pdf.xml (added)
+++ incubator/isis/trunk/support/src/site/pdf.xml Mon Oct 18 10:00:52 2010
@@ -0,0 +1,41 @@
+<document xmlns="http://maven.apache.org/DOCUMENT/1.0.1"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+    xsi:schemaLocation="http://maven.apache.org/DOCUMENT/1.0.1 http://maven.apache.org/xsd/document-1.0.1.xsd"
+    outputName="${pdf.outputName}">
+
+    <!--
+        Note to developers (contributors):
+         
+        This file defines the contents of the site-docs PDF for each module.  
+        This PDF is hyperlinked from the left menu of the site; it should 
+        provide a good, standalone summary of main contents of the module's 
+        site.
+
+        Only the toc items need to be maintained manually; the rest is boilerplate.  
+        
+        In addition to the site-docs PDF defined by this page, there may also
+        be formal DocBook documentation.
+    -->
+    <toc name="Table of Contents" depth="1">
+        <item name="Introduction" ref="index.apt"/>
+        <item name="Appendix: Jottings" ref="jottings.apt"/>
+    </toc>
+
+
+    <cover>
+        <coverType>${pdf.title}</coverType>
+        <coverTitle>${project.name}</coverTitle>
+        <coverSubTitle>v. ${project.version}</coverSubTitle>
+        <coverdate>${date}</coverdate>
+        <projectName>${project.name}</projectName>
+        <projectLogo>${trunk.baseDir}/src/site/resources/images/logo.png</projectLogo>
+        <companyName>${project.organization.name}</companyName>
+    </cover>
+
+    <meta>
+        <title>${project.name}</title>
+        <author>${project.organization.name}</author>
+    </meta>
+
+</document>
+

Added: incubator/isis/trunk/support/src/site/site.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/support/src/site/site.xml?rev=1023717&view=auto
==============================================================================
--- incubator/isis/trunk/support/src/site/site.xml (added)
+++ incubator/isis/trunk/support/src/site/site.xml Mon Oct 18 10:00:52 2010
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<project>
+
+	<bannerLeft>
+		<name>[[NAME]]</name>
+		<src>../images/banner-left.png</src>
+		<href>../index.html</href>
+	</bannerLeft>
+
+	<bannerRight>
+		<src>../images/sflogo.png</src>
+		<href>http://sourceforge.net/projects/isis</href>
+	</bannerRight>
+
+	<body>
+		<breadcrumbs>
+			<item name="Support" href="index.html" />
+		</breadcrumbs>
+
+		<menu name="Support">
+			<item name="About" href="index.html" />
+			<item name="${pdf.title} (PDF)" href="${pdf.outputName}.pdf" />
+		</menu>
+	</body>
+</project>