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 2011/07/03 15:52:30 UTC

svn commit: r1142439 [6/9] - in /incubator/isis/branches/0.1.2-incubating/framework: ./ applib/ core/ core/commons/ core/metamodel/ core/progmodel/ core/runtime/ core/testsupport/ core/webapp/ progmodels/ progmodels/dflt/ progmodels/groovy/ progmodels/...

Modified: incubator/isis/branches/0.1.2-incubating/framework/runtimes/dflt/remoting/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/branches/0.1.2-incubating/framework/runtimes/dflt/remoting/pom.xml?rev=1142439&r1=1142438&r2=1142439&view=diff
==============================================================================
--- incubator/isis/branches/0.1.2-incubating/framework/runtimes/dflt/remoting/pom.xml (original)
+++ incubator/isis/branches/0.1.2-incubating/framework/runtimes/dflt/remoting/pom.xml Sun Jul  3 13:52:28 2011
@@ -1,142 +1,141 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  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.
--->
-<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>
-
-	<parent>
-		<groupId>org.apache.isis.runtimes</groupId>
-		<artifactId>dflt</artifactId>
-		<version>0.1.2-incubating-SNAPSHOT</version>
-	</parent>
-
-	<groupId>org.apache.isis.runtimes.dflt</groupId>
-	<artifactId>remoting</artifactId>
-
-	<name>Default Runtime Remoting</name>
-
-	<packaging>pom</packaging>
-
-	<properties>
-        <siteBaseDir>../../..</siteBaseDir>
-		<relativeUrl>runtimes/dflt/remoting/</relativeUrl>
-
-        <docbkxGuideTitle>Apache Isis Default Runtime Remoting Guide</docbkxGuideTitle>
-        <docbkxGuideSubTitle>Configuration and Deployment Guide</docbkxGuideSubTitle>
-        <docbkxGuideName>isis-remoting</docbkxGuideName>
-	</properties>
-
-    <!-- used in Site generation for relative references. -->
-    <url>http://incubator.apache.org/isis/${relativeUrl}</url>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>com.agilejava.docbkx</groupId>
-                <artifactId>docbkx-maven-plugin</artifactId>
-                <inherited>false</inherited>
-            </plugin>
-        </plugins>
-    </build>
-
-    <reporting>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-project-info-reports-plugin</artifactId>
-				<version>${maven-project-info-reports-plugin}</version>
-                <inherited>false</inherited>
-                <reportSets>
-                    <reportSet>
-                        <inherited>false</inherited>
-                        <reports>
-                            <report>dependency-management</report>
-                            <report>plugins</report>
-                            <report>modules</report>
-                            <report>summary</report>
-                        </reports>
-                    </reportSet>
-                </reportSets>
-            </plugin>
-        </plugins>
-    </reporting>
-
-	<modules>
-		<module>common</module>
-		<module>marshalling-xstream</module>
-		<module>marshalling-encode</module>
-		<module>marshalling-serialize</module>
-		<module>transport-http</module>
-		<module>transport-sockets</module>
-	</modules>
-	
-	<dependencyManagement>
-		<dependencies>
-			<dependency>
-				<groupId>org.apache.isis</groupId>
-				<artifactId>core</artifactId>
-				<version>0.1.2-incubating-SNAPSHOT</version>
-				<type>pom</type>
-				<scope>import</scope>
-			</dependency>
-
-			<dependency>
-				<groupId>org.apache.isis.runtimes.dflt.remoting</groupId>
-				<artifactId>common</artifactId>
-				<version>0.1.2-incubating-SNAPSHOT</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.isis.runtimes.dflt.remoting</groupId>
-				<artifactId>marshalling-encode</artifactId>
-				<version>0.1.2-incubating-SNAPSHOT</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.isis.runtimes.dflt.remoting</groupId>
-				<artifactId>marshalling-serialize</artifactId>
-				<version>0.1.2-incubating-SNAPSHOT</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.isis.runtimes.dflt.remoting</groupId>
-				<artifactId>marshalling-xstream</artifactId>
-				<version>0.1.2-incubating-SNAPSHOT</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.isis.runtimes.dflt.remoting</groupId>
-				<artifactId>transport-sockets</artifactId>
-				<version>0.1.2-incubating-SNAPSHOT</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.isis.runtimes.dflt.remoting</groupId>
-				<artifactId>transport-http</artifactId>
-				<version>0.1.2-incubating-SNAPSHOT</version>
-			</dependency>
-            
-            <dependency>
-                <groupId>org.apache.isis.runtimes.dflt.bytecode</groupId>
-                <artifactId>identity</artifactId>
-                <version>0.1.2-incubating-SNAPSHOT</version>
-                <scope>test</scope>
-            </dependency>
-            
-		</dependencies>
-	</dependencyManagement>
-
-</project>	
-
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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.
+-->
+<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>
+
+	<parent>
+		<groupId>org.apache.isis.runtimes</groupId>
+		<artifactId>dflt</artifactId>
+		<version>0.1.2-incubating</version>
+	</parent>
+
+	<groupId>org.apache.isis.runtimes.dflt</groupId>
+	<artifactId>remoting</artifactId>
+
+	<name>Default Runtime Remoting</name>
+
+	<packaging>pom</packaging>
+
+	<properties>
+        <siteBaseDir>../../..</siteBaseDir>
+		<relativeUrl>runtimes/dflt/remoting/</relativeUrl>
+
+        <docbkxGuideTitle>Apache Isis Default Runtime Remoting Guide</docbkxGuideTitle>
+        <docbkxGuideSubTitle>Configuration and Deployment Guide</docbkxGuideSubTitle>
+        <docbkxGuideName>isis-remoting</docbkxGuideName>
+	</properties>
+
+    <!-- used in Site generation for relative references. -->
+    <url>http://incubator.apache.org/isis/${relativeUrl}</url>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>com.agilejava.docbkx</groupId>
+                <artifactId>docbkx-maven-plugin</artifactId>
+                <inherited>false</inherited>
+            </plugin>
+        </plugins>
+    </build>
+
+    <reporting>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-project-info-reports-plugin</artifactId>
+				<version>${maven-project-info-reports-plugin}</version>
+                <inherited>false</inherited>
+                <reportSets>
+                    <reportSet>
+                        <inherited>false</inherited>
+                        <reports>
+                            <report>dependency-management</report>
+                            <report>plugins</report>
+                            <report>modules</report>
+                            <report>summary</report>
+                        </reports>
+                    </reportSet>
+                </reportSets>
+            </plugin>
+        </plugins>
+    </reporting>
+
+	<modules>
+		<module>common</module>
+		<module>marshalling-xstream</module>
+		<module>marshalling-encode</module>
+		<module>marshalling-serialize</module>
+		<module>transport-http</module>
+		<module>transport-sockets</module>
+	</modules>
+	
+	<dependencyManagement>
+		<dependencies>
+			<dependency>
+				<groupId>org.apache.isis</groupId>
+				<artifactId>core</artifactId>
+				<version>0.1.2-incubating</version>
+				<type>pom</type>
+				<scope>import</scope>
+			</dependency>
+
+			<dependency>
+				<groupId>org.apache.isis.runtimes.dflt.remoting</groupId>
+				<artifactId>common</artifactId>
+				<version>0.1.2-incubating</version>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.isis.runtimes.dflt.remoting</groupId>
+				<artifactId>marshalling-encode</artifactId>
+				<version>0.1.2-incubating</version>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.isis.runtimes.dflt.remoting</groupId>
+				<artifactId>marshalling-serialize</artifactId>
+				<version>0.1.2-incubating</version>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.isis.runtimes.dflt.remoting</groupId>
+				<artifactId>marshalling-xstream</artifactId>
+				<version>0.1.2-incubating</version>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.isis.runtimes.dflt.remoting</groupId>
+				<artifactId>transport-sockets</artifactId>
+				<version>0.1.2-incubating</version>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.isis.runtimes.dflt.remoting</groupId>
+				<artifactId>transport-http</artifactId>
+				<version>0.1.2-incubating</version>
+			</dependency>
+            
+            <dependency>
+                <groupId>org.apache.isis.runtimes.dflt.bytecode</groupId>
+                <artifactId>identity</artifactId>
+                <version>0.1.2-incubating</version>
+                <scope>test</scope>
+            </dependency>
+            
+		</dependencies>
+	</dependencyManagement>
+
+</project>	
+

