From: <mar...@us...> - 2017-02-02 12:59:14
|
Revision: 20061 http://sourceforge.net/p/gate/code/20061 Author: markagreenwood Date: 2017-02-02 12:59:12 +0000 (Thu, 02 Feb 2017) Log Message: ----------- removed some left over ivy stuff Modified Paths: -------------- gate/branches/sawdust2/gate-core/src/main/java/gate/util/ant/packager/PackageGappTask.java Modified: gate/branches/sawdust2/gate-core/src/main/java/gate/util/ant/packager/PackageGappTask.java =================================================================== --- gate/branches/sawdust2/gate-core/src/main/java/gate/util/ant/packager/PackageGappTask.java 2017-02-02 10:57:23 UTC (rev 20060) +++ gate/branches/sawdust2/gate-core/src/main/java/gate/util/ant/packager/PackageGappTask.java 2017-02-02 12:59:12 UTC (rev 20061) @@ -107,12 +107,6 @@ * declared in an <extrafiles> sub-element. */ private boolean copyPlugins = true; - - /** - * Should we expand any Ivy based dependencies to create a standalone - * application. If true then local copies of each dependency will be - */ - private boolean expandIvy = false; /** * Should we copy the complete contents of the parent directories of @@ -243,14 +237,6 @@ public void setCopyPlugins(boolean copyPlugins) { this.copyPlugins = copyPlugins; } - - public void setExpandIvy(boolean expandIvy) { - this.expandIvy = expandIvy; - } - - public boolean getExpandIvy() { - return expandIvy; - } /** * Will the task copy the complete contents of directories containing This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |