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 2015/03/30 17:44:11 UTC

[42/59] [abbrv] isis git commit: ISIS-789: removing neoapp example after all

http://git-wip-us.apache.org/repos/asf/isis/blob/9679840c/example/application/neoapp/webapp/src/main/webapp/scripts/application.js
----------------------------------------------------------------------
diff --git a/example/application/neoapp/webapp/src/main/webapp/scripts/application.js b/example/application/neoapp/webapp/src/main/webapp/scripts/application.js
deleted file mode 100644
index d8cf6fe..0000000
--- a/example/application/neoapp/webapp/src/main/webapp/scripts/application.js
+++ /dev/null
@@ -1,3 +0,0 @@
-$(document).ready(function() {
-	/// here...
-});
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/isis/blob/9679840c/example/application/neoapp/webapp/src/test/resources/NeoBrowser.PNG
----------------------------------------------------------------------
diff --git a/example/application/neoapp/webapp/src/test/resources/NeoBrowser.PNG b/example/application/neoapp/webapp/src/test/resources/NeoBrowser.PNG
deleted file mode 100644
index b6907d1..0000000
Binary files a/example/application/neoapp/webapp/src/test/resources/NeoBrowser.PNG and /dev/null differ

http://git-wip-us.apache.org/repos/asf/isis/blob/9679840c/example/application/simpleapp/dom/pom.xml
----------------------------------------------------------------------
diff --git a/example/application/simpleapp/dom/pom.xml b/example/application/simpleapp/dom/pom.xml
index 7d159cf..40a1c10 100644
--- a/example/application/simpleapp/dom/pom.xml
+++ b/example/application/simpleapp/dom/pom.xml
@@ -135,7 +135,7 @@
                     <plugin>
                         <groupId>org.apache.isis.tool</groupId>
                         <artifactId>isis-maven-plugin</artifactId>
-                        <version>1.9.0-SNAPSHOT</version>
+                        <version>1.9.0_dn4-SNAPSHOT</version>
                         <configuration>
                             <isisConfigDir>../webapp/src/main/webapp/WEB-INF</isisConfigDir>
                         </configuration>

http://git-wip-us.apache.org/repos/asf/isis/blob/9679840c/example/archetype/simpleapp/pom.xml
----------------------------------------------------------------------
diff --git a/example/archetype/simpleapp/pom.xml b/example/archetype/simpleapp/pom.xml
index 0338723..d65e62c 100644
--- a/example/archetype/simpleapp/pom.xml
+++ b/example/archetype/simpleapp/pom.xml
@@ -21,7 +21,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.isis.archetype</groupId>
     <artifactId>simpleapp-archetype</artifactId>
-    <version>1.9.0-SNAPSHOT</version>
+    <version>1.9.0_dn4-SNAPSHOT</version>
     <packaging>maven-archetype</packaging>
     <name>simpleapp-archetype</name>
     <build>
@@ -44,7 +44,7 @@
     <parent>
         <groupId>org.apache.isis.core</groupId>
         <artifactId>isis</artifactId>
-        <version>1.9.0-SNAPSHOT</version>
+        <version>1.9.0_dn4-SNAPSHOT</version>
         <relativePath>../../../core/pom.xml</relativePath>
     </parent>
 </project>

http://git-wip-us.apache.org/repos/asf/isis/blob/9679840c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 23293a6..fb23af6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,6 +62,7 @@
             <id>released</id>
             <modules>
                 <module>core</module>
+
                 <module>example/application/simpleapp</module>
                 <module>example/archetype/simpleapp</module>
             </modules>

http://git-wip-us.apache.org/repos/asf/isis/blob/9679840c/tck/pom.xml
----------------------------------------------------------------------
diff --git a/tck/pom.xml b/tck/pom.xml
index 3da1159..2f564a6 100644
--- a/tck/pom.xml
+++ b/tck/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.isis.core</groupId>
         <artifactId>isis</artifactId>
-        <version>1.9.0-SNAPSHOT</version>
+        <version>1.9.0_dn4-SNAPSHOT</version>
         <relativePath>../core/pom.xml</relativePath>
     </parent>
 
@@ -167,27 +167,27 @@
             <dependency>
                 <groupId>org.apache.isis.tck</groupId>
                 <artifactId>isis-tck</artifactId>
-                <version>1.9.0-SNAPSHOT</version>
+                <version>1.9.0_dn4-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.isis.tck</groupId>
                 <artifactId>isis-tck-dom</artifactId>
-                <version>1.9.0-SNAPSHOT</version>
+                <version>1.9.0_dn4-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.isis.tck</groupId>
                 <artifactId>isis-tck-fixture</artifactId>
-                <version>1.9.0-SNAPSHOT</version>
+                <version>1.9.0_dn4-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.isis.tck</groupId>
                 <artifactId>isis-tck-integtests</artifactId>