Modified: incubator/isis/branches/0.1.2-incubating/framework/runtimes/dflt/remoting/transport-http/client/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/branches/0.1.2-incubating/framework/runtimes/dflt/remoting/transport-http/client/pom.xml?rev=1142439&r1=1142438&r2=1142439&view=diff
==============================================================================
--- incubator/isis/branches/0.1.2-incubating/framework/runtimes/dflt/remoting/transport-http/client/pom.xml (original)
+++ incubator/isis/branches/0.1.2-incubating/framework/runtimes/dflt/remoting/transport-http/client/pom.xml Sun Jul  3 13:52:28 2011
@@ -1,91 +1,91 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  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.
--->
-<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>
-
-	<parent>
-		<groupId>org.apache.isis.runtimes.dflt.remoting</groupId>
-		<artifactId>transport-http</artifactId>
-		<version>0.1.2-incubating-SNAPSHOT</version>
-	</parent>
-
-	<artifactId>transport-http-client</artifactId>
-	<name>Default Runtime HTTP Transport (Client-side)</name>
-
-	<properties>
-        <siteBaseDir>../../../../..</siteBaseDir>
-		<relativeUrl>runtimes/dflt/remoting/transport-http/client/</relativeUrl>
-	</properties>
-
-    <!-- used in Site generation for relative references. -->
-    <url>http://incubator.apache.org/isis/${relativeUrl}</url>
-
-    <reporting>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-project-info-reports-plugin</artifactId>
-				<version>${maven-project-info-reports-plugin}</version>
-                <inherited>false</inherited>
-                <configuration>
-                	<dependencyLocationsEnabled>false</dependencyLocationsEnabled>
-                </configuration>
-                <reportSets>
-                    <reportSet>
-                        <inherited>false</inherited>
-                        <reports>
-                            <report>dependencies</report>
-                            <report>dependency-convergence</report>
-                            <report>plugins</report>
-                            <report>summary</report>
-                        </reports>
-                    </reportSet>
-                </reportSets>
-            </plugin>
-        </plugins>
-    </reporting>
-
-	<dependencies>
-		<dependency>
-			<groupId>org.apache.isis.runtimes.dflt.remoting</groupId>
-			<artifactId>common</artifactId>
-		</dependency>
-        
-        <dependency>
-            <!-- required for encoding marshalling -->
-            <groupId>org.apache.isis.runtimes.dflt.remoting</groupId>
-            <artifactId>marshalling-encode</artifactId>
-            <optional>true</optional>
-        </dependency>
-        <dependency>
-            <!-- required for serialize marshalling -->
-            <groupId>org.apache.isis.runtimes.dflt.remoting</groupId>
-            <artifactId>marshalling-serialize</artifactId>
-            <optional>true</optional>
-        </dependency>
-
-
-		<dependency>
-		    <groupId>commons-httpclient</groupId>
-		    <artifactId>commons-httpclient</artifactId>
-		</dependency>
-	</dependencies>
-
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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.
+-->
+<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>
+
+	<parent>
+		<groupId>org.apache.isis.runtimes.dflt.remoting</groupId>
+		<artifactId>transport-http</artifactId>
+		<version>0.1.2-incubating</version>
+	</parent>
+
+	<artifactId>transport-http-client</artifactId>
+	<name>Default Runtime HTTP Transport (Client-side)</name>
+
+	<properties>
+        <siteBaseDir>../../../../..</siteBaseDir>
+		<relativeUrl>runtimes/dflt/remoting/transport-http/client/</relativeUrl>
+	</properties>
+
+    <!-- used in Site generation for relative references. -->
+    <url>http://incubator.apache.org/isis/${relativeUrl}</url>
+
+    <reporting>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-project-info-reports-plugin</artifactId>
+				<version>${maven-project-info-reports-plugin}</version>
+                <inherited>false</inherited>
+                <configuration>
+                	<dependencyLocationsEnabled>false</dependencyLocationsEnabled>
+                </configuration>
+                <reportSets>
+                    <reportSet>
+                        <inherited>false</inherited>
+                        <reports>
+                            <report>dependencies</report>
+                            <report>dependency-convergence</report>
+                            <report>plugins</report>
+                            <report>summary</report>
+                        </reports>
+                    </reportSet>
+                </reportSets>
+            </plugin>
+        </plugins>
+    </reporting>
+
+	<dependencies>
+		<dependency>
+			<groupId>org.apache.isis.runtimes.dflt.remoting</groupId>
+			<artifactId>common</artifactId>
+		</dependency>
+        
+        <dependency>
+            <!-- required for encoding marshalling -->
+            <groupId>org.apache.isis.runtimes.dflt.remoting</groupId>
+            <artifactId>marshalling-encode</artifactId>
+            <optional>true</optional>
+        </dependency>
+        <dependency>
+            <!-- required for serialize marshalling -->
+            <groupId>org.apache.isis.runtimes.dflt.remoting</groupId>
+            <artifactId>marshalling-serialize</artifactId>
+            <optional>true</optional>
+        </dependency>
+
+
+		<dependency>
+		    <groupId>commons-httpclient</groupId>
+		    <artifactId>commons-httpclient</artifactId>
+		</dependency>
+	</dependencies>
+
+</project>

