You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by nt...@apache.org on 2017/06/08 09:41:46 UTC

cayenne git commit: Enable tutorial compilation only on java 8

Repository: cayenne
Updated Branches:
  refs/heads/master 6a2eb660f -> 4f64cb76e


Enable tutorial compilation only on java 8


Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo
Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/4f64cb76
Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/4f64cb76
Diff: http://git-wip-us.apache.org/repos/asf/cayenne/diff/4f64cb76

Branch: refs/heads/master
Commit: 4f64cb76e2b7d17223e2e4114b0aec8d59c73ff2
Parents: 6a2eb66
Author: Nikita Timofeev <st...@gmail.com>
Authored: Thu Jun 8 12:41:39 2017 +0300
Committer: Nikita Timofeev <st...@gmail.com>
Committed: Thu Jun 8 12:41:39 2017 +0300

----------------------------------------------------------------------
 tutorials/pom.xml | 6 ------
 1 file changed, 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cayenne/blob/4f64cb76/tutorials/pom.xml
----------------------------------------------------------------------
diff --git a/tutorials/pom.xml b/tutorials/pom.xml
index 890c5d3..d4e53bf 100644
--- a/tutorials/pom.xml
+++ b/tutorials/pom.xml
@@ -34,12 +34,6 @@
 		<jetty.version>9.3.19.v20170502</jetty.version>
 	</properties>
 
-	<modules>
-		<module>tutorial</module>
-		<module>tutorial-rop-server</module>
-		<module>tutorial-rop-client</module>
-	</modules>
-
 	<build>
 		<plugins>
 			<!-- This ensures LICENSE and NOTICE inclusion in all jars -->