-                <version>1.9.0-SNAPSHOT</version>
+                <version>1.9.0_dn4-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.isis.tck</groupId>
                 <artifactId>isis-tck-viewer-restfulobjects</artifactId>
-                <version>1.9.0-SNAPSHOT</version>
+                <version>1.9.0_dn4-SNAPSHOT</version>
             </dependency>
 
         </dependencies>

http://git-wip-us.apache.org/repos/asf/isis/blob/9679840c/tck/tck-dom/pom.xml
----------------------------------------------------------------------
diff --git a/tck/tck-dom/pom.xml b/tck/tck-dom/pom.xml
index 1abd818..a1e3080 100644
--- a/tck/tck-dom/pom.xml
+++ b/tck/tck-dom/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
     	<groupId>org.apache.isis.tck</groupId>
     	<artifactId>isis-tck</artifactId>
-        <version>1.9.0-SNAPSHOT</version>
+        <version>1.9.0_dn4-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>isis-tck-dom</artifactId>

http://git-wip-us.apache.org/repos/asf/isis/blob/9679840c/tck/tck-fixture/pom.xml
----------------------------------------------------------------------
diff --git a/tck/tck-fixture/pom.xml b/tck/tck-fixture/pom.xml
index 82c67b1..d33a23c 100644
--- a/tck/tck-fixture/pom.xml
+++ b/tck/tck-fixture/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.isis.tck</groupId>
         <artifactId>isis-tck</artifactId>
-        <version>1.9.0-SNAPSHOT</version>
+        <version>1.9.0_dn4-SNAPSHOT</version>
     </parent>
 
 	<artifactId>isis-tck-fixture</artifactId>

http://git-wip-us.apache.org/repos/asf/isis/blob/9679840c/tck/tck-integtests/pom.xml
----------------------------------------------------------------------
diff --git a/tck/tck-integtests/pom.xml b/tck/tck-integtests/pom.xml
index dee873d..ceee355 100644
--- a/tck/tck-integtests/pom.xml
+++ b/tck/tck-integtests/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.isis.tck</groupId>
         <artifactId>isis-tck</artifactId>
-        <version>1.9.0-SNAPSHOT</version>
+        <version>1.9.0_dn4-SNAPSHOT</version>
     </parent>
 
 	<artifactId>isis-tck-integtests</artifactId>

http://git-wip-us.apache.org/repos/asf/isis/blob/9679840c/tck/tck-viewer-restfulobjects/pom.xml
----------------------------------------------------------------------
diff --git a/tck/tck-viewer-restfulobjects/pom.xml b/tck/tck-viewer-restfulobjects/pom.xml
index 1e7d558..8aab6b6 100644
--- a/tck/tck-viewer-restfulobjects/pom.xml
+++ b/tck/tck-viewer-restfulobjects/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.isis.tck</groupId>
         <artifactId>isis-tck</artifactId>
-        <version>1.9.0-SNAPSHOT</version>
+        <version>1.9.0_dn4-SNAPSHOT</version>
     </parent>
 
     <artifactId>isis-tck-viewer-restfulobjects</artifactId>

http://git-wip-us.apache.org/repos/asf/isis/blob/9679840c/tck/tck-viewer-wicket/pom.xml
----------------------------------------------------------------------
diff --git a/tck/tck-viewer-wicket/pom.xml b/tck/tck-viewer-wicket/pom.xml
index 19c5930..684dbe8 100644
--- a/tck/tck-viewer-wicket/pom.xml
+++ b/tck/tck-viewer-wicket/pom.xml
@@ -23,17 +23,16 @@
     <parent>
         <groupId>org.apache.isis.tck</groupId>
         <artifactId>isis-tck</artifactId>
-        <version>1.9.0-SNAPSHOT</version>
+        <version>1.9.0_dn4-SNAPSHOT</version>
     </parent>
 
 	<artifactId>isis-tck-viewer-wicket</artifactId>
-    <version>1.9.0-SNAPSHOT</version>
+    <version>1.9.0_dn4-SNAPSHOT</version>
 
 	<name>Isis TCK Wicket Viewer tests</name>
 
 
 	<properties>
-        <isis-viewer-wicket.version>1.9.0-SNAPSHOT</isis-viewer-wicket.version>
 		<siteBaseDir>..</siteBaseDir>
 		<relativeUrl>wicket-tck/</relativeUrl>
 		<!-- until someone comes up with a better solution -->
@@ -82,7 +81,6 @@
         <dependency>
             <groupId>org.apache.isis.viewer</groupId>
             <artifactId>isis-viewer-wicket-impl</artifactId>
-            <version>${isis-viewer-wicket.version}</version>
         </dependency>
 
         <!-- isis runtime -->