Modified: incubator/isis/branches/0.1.2-incubating/framework/runtimes/dflt/remoting/transport-http/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/branches/0.1.2-incubating/framework/runtimes/dflt/remoting/transport-http/pom.xml?rev=1142439&r1=1142438&r2=1142439&view=diff
==============================================================================
--- incubator/isis/branches/0.1.2-incubating/framework/runtimes/dflt/remoting/transport-http/pom.xml (original)
+++ incubator/isis/branches/0.1.2-incubating/framework/runtimes/dflt/remoting/transport-http/pom.xml Sun Jul  3 13:52:28 2011
@@ -1,88 +1,87 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  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.
--->
-<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>
-
-	<parent>
-		<groupId>org.apache.isis.runtimes.dflt</groupId>
-		<artifactId>remoting</artifactId>
-		<version>0.1.2-incubating-SNAPSHOT</version>
-	</parent>
-	
-	<groupId>org.apache.isis.runtimes.dflt.remoting</groupId>
-	<artifactId>transport-http</artifactId>
-	<version>0.1.2-incubating-SNAPSHOT</version>
-	
-	<name>Default Runtime HTTP Transport</name>
-	
-	<packaging>pom</packaging>
-
-	<properties>
-        <siteBaseDir>../../../..</siteBaseDir>
-		<relativeUrl>runtimes/dflt/remoting/transport-http/</relativeUrl>
-    </properties>
-
-    <!-- used in Site generation for relative references. -->
-    <url>http://incubator.apache.org/isis/${relativeUrl}</url>
-
-    <reporting>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-project-info-reports-plugin</artifactId>
-				<version>${maven-project-info-reports-plugin}</version>
-                <inherited>false</inherited>
-                <reportSets>
-                    <reportSet>
-                        <inherited>false</inherited>
-                        <reports>
-                            <report>dependency-management</report>
-                            <report>plugins</report>
-                            <report>modules</report>
-                            <report>summary</report>
-                        </reports>
-                    </reportSet>
-                </reportSets>
-            </plugin>
-        </plugins>
-    </reporting>
-
-	<modules>
-		<module>client</module>
-		<module>server</module>
-	</modules>
-	
-	<dependencyManagement>
-		<dependencies>
-			<dependency>
-				<groupId>org.apache.isis.runtimes.dflt.remoting</groupId>
-				<artifactId>transport-http-client</artifactId>
-				<version>0.1.2-incubating-SNAPSHOT</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.isis.runtimes.dflt.remoting</groupId>
-				<artifactId>transport-http-server</artifactId>
-				<version>0.1.2-incubating-SNAPSHOT</version>
-			</dependency>
-		</dependencies>
-	
-	</dependencyManagement>
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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.
+-->
+<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>
+
+	<parent>
+		<groupId>org.apache.isis.runtimes.dflt</groupId>
+		<artifactId>remoting</artifactId>
+		<version>0.1.2-incubating</version>
+	</parent>
+	
+	<groupId>org.apache.isis.runtimes.dflt.remoting</groupId>
+	<artifactId>transport-http</artifactId>
+	<version>0.1.2-incubating</version>
+	
+	<name>Default Runtime HTTP Transport</name>
+	
+	<packaging>pom</packaging>
+
+	<properties>
+        <siteBaseDir>../../../..</siteBaseDir>
+		<relativeUrl>runtimes/dflt/remoting/transport-http/</relativeUrl>
+    </properties>
+
+    <!-- used in Site generation for relative references. -->
+    <url>http://incubator.apache.org/isis/${relativeUrl}</url>
+
+    <reporting>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-project-info-reports-plugin</artifactId>
+				<version>${maven-project-info-reports-plugin}</version>
+                <inherited>false</inherited>
+                <reportSets>
+                    <reportSet>
+                        <inherited>false</inherited>
+                        <reports>
+                            <report>dependency-management</report>
+                            <report>plugins</report>
+                            <report>modules</report>
+                            <report>summary</report>
+                        </reports>
+                    </reportSet>
+                </reportSets>
+            </plugin>
+        </plugins>
+    </reporting>
+
+	<modules>
+		<module>client</module>
+		<module>server</module>
+	</modules>
+	
+	<dependencyManagement>
+		<dependencies>
+			<dependency>
+				<groupId>org.apache.isis.runtimes.dflt.remoting</groupId>
+				<artifactId>transport-http-client</artifactId>
+				<version>0.1.2-incubating</version>
+			</dependency>
+			<dependency>
+				<groupId>org.apache.isis.runtimes.dflt.remoting</groupId>
+				<artifactId>transport-http-server</artifactId>
+				<version>0.1.2-incubating</version>
+			</dependency>
+		</dependencies>
+	
+	</dependencyManagement>
+</project>

Modified: incubator/isis/branches/0.1.2-incubating/framework/runtimes/dflt/remoting/transport-http/server/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/branches/0.1.2-incubating/framework/runtimes/dflt/remoting/transport-http/server/pom.xml?rev=1142439&r1=1142438&r2=1142439&view=diff
==============================================================================
--- incubator/isis/branches/0.1.2-incubating/framework/runtimes/dflt/remoting/transport-http/server/pom.xml (original)
+++ incubator/isis/branches/0.1.2-incubating/framework/runtimes/dflt/remoting/transport-http/server/pom.xml Sun Jul  3 13:52:28 2011
@@ -1,96 +1,96 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  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.
--->
-<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>
-
-	<parent>
-		<groupId>org.apache.isis.runtimes.dflt.remoting</groupId>
-		<artifactId>transport-http</artifactId>
-		<version>0.1.2-incubating-SNAPSHOT</version>
-	</parent>
-
-	<artifactId>transport-http-server</artifactId>
-
-	<name>Default Runtime HTTP Transport (Server-side)</name>
-
-	<properties>
-        <siteBaseDir>../../../../..</siteBaseDir>
-		<relativeUrl>runtimes/dflt/remoting/transport-http/server/</relativeUrl>
-	</properties>
-
-    <!-- used in Site generation for relative references. -->
-    <url>http://incubator.apache.org/isis/${relativeUrl}</url>
-
-    <reporting>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-project-info-reports-plugin</artifactId>
-				<version>${maven-project-info-reports-plugin}</version>
-                <inherited>false</inherited>
-                <configuration>
-                	<dependencyLocationsEnabled>false</dependencyLocationsEnabled>
-                </configuration>
-                <reportSets>
-                    <reportSet>
-                        <inherited>false</inherited>
-                        <reports>
-                            <report>dependencies</report>
-                            <report>dependency-convergence</report>
-                            <report>plugins</report>
-                            <report>summary</report>
-                        </reports>
-                    </reportSet>
-                </reportSets>
-            </plugin>
-        </plugins>
-    </reporting>
-
-	<dependencies>
-		<dependency>
-			<groupId>org.apache.isis.runtimes.dflt</groupId>
-			<artifactId>webapp</artifactId>
-		</dependency>
-
-		<dependency>
-			<groupId>org.apache.isis.runtimes.dflt.remoting</groupId>
-			<artifactId>common</artifactId>
-		</dependency>
-        <dependency>
-            <!-- required for encoding marshalling -->
-            <groupId>org.apache.isis.runtimes.dflt.remoting</groupId>
-            <artifactId>marshalling-encode</artifactId>
-            <optional>true</optional>
-        </dependency>
-        <dependency>
-            <!-- required for serialize marshalling -->
-            <groupId>org.apache.isis.runtimes.dflt.remoting</groupId>
-            <artifactId>marshalling-serialize</artifactId>
-            <optional>true</optional>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-servlet_2.5_spec</artifactId>
-	        <scope>provided</scope>
-        </dependency>
-	</dependencies>
-
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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.
+-->
+<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>
+
+	<parent>
+		<groupId>org.apache.isis.runtimes.dflt.remoting</groupId>
+		<artifactId>transport-http</artifactId>
+		<version>0.1.2-incubating</version>
+	</parent>
+
+	<artifactId>transport-http-server</artifactId>
+
+	<name>Default Runtime HTTP Transport (Server-side)</name>
+
+	<properties>
+        <siteBaseDir>../../../../..</siteBaseDir>
+		<relativeUrl>runtimes/dflt/remoting/transport-http/server/</relativeUrl>
+	</properties>
+
+    <!-- used in Site generation for relative references. -->
+    <url>http://incubator.apache.org/isis/${relativeUrl}</url>
+
+    <reporting>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-project-info-reports-plugin</artifactId>
+				<version>${maven-project-info-reports-plugin}</version>
+                <inherited>false</inherited>
+                <configuration>
+                	<dependencyLocationsEnabled>false</dependencyLocationsEnabled>
+                </configuration>
+                <reportSets>
+                    <reportSet>
+                        <inherited>false</inherited>
+                        <reports>
+                            <report>dependencies</report>
+                            <report>dependency-convergence</report>
+                            <report>plugins</report>
+                            <report>summary</report>
+                        </reports>
+                    </reportSet>
+                </reportSets>
+            </plugin>
+        </plugins>
+    </reporting>
+
+	<dependencies>
+		<dependency>
+			<groupId>org.apache.isis.runtimes.dflt</groupId>
+			<artifactId>webapp</artifactId>
+		</dependency>
+
+		<dependency>
+			<groupId>org.apache.isis.runtimes.dflt.remoting</groupId>
+			<artifactId>common</artifactId>
+		</dependency>
+        <dependency>
+            <!-- required for encoding marshalling -->
+            <groupId>org.apache.isis.runtimes.dflt.remoting</groupId>
+            <artifactId>marshalling-encode</artifactId>
+            <optional>true</optional>
+        </dependency>
+        <dependency>
+            <!-- required for serialize marshalling -->
+            <groupId>org.apache.isis.runtimes.dflt.remoting</groupId>
+            <artifactId>marshalling-serialize</artifactId>
+            <optional>true</optional>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-servlet_2.5_spec</artifactId>
+	        <scope>provided</scope>
+        </dependency>
+	</dependencies>
+
+</project>

