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 2014/02/19 14:33:33 UTC

[5/5] git commit: ISIS-695: removing 3rd party extension comments from example apps

ISIS-695: removing 3rd party extension comments from example apps

in their 'pom.xml's:
- quickstart app
- simple app


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

Branch: refs/heads/master
Commit: 27d98b384f2c0165fd53dd5ed1a500ce0f200255
Parents: fc58812
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Wed Feb 19 13:11:31 2014 +0000
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Wed Feb 19 13:33:08 2014 +0000

----------------------------------------------------------------------
 .../quickstart_wicket_restful_jdo/pom.xml       | 31 --------------
 .../webapp/pom.xml                              | 21 ----------
 .../simple_wicket_restful_jdo/pom.xml           | 44 --------------------
 3 files changed, 96 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/27d98b38/example/application/quickstart_wicket_restful_jdo/pom.xml
----------------------------------------------------------------------
diff --git a/example/application/quickstart_wicket_restful_jdo/pom.xml b/example/application/quickstart_wicket_restful_jdo/pom.xml
index ce5c82b..4daa3f0 100644
--- a/example/application/quickstart_wicket_restful_jdo/pom.xml
+++ b/example/application/quickstart_wicket_restful_jdo/pom.xml
@@ -382,37 +382,6 @@
                 <version>${quartz-scheduler.version}</version>
             </dependency>
 
-            <!-- 3rd party extensions -->
-
-            <!--
-            WICKEDCHARTS: uncomment to use https://github.com/danhaywood/isis-wicket-wickedcharts
-            <dependency>
-                <groupId>com.danhaywood.isis.wicket</groupId>
-                <artifactId>danhaywood-isis-wicket-wickedcharts</artifactId>
-                <version>1.2.0</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-            -->
-
-            <!--
-            EXCEL: uncomment to use https://github.com/danhaywood/isis-wicket-excel
-            <dependency>
-                <groupId>com.danhaywood.isis.wicket</groupId>
-                <artifactId>danhaywood-isis-wicket-excel</artifactId>
-                <version>1.2.0</version>
-            </dependency>
-            -->
-
-            <!--
-            FULLCALENDAR: uncomment to use https://github.com/danhaywood/isis-wicket-fullcalendar
-            <dependency>
-                <groupId>com.danhaywood.isis.wicket</groupId>
-                <artifactId>danhaywood-isis-wicket-fullcalendar</artifactId>
-                <version>1.2.0</version>
-            </dependency>
-            -->
-
         </dependencies>
     </dependencyManagement>
     

http://git-wip-us.apache.org/repos/asf/isis/blob/27d98b38/example/application/quickstart_wicket_restful_jdo/webapp/pom.xml
----------------------------------------------------------------------
diff --git a/example/application/quickstart_wicket_restful_jdo/webapp/pom.xml b/example/application/quickstart_wicket_restful_jdo/webapp/pom.xml
index f4330f1..4df8c2e 100644
--- a/example/application/quickstart_wicket_restful_jdo/webapp/pom.xml
+++ b/example/application/quickstart_wicket_restful_jdo/webapp/pom.xml
@@ -267,7 +267,6 @@
 
 
         <!-- quartz scheduler integration -->
-
         <dependency>
             <groupId>org.quartz-scheduler</groupId>
             <artifactId>quartz</artifactId>
@@ -277,26 +276,6 @@
             <artifactId>quartz-jobs</artifactId>
         </dependency>
 
-        <!-- 3rd party dependency -->
-        <!-- 
-        WICKEDCHARTS: uncomment to use https://github.com/danhaywood/isis-wicket-wickedcharts
-        <dependency>
-            <groupId>com.danhaywood.isis.wicket</groupId>
-            <artifactId>danhaywood-isis-wicket-wickedcharts-scalarchart</artifactId>
-        </dependency>
-        <dependency>
-            <groupId>com.danhaywood.isis.wicket</groupId>
-            <artifactId>danhaywood-isis-wicket-wickedcharts-summarycharts</artifactId>
-        </dependency>
-         -->
-        <!-- 
-        EXCEL: uncomment to use https://github.com/danhaywood/isis-wicket-excel
-        <dependency>
-            <groupId>com.danhaywood.isis.wicket</groupId>
-            <artifactId>danhaywood-isis-wicket-excel</artifactId>
-        </dependency>
-         -->
-         
     </dependencies>
 
 </project>

http://git-wip-us.apache.org/repos/asf/isis/blob/27d98b38/example/application/simple_wicket_restful_jdo/pom.xml
----------------------------------------------------------------------
diff --git a/example/application/simple_wicket_restful_jdo/pom.xml b/example/application/simple_wicket_restful_jdo/pom.xml
index 81bc9ef..9bf7db6 100644
--- a/example/application/simple_wicket_restful_jdo/pom.xml
+++ b/example/application/simple_wicket_restful_jdo/pom.xml
@@ -364,50 +364,6 @@
                 <artifactId>simple_wicket_restful_jdo-webapp</artifactId>
                 <version>${project.version}</version>
             </dependency>
-
-
-            <!-- 3rd party extensions -->
-
-            <!--
-            GMAP3: uncomment to use https://github.com/danhaywood/isis-wicket-gmap3
-            <dependency>
-                <groupId>com.danhaywood.isis.wicket</groupId>
-                <artifactId>danhaywood-isis-wicket-gmap3</artifactId>
-                <version>1.2.0</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-            -->
-
-            <!--
-            WICKEDCHARTS: uncomment to use https://github.com/danhaywood/isis-wicket-wickedcharts
-            <dependency>
-                <groupId>com.danhaywood.isis.wicket</groupId>
-                <artifactId>danhaywood-isis-wicket-wickedcharts</artifactId>
-                <version>1.2.0</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
-            -->
-
-            <!--
-            EXCEL: uncomment to use https://github.com/danhaywood/isis-wicket-excel
-            <dependency>
-                <groupId>com.danhaywood.isis.wicket</groupId>
-                <artifactId>danhaywood-isis-wicket-excel</artifactId>
-                <version>1.2.0</version>
-            </dependency>
-            -->
-
-            <!--
-            FULLCALENDAR: uncomment to use https://github.com/danhaywood/isis-wicket-fullcalendar
-            <dependency>
-                <groupId>com.danhaywood.isis.wicket</groupId>
-                <artifactId>danhaywood-isis-wicket-fullcalendar</artifactId>
-                <version>1.2.0</version>
-            </dependency>
-            -->
-
         </dependencies>
     </dependencyManagement>