You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by aa...@apache.org on 2015/12/31 15:48:17 UTC

cayenne git commit: CAY-2026 Java 7

Repository: cayenne
Updated Branches:
  refs/heads/master fb1985422 -> c05ad576c


CAY-2026 Java 7

removing Java 6 assembly leftovers


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

Branch: refs/heads/master
Commit: c05ad576c8b8f76c7026b9e8679476068baa4f29
Parents: fb19854
Author: aadamchik <aa...@apache.org>
Authored: Thu Dec 31 09:43:25 2015 -0500
Committer: aadamchik <aa...@apache.org>
Committed: Thu Dec 31 09:43:25 2015 -0500

----------------------------------------------------------------------
 assembly/pom.xml | 14 --------------
 1 file changed, 14 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cayenne/blob/c05ad576/assembly/pom.xml
----------------------------------------------------------------------
diff --git a/assembly/pom.xml b/assembly/pom.xml
index 1b2962a..ca14fbb 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -260,20 +260,6 @@
 									</arguments>
 								</configuration>
 							</execution>
-							<execution>
-								<id>chmod-modeler-legacy</id>
-								<phase>package</phase>
-								<goals>
-									<goal>exec</goal>
-								</goals>
-								<configuration>
-									<executable>/bin/chmod</executable>
-									<arguments>
-										<argument>755</argument>
-										<argument>target/cayenne-${project.version}-macosx/CayenneModeler-Java6-legacy.app/Contents/MacOS/JavaApplicationStub</argument>
-									</arguments>
-								</configuration>
-							</execution>
 
 							<!-- Package into .dmg -->
 							<execution>