Modified: incubator/isis/branches/0.1.2-incubating/framework/runtimes/dflt/remoting/transport-sockets/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/branches/0.1.2-incubating/framework/runtimes/dflt/remoting/transport-sockets/pom.xml?rev=1142439&r1=1142438&r2=1142439&view=diff
==============================================================================
--- incubator/isis/branches/0.1.2-incubating/framework/runtimes/dflt/remoting/transport-sockets/pom.xml (original)
+++ incubator/isis/branches/0.1.2-incubating/framework/runtimes/dflt/remoting/transport-sockets/pom.xml Sun Jul  3 13:52:28 2011
@@ -1,94 +1,94 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  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.
--->
-<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>
-
-	<parent>
-		<groupId>org.apache.isis.runtimes.dflt</groupId>
-		<artifactId>remoting</artifactId>
-		<version>0.1.2-incubating-SNAPSHOT</version>
-	</parent>
-
-	<groupId>org.apache.isis.runtimes.dflt.remoting</groupId>
-	<artifactId>transport-sockets</artifactId>
-    <name>Default Runtime Remoting APIs</name>
-
-	<properties>
-        <siteBaseDir>../../../..</siteBaseDir>
-		<relativeUrl>runtimes/dflt/remoting/transport-sockets/</relativeUrl>
-	</properties>
-
-    <!-- used in Site generation for relative references. -->
-    <url>http://incubator.apache.org/isis/${relativeUrl}</url>
-
-    <reporting>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-project-info-reports-plugin</artifactId>
-				<version>${maven-project-info-reports-plugin}</version>
-                <inherited>false</inherited>
-                <configuration>
-                	<dependencyLocationsEnabled>false</dependencyLocationsEnabled>
-                </configuration>
-                <reportSets>
-                    <reportSet>
-                        <inherited>false</inherited>
-                        <reports>
-                            <report>dependencies</report>
-                            <report>dependency-convergence</report>
-                            <report>plugins</report>
-                            <report>summary</report>
-                        </reports>
-                    </reportSet>
-                </reportSets>
-            </plugin>
-        </plugins>
-    </reporting>
-
-	<dependencies>
-
-		<dependency>
-			<groupId>org.apache.isis.runtimes.dflt.remoting</groupId>
-		    <artifactId>common</artifactId>
-		</dependency>
-
-		<dependency>
-			<groupId>org.apache.isis.runtimes.dflt</groupId>
-		    <artifactId>monitoring</artifactId>
-		</dependency>
-
-        <dependency>
-            <!-- required if using Serializing Marshaller -->
-            <groupId>org.apache.isis.runtimes.dflt.remoting</groupId>
-            <artifactId>marshalling-serialize</artifactId>
-            <optional>true</optional>
-        </dependency>
-
-        <dependency>
-            <!-- required if using Serializing Marshaller -->
-            <groupId>org.apache.isis.runtimes.dflt.remoting</groupId>
-            <artifactId>marshalling-encode</artifactId>
-            <optional>true</optional>
-        </dependency>
-
-	</dependencies>
-
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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.
+-->
+<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>
+
+	<parent>
+		<groupId>org.apache.isis.runtimes.dflt</groupId>
+		<artifactId>remoting</artifactId>
+		<version>0.1.2-incubating</version>
+	</parent>
+
+	<groupId>org.apache.isis.runtimes.dflt.remoting</groupId>
+	<artifactId>transport-sockets</artifactId>
+    <name>Default Runtime Remoting APIs</name>
+
+	<properties>
+        <siteBaseDir>../../../..</siteBaseDir>
+		<relativeUrl>runtimes/dflt/remoting/transport-sockets/</relativeUrl>
+	</properties>
+
+    <!-- used in Site generation for relative references. -->
+    <url>http://incubator.apache.org/isis/${relativeUrl}</url>
+
+    <reporting>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-project-info-reports-plugin</artifactId>
+				<version>${maven-project-info-reports-plugin}</version>
+                <inherited>false</inherited>
+                <configuration>
+                	<dependencyLocationsEnabled>false</dependencyLocationsEnabled>
+                </configuration>
+                <reportSets>
+                    <reportSet>
+                        <inherited>false</inherited>
+                        <reports>
+                            <report>dependencies</report>
+                            <report>dependency-convergence</report>
+                            <report>plugins</report>
+                            <report>summary</report>
+                        </reports>
+                    </reportSet>
+                </reportSets>
+            </plugin>
+        </plugins>
+    </reporting>
+
+	<dependencies>
+
+		<dependency>
+			<groupId>org.apache.isis.runtimes.dflt.remoting</groupId>
+		    <artifactId>common</artifactId>
+		</dependency>
+
+		<dependency>
+			<groupId>org.apache.isis.runtimes.dflt</groupId>
+		    <artifactId>monitoring</artifactId>
+		</dependency>
+
+        <dependency>
+            <!-- required if using Serializing Marshaller -->
+            <groupId>org.apache.isis.runtimes.dflt.remoting</groupId>
+            <artifactId>marshalling-serialize</artifactId>
+            <optional>true</optional>
+        </dependency>
+
+        <dependency>
+            <!-- required if using Serializing Marshaller -->
+            <groupId>org.apache.isis.runtimes.dflt.remoting</groupId>
+            <artifactId>marshalling-encode</artifactId>
+            <optional>true</optional>
+        </dependency>
+
+	</dependencies>
+
+</project>

Modified: incubator/isis/branches/0.1.2-incubating/framework/runtimes/dflt/runtime/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/branches/0.1.2-incubating/framework/runtimes/dflt/runtime/pom.xml?rev=1142439&r1=1142438&r2=1142439&view=diff
==============================================================================
--- incubator/isis/branches/0.1.2-incubating/framework/runtimes/dflt/runtime/pom.xml (original)
+++ incubator/isis/branches/0.1.2-incubating/framework/runtimes/dflt/runtime/pom.xml Sun Jul  3 13:52:28 2011
@@ -1,140 +1,139 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  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.
--->
-<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>
-
-	<parent>
-		<groupId>org.apache.isis.runtimes</groupId>
-		<artifactId>dflt</artifactId>
-		<version>0.1.2-incubating-SNAPSHOT</version>
-	</parent>
-
-	<groupId>org.apache.isis.runtimes.dflt</groupId>
-	<artifactId>runtime</artifactId>
-	<name>Default Runtime Runtime</name>
-
-	<properties>
-        <siteBaseDir>../../..</siteBaseDir>
-		<relativeUrl>runtimes/dflt/runtime/</relativeUrl>
-    </properties>
-
-    <!-- used in Site generation for relative references. -->
-    <url>http://incubator.apache.org/isis/${relativeUrl}</url>
-
-	<build>
-		<resources>
-			<resource>
-				<directory>src/main/resources</directory>
-				<includes>
-					<include>isis-version.properties</include>
-				</includes>
-				<filtering>true</filtering>
-			</resource>
-			<resource>
-				<directory>src/main/resources</directory>
-				<filtering>false</filtering>
-			</resource>
-		</resources>
-	</build>
-
-    <reporting>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-project-info-reports-plugin</artifactId>
-				<version>${maven-project-info-reports-plugin}</version>
-                <inherited>false</inherited>
-                <configuration>
-                	<dependencyLocationsEnabled>false</dependencyLocationsEnabled>
-                </configuration>
-                <reportSets>
-                    <reportSet>
-                        <inherited>false</inherited>
-                        <reports>
-                            <report>dependencies</report>
-                            <report>dependency-convergence</report>
-                            <report>plugins</report>
-                            <report>summary</report>
-                        </reports>
-                    </reportSet>
-                </reportSets>
-            </plugin>
-        </plugins>
-    </reporting>
-
-	<dependencies>
-		<dependency>
-			<groupId>org.apache.isis</groupId>
-			<artifactId>applib</artifactId>
-			<type>test-jar</type>
-			<scope>test</scope>
-		</dependency>
-
-        <dependency>
-            <groupId>org.apache.isis.core</groupId>
-            <artifactId>testsupport</artifactId>
-            <scope>test</scope>
-        </dependency>
-
-		<dependency>
-			<groupId>org.apache.isis.core</groupId>
-			<artifactId>commons</artifactId>
-			<type>test-jar</type>
-			<scope>test</scope>
-		</dependency>
-
-        <dependency>
-            <groupId>org.apache.isis.core</groupId>
-            <artifactId>metamodel</artifactId>
-            <type>test-jar</type>
-            <scope>test</scope>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.isis.core</groupId>
-            <artifactId>progmodel</artifactId>
-            <type>test-jar</type>
-            <scope>test</scope>
-        </dependency>
-
-		<dependency>
-			<groupId>org.apache.isis.core</groupId>
-			<artifactId>progmodel</artifactId>
-		</dependency>
-
-		<dependency>
-			<groupId>org.apache.isis.core</groupId>
-			<artifactId>runtime</artifactId>
-		</dependency>
-
-		<dependency>
-			<groupId>commons-lang</groupId>
-			<artifactId>commons-lang</artifactId>
-		</dependency>
-
-		<dependency>
-			<groupId>org.jmock</groupId>
-			<artifactId>jmock-legacy</artifactId>
-			<scope>test</scope>
-		</dependency>
-
-	</dependencies>
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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.
+-->
+<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>
+
+	<parent>
+		<groupId>org.apache.isis.runtimes</groupId>
+		<artifactId>dflt</artifactId>
+		<version>0.1.2-incubating</version>
+	</parent>
+
+	<groupId>org.apache.isis.runtimes.dflt</groupId>
+	<artifactId>runtime</artifactId>
+	<name>Default Runtime Runtime</name>
+
+	<properties>
+        <siteBaseDir>../../..</siteBaseDir>
+		<relativeUrl>runtimes/dflt/runtime/</relativeUrl>
+    </properties>
+
+    <!-- used in Site generation for relative references. -->
+    <url>http://incubator.apache.org/isis/${relativeUrl}</url>
+
+	<build>
+		<resources>
+			<resource>
+				<directory>src/main/resources</directory>
+				<includes>
+					<include>isis-version.properties</include>
+				</includes>
+				<filtering>true</filtering>
+			</resource>
+			<resource>
+				<directory>src/main/resources</directory>
+				<filtering>false</filtering>
+			</resource>
+		</resources>
+	</build>
+
+    <reporting>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-project-info-reports-plugin</artifactId>
+				<version>${maven-project-info-reports-plugin}</version>
+                <inherited>false</inherited>
+                <configuration>
+                	<dependencyLocationsEnabled>false</dependencyLocationsEnabled>
+                </configuration>
+                <reportSets>
+                    <reportSet>
+                        <inherited>false</inherited>
+                        <reports>
+                            <report>dependencies</report>
+                            <report>dependency-convergence</report>
+                            <report>plugins</report>
+                            <report>summary</report>
+                        </reports>
+                    </reportSet>
+                </reportSets>
+            </plugin>
+        </plugins>
+    </reporting>
+
+	<dependencies>
+		<dependency>
+			<groupId>org.apache.isis</groupId>
+			<artifactId>applib</artifactId>
+			<type>test-jar</type>
+			<scope>test</scope>
+		</dependency>
+
+        <dependency>
+            <groupId>org.apache.isis.core</groupId>
+            <artifactId>testsupport</artifactId>
+            <scope>test</scope>
+        </dependency>
+
+		<dependency>
+			<groupId>org.apache.isis.core</groupId>
+			<artifactId>commons</artifactId>
+			<type>test-jar</type>
+			<scope>test</scope>
+		</dependency>
+
+        <dependency>
+            <groupId>org.apache.isis.core</groupId>
+            <artifactId>metamodel</artifactId>
+            <type>test-jar</type>
+            <scope>test</scope>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.isis.core</groupId>
+            <artifactId>progmodel</artifactId>
+            <type>test-jar</type>
+            <scope>test</scope>
+        </dependency>
+
+		<dependency>
+			<groupId>org.apache.isis.core</groupId>
+			<artifactId>progmodel</artifactId>
+		</dependency>
+
+		<dependency>
+			<groupId>org.apache.isis.core</groupId>
+			<artifactId>runtime</artifactId>
+		</dependency>
+
+		<dependency>
+			<groupId>commons-lang</groupId>
+			<artifactId>commons-lang</artifactId>
+		</dependency>
+
+		<dependency>
+			<groupId>org.jmock</groupId>
+			<artifactId>jmock-legacy</artifactId>
+			<scope>test</scope>
+		</dependency>
+
+	</dependencies>
+</project>

Modified: incubator/isis/branches/0.1.2-incubating/framework/runtimes/dflt/webapp/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/branches/0.1.2-incubating/framework/runtimes/dflt/webapp/pom.xml?rev=1142439&r1=1142438&r2=1142439&view=diff
==============================================================================
--- incubator/isis/branches/0.1.2-incubating/framework/runtimes/dflt/webapp/pom.xml (original)
+++ incubator/isis/branches/0.1.2-incubating/framework/runtimes/dflt/webapp/pom.xml Sun Jul  3 13:52:28 2011
@@ -1,110 +1,110 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  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.
--->
-<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>
-
-    <parent>
-        <groupId>org.apache.isis.runtimes</groupId>
-        <artifactId>dflt</artifactId>
-        <version>0.1.2-incubating-SNAPSHOT</version>
-    </parent>
-
-	<groupId>org.apache.isis.runtimes.dflt</groupId>
-	<artifactId>webapp</artifactId>
-	<name>Default Runtime Webapp Components</name>
-
-	<properties>
-        <siteBaseDir>../../..</siteBaseDir>
-		<relativeUrl>runtimes/dflt/webapp/</relativeUrl>
-    </properties>
-
-    <!-- used in Site generation for relative references. -->
-    <url>http://incubator.apache.org/isis/${relativeUrl}</url>
-
-	<build>
-		<plugins>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-eclipse-plugin</artifactId>
-				<configuration>
-					<wtpversion>2.0</wtpversion>
-				</configuration>
-			</plugin>
-
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-war-plugin</artifactId>
-			</plugin>
-
-            <plugin>
-                <groupId>org.mortbay.jetty</groupId>
-                <artifactId>maven-jetty-plugin</artifactId>
-            </plugin>
-		</plugins>
-	</build>
-
-    <reporting>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-project-info-reports-plugin</artifactId>
-				<version>${maven-project-info-reports-plugin}</version>
-                <inherited>false</inherited>
-                <configuration>
-                	<dependencyLocationsEnabled>false</dependencyLocationsEnabled>
-                </configuration>
-                <reportSets>
-                    <reportSet>
-                        <inherited>false</inherited>
-                        <reports>
-                            <report>dependencies</report>
-                            <report>dependency-convergence</report>
-                            <report>plugins</report>
-                            <report>summary</report>
-                        </reports>
-                    </reportSet>
-                </reportSets>
-            </plugin>
-        </plugins>
-    </reporting>
-
-	<dependencies>
-		<dependency>
-			<groupId>org.apache.isis.runtimes.dflt</groupId>
-            <artifactId>runtime</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.isis.runtimes.dflt</groupId>
-            <artifactId>monitoring</artifactId>
-		</dependency>
-
-		<dependency>
-			<groupId>org.apache.isis.core</groupId>
-            <artifactId>webapp</artifactId>
-		</dependency>
-
-	    <dependency>
-            <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-servlet_2.5_spec</artifactId>
-		    <scope>provided</scope>
-        </dependency>
-	</dependencies>
-
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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.
+-->
+<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>
+
+    <parent>
+        <groupId>org.apache.isis.runtimes</groupId>
+        <artifactId>dflt</artifactId>
+        <version>0.1.2-incubating</version>
+    </parent>
+
+	<groupId>org.apache.isis.runtimes.dflt</groupId>
+	<artifactId>webapp</artifactId>
+	<name>Default Runtime Webapp Components</name>
+
+	<properties>
+        <siteBaseDir>../../..</siteBaseDir>
+		<relativeUrl>runtimes/dflt/webapp/</relativeUrl>
+    </properties>
+
+    <!-- used in Site generation for relative references. -->
+    <url>http://incubator.apache.org/isis/${relativeUrl}</url>
+
+	<build>
+		<plugins>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-eclipse-plugin</artifactId>
+				<configuration>
+					<wtpversion>2.0</wtpversion>
+				</configuration>
+			</plugin>
+
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-war-plugin</artifactId>
+			</plugin>
+
+            <plugin>
+                <groupId>org.mortbay.jetty</groupId>
+                <artifactId>maven-jetty-plugin</artifactId>
+            </plugin>
+		</plugins>
+	</build>
+
+    <reporting>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-project-info-reports-plugin</artifactId>
+				<version>${maven-project-info-reports-plugin}</version>
+                <inherited>false</inherited>
+                <configuration>
+                	<dependencyLocationsEnabled>false</dependencyLocationsEnabled>
+                </configuration>
+                <reportSets>
+                    <reportSet>
+                        <inherited>false</inherited>
+                        <reports>
+                            <report>dependencies</report>
+                            <report>dependency-convergence</report>
+                            <report>plugins</report>
+                            <report>summary</report>
+                        </reports>
+                    </reportSet>
+                </reportSets>
+            </plugin>
+        </plugins>
+    </reporting>
+
+	<dependencies>
+		<dependency>
+			<groupId>org.apache.isis.runtimes.dflt</groupId>
+            <artifactId>runtime</artifactId>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.isis.runtimes.dflt</groupId>
+            <artifactId>monitoring</artifactId>
+		</dependency>
+
+		<dependency>
+			<groupId>org.apache.isis.core</groupId>
+            <artifactId>webapp</artifactId>
+		</dependency>
+
+	    <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-servlet_2.5_spec</artifactId>
+		    <scope>provided</scope>
+        </dependency>
+	</dependencies>
+
+</project>

Modified: incubator/isis/branches/0.1.2-incubating/framework/runtimes/dflt/webserver/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/branches/0.1.2-incubating/framework/runtimes/dflt/webserver/pom.xml?rev=1142439&r1=1142438&r2=1142439&view=diff
==============================================================================
--- incubator/isis/branches/0.1.2-incubating/framework/runtimes/dflt/webserver/pom.xml (original)
+++ incubator/isis/branches/0.1.2-incubating/framework/runtimes/dflt/webserver/pom.xml Sun Jul  3 13:52:28 2011
@@ -1,84 +1,84 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  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.
--->
-<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>
-
-    <parent>
-        <groupId>org.apache.isis.runtimes</groupId>
-        <artifactId>dflt</artifactId>
-        <version>0.1.2-incubating-SNAPSHOT</version>
-    </parent>
-
-	<groupId>org.apache.isis.runtimes.dflt</groupId>
-	<artifactId>webserver</artifactId>
-	<name>Default Runtime WebServer (Jetty)</name>
-
-	<properties>
-        <siteBaseDir>../../..</siteBaseDir>
-		<relativeUrl>runtimes/dflt/webserver/</relativeUrl>
-    </properties>
-
-    <!-- used in Site generation for relative references. -->
-    <url>http://incubator.apache.org/isis/${relativeUrl}</url>
-
-    <reporting>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-project-info-reports-plugin</artifactId>
-				<version>${maven-project-info-reports-plugin}</version>
-                <inherited>false</inherited>
-                <configuration>
-                	<dependencyLocationsEnabled>false</dependencyLocationsEnabled>
-                </configuration>
-                <reportSets>
-                    <reportSet>
-                        <inherited>false</inherited>
-                        <reports>
-                            <report>dependencies</report>
-                            <report>dependency-convergence</report>
-                            <report>plugins</report>
-                            <report>summary</report>
-                        </reports>
-                    </reportSet>
-                </reportSets>
-            </plugin>
-        </plugins>
-    </reporting>
-
-	<dependencies>
-		<dependency>
-			<groupId>org.apache.isis.runtimes.dflt</groupId>
-			<artifactId>webapp</artifactId>
-		</dependency>
-
-		<dependency>
-			<groupId>org.mortbay.jetty</groupId>
-			<artifactId>jetty</artifactId>
-		</dependency>
-
-	    <dependency>
-            <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-servlet_2.5_spec</artifactId>
-            <scope>provided</scope>
-        </dependency>
-	</dependencies>
-
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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.
+-->
+<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>
+
+    <parent>
+        <groupId>org.apache.isis.runtimes</groupId>
+        <artifactId>dflt</artifactId>
+        <version>0.1.2-incubating</version>
+    </parent>
+
+	<groupId>org.apache.isis.runtimes.dflt</groupId>
+	<artifactId>webserver</artifactId>
+	<name>Default Runtime WebServer (Jetty)</name>
+
+	<properties>
+        <siteBaseDir>../../..</siteBaseDir>
+		<relativeUrl>runtimes/dflt/webserver/</relativeUrl>
+    </properties>
+
+    <!-- used in Site generation for relative references. -->
+    <url>http://incubator.apache.org/isis/${relativeUrl}</url>
+
+    <reporting>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-project-info-reports-plugin</artifactId>
+				<version>${maven-project-info-reports-plugin}</version>
+                <inherited>false</inherited>
+                <configuration>
+                	<dependencyLocationsEnabled>false</dependencyLocationsEnabled>
+                </configuration>
+                <reportSets>
+                    <reportSet>
+                        <inherited>false</inherited>
+                        <reports>
+                            <report>dependencies</report>
+                            <report>dependency-convergence</report>
+                            <report>plugins</report>
+                            <report>summary</report>
+                        </reports>
+                    </reportSet>
+                </reportSets>
+            </plugin>
+        </plugins>
+    </reporting>
+
+	<dependencies>
+		<dependency>
+			<groupId>org.apache.isis.runtimes.dflt</groupId>
+			<artifactId>webapp</artifactId>
+		</dependency>
+
+		<dependency>
+			<groupId>org.mortbay.jetty</groupId>
+			<artifactId>jetty</artifactId>
+		</dependency>
+
+	    <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-servlet_2.5_spec</artifactId>
+            <scope>provided</scope>
+        </dependency>
+	</dependencies>
+
+</project>

Modified: incubator/isis/branches/0.1.2-incubating/framework/runtimes/embedded/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/branches/0.1.2-incubating/framework/runtimes/embedded/pom.xml?rev=1142439&r1=1142438&r2=1142439&view=diff
==============================================================================
--- incubator/isis/branches/0.1.2-incubating/framework/runtimes/embedded/pom.xml (original)
+++ incubator/isis/branches/0.1.2-incubating/framework/runtimes/embedded/pom.xml Sun Jul  3 13:52:28 2011
@@ -1,127 +1,127 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  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.
--->
-<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>
-
-    <parent>
-		<groupId>org.apache.isis</groupId>
-        <artifactId>runtimes</artifactId>
-        <version>0.1.2-incubating-SNAPSHOT</version>
-	</parent>
-    
-
-	<groupId>org.apache.isis.runtimes</groupId>
-	<artifactId>embedded</artifactId>
-    <version>0.1.2-incubating-SNAPSHOT</version>
-
-	<name>Embedded Runtime</name>
-
-	<properties>
-        <siteBaseDir>../..</siteBaseDir>
-		<relativeUrl>runtimes/embedded/</relativeUrl>
-
-        <docbkxGuideTitle>Apache Isis Embedded Runtime</docbkxGuideTitle>
-        <docbkxGuideSubTitle>Programming, Configuration and Deployment Guide</docbkxGuideSubTitle>
-        <docbkxGuideName>isis-embedded-runtime</docbkxGuideName>
-	</properties>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>com.agilejava.docbkx</groupId>
-                <artifactId>docbkx-maven-plugin</artifactId>
-                <inherited>false</inherited>
-            </plugin>
-        </plugins>
-    </build>
-
-    <!-- used in Site generation for relative references. -->
-    <url>http://incubator.apache.org/isis/${relativeUrl}</url>
-
-    <reporting>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-project-info-reports-plugin</artifactId>
-				<version>${maven-project-info-reports-plugin}</version>
-                <inherited>false</inherited>
-                <configuration>
-                	<dependencyLocationsEnabled>false</dependencyLocationsEnabled>
-                </configuration>
-                <reportSets>
-                    <reportSet>
-                        <inherited>false</inherited>
-                        <reports>
-                            <report>dependencies</report>
-                            <report>dependency-convergence</report>
-                            <report>plugins</report>
-                            <report>summary</report>
-                        </reports>
-                    </reportSet>
-                </reportSets>
-            </plugin>
-        </plugins>
-    </reporting>
-
-	<dependencyManagement>
-		<dependencies>
-
-            <dependency>
-                <groupId>org.apache.isis.progmodels</groupId>
-                <artifactId>dflt</artifactId>
-                <version>0.1.2-incubating-SNAPSHOT</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.isis.runtimes.dflt.bytecode</groupId>
-                <artifactId>identity</artifactId>
-                <version>0.1.2-incubating-SNAPSHOT</version>
-            </dependency>
-
-			<dependency>
-				<groupId>org.apache.isis.progmodels</groupId>
-				<artifactId>wrapper-metamodel</artifactId>
-				<version>0.1.2-incubating-SNAPSHOT</version>
-	        </dependency>
-		</dependencies>
-	</dependencyManagement>
-
-	<dependencies>
-		<dependency>
-			<groupId>org.apache.isis.core</groupId>
-			<artifactId>metamodel</artifactId>
-        </dependency>
-
-		<dependency>
-			<groupId>org.apache.isis.progmodels</groupId>
-			<artifactId>wrapper-metamodel</artifactId>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.isis.progmodels</groupId>
-            <artifactId>dflt</artifactId>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.isis.runtimes.dflt.bytecode</groupId>
-            <artifactId>identity</artifactId>
-        </dependency>
-	</dependencies>
-
-</project>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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.
+-->
+<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>
+
+    <parent>
+		<groupId>org.apache.isis</groupId>
+        <artifactId>runtimes</artifactId>
+        <version>0.1.2-incubating</version>
+	</parent>
+    
+
+	<groupId>org.apache.isis.runtimes</groupId>
+	<artifactId>embedded</artifactId>
+    <version>0.1.2-incubating</version>
+
+	<name>Embedded Runtime</name>
+
+	<properties>
+        <siteBaseDir>../..</siteBaseDir>
+		<relativeUrl>runtimes/embedded/</relativeUrl>
+
+        <docbkxGuideTitle>Apache Isis Embedded Runtime</docbkxGuideTitle>
+        <docbkxGuideSubTitle>Programming, Configuration and Deployment Guide</docbkxGuideSubTitle>
+        <docbkxGuideName>isis-embedded-runtime</docbkxGuideName>
+	</properties>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>com.agilejava.docbkx</groupId>
+                <artifactId>docbkx-maven-plugin</artifactId>
+                <inherited>false</inherited>
+            </plugin>
+        </plugins>
+    </build>
+
+    <!-- used in Site generation for relative references. -->
+    <url>http://incubator.apache.org/isis/${relativeUrl}</url>
+
+    <reporting>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-project-info-reports-plugin</artifactId>
+				<version>${maven-project-info-reports-plugin}</version>
+                <inherited>false</inherited>
+                <configuration>
+                	<dependencyLocationsEnabled>false</dependencyLocationsEnabled>
+                </configuration>
+                <reportSets>
+                    <reportSet>
+                        <inherited>false</inherited>
+                        <reports>
+                            <report>dependencies</report>
+                            <report>dependency-convergence</report>
+                            <report>plugins</report>
+                            <report>summary</report>
+                        </reports>
+                    </reportSet>
+                </reportSets>
+            </plugin>
+        </plugins>
+    </reporting>
+
+	<dependencyManagement>
+		<dependencies>
+
+            <dependency>
+                <groupId>org.apache.isis.progmodels</groupId>
+                <artifactId>dflt</artifactId>
+                <version>0.1.2-incubating</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.isis.runtimes.dflt.bytecode</groupId>
+                <artifactId>identity</artifactId>
+                <version>0.1.2-incubating</version>
+            </dependency>
+
+			<dependency>
+				<groupId>org.apache.isis.progmodels</groupId>
+				<artifactId>wrapper-metamodel</artifactId>
+				<version>0.1.2-incubating</version>
+	        </dependency>
+		</dependencies>
+	</dependencyManagement>
+
+	<dependencies>
+		<dependency>
+			<groupId>org.apache.isis.core</groupId>
+			<artifactId>metamodel</artifactId>
+        </dependency>
+
+		<dependency>
+			<groupId>org.apache.isis.progmodels</groupId>
+			<artifactId>wrapper-metamodel</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.isis.progmodels</groupId>
+            <artifactId>dflt</artifactId>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.isis.runtimes.dflt.bytecode</groupId>
+            <artifactId>identity</artifactId>
+        </dependency>
+	</dependencies>
+
+</project>

Modified: incubator/isis/branches/0.1.2-incubating/framework/runtimes/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/branches/0.1.2-incubating/framework/runtimes/pom.xml?rev=1142439&r1=1142438&r2=1142439&view=diff
==============================================================================
--- incubator/isis/branches/0.1.2-incubating/framework/runtimes/pom.xml (original)
+++ incubator/isis/branches/0.1.2-incubating/framework/runtimes/pom.xml Sun Jul  3 13:52:28 2011
@@ -1,114 +1,113 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-  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.
--->
-<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>
-
-	<parent>
-		<groupId>org.apache.isis</groupId>
-		<artifactId>isis</artifactId>
-		<version>0.1.2-incubating-SNAPSHOT</version>
-	</parent>
-
-	<artifactId>runtimes</artifactId>
-
-	<name>Isis Runtimes</name>
-
-	<description>
-		Runtime implementations.
-	</description>
-
-	<packaging>pom</packaging>
-
-	<properties>
-        <siteBaseDir>..</siteBaseDir>
-		<relativeUrl>runtimes/</relativeUrl>
-	</properties>
-
-    <!-- used in Site generation for relative references. -->
-    <url>http://incubator.apache.org/isis/${relativeUrl}</url>
-
-	<modules>
-		<module>dflt</module>
-		<module>embedded</module>
-	</modules>
-
-	<reporting>
-		<plugins>
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-project-info-reports-plugin</artifactId>
-				<version>${maven-project-info-reports-plugin}</version>
-				<inherited>false</inherited>
-				<reportSets>
-					<reportSet>
-						<inherited>false</inherited>
-						<reports>
-                            <report>dependency-management</report>
-                            <report>plugins</report>
-							<report>modules</report>
-                            <report>summary</report>
-						</reports>
-					</reportSet>
-				</reportSets>
-			</plugin>
-		</plugins>
-	</reporting>
-
-	<dependencyManagement>
-		<dependencies>
-			<dependency>
-				<groupId>org.apache.isis</groupId>
-				<artifactId>core</artifactId>
-				<version>0.1.2-incubating-SNAPSHOT</version>
-				<type>pom</type>
-				<scope>import</scope>
-			</dependency>
-
-            <dependency>
-                <groupId>org.apache.isis.runtimes</groupId>
-                <artifactId>dflt</artifactId>
-                <version>0.1.2-incubating-SNAPSHOT</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.isis.runtimes</groupId>
-                <artifactId>dflt</artifactId>
-                <version>0.1.2-incubating-SNAPSHOT</version>
-                <type>test-jar</type>
-            </dependency>
-
-            <dependency>
-                <groupId>org.apache.isis.runtimes</groupId>
-                <artifactId>embedded</artifactId>
-                <version>0.1.2-incubating-SNAPSHOT</version>
-            </dependency>
-            <dependency>
-                <groupId>org.apache.isis.runtimes</groupId>
-                <artifactId>embedded</artifactId>
-                <version>0.1.2-incubating-SNAPSHOT</version>
-                <type>test-jar</type>
-            </dependency>
-
-		</dependencies>
-	</dependencyManagement>
-
-
-</project>
-
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  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.
+-->
+<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>
+
+	<parent>
+		<groupId>org.apache.isis</groupId>
+		<artifactId>isis</artifactId>
+		<version>0.1.2-incubating</version>
+	</parent>
+
+	<artifactId>runtimes</artifactId>
+
+	<name>Isis Runtimes</name>
+
+	<description>
+		Runtime implementations.
+	</description>
+
+	<packaging>pom</packaging>
+
+	<properties>
+        <siteBaseDir>..</siteBaseDir>
+		<relativeUrl>runtimes/</relativeUrl>
+	</properties>
+
+    <!-- used in Site generation for relative references. -->
+    <url>http://incubator.apache.org/isis/${relativeUrl}</url>
+
+	<modules>
+		<module>dflt</module>
+		<module>embedded</module>
+	</modules>
+
+	<reporting>
+		<plugins>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-project-info-reports-plugin</artifactId>
+				<version>${maven-project-info-reports-plugin}</version>
+				<inherited>false</inherited>
+				<reportSets>
+					<reportSet>
+						<inherited>false</inherited>
+						<reports>
+                            <report>dependency-management</report>
+                            <report>plugins</report>
+							<report>modules</report>
+                            <report>summary</report>
+						</reports>
+					</reportSet>
+				</reportSets>
+			</plugin>
+		</plugins>
+	</reporting>
+
+	<dependencyManagement>
+		<dependencies>
+			<dependency>
+				<groupId>org.apache.isis</groupId>
+				<artifactId>core</artifactId>
+				<version>0.1.2-incubating</version>
+				<type>pom</type>
+				<scope>import</scope>
+			</dependency>
+
+            <dependency>
+                <groupId>org.apache.isis.runtimes</groupId>
+                <artifactId>dflt</artifactId>
+                <version>0.1.2-incubating</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.isis.runtimes</groupId>
+                <artifactId>dflt</artifactId>
+                <version>0.1.2-incubating</version>
+                <type>test-jar</type>
+            </dependency>
+
+            <dependency>
+                <groupId>org.apache.isis.runtimes</groupId>
+                <artifactId>embedded</artifactId>
+                <version>0.1.2-incubating</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.isis.runtimes</groupId>
+                <artifactId>embedded</artifactId>
+                <version>0.1.2-incubating</version>
+                <type>test-jar</type>
+            </dependency>
+
+		</dependencies>
+	</dependencyManagement>
+
+
+</project>
+