Changed the MMT to be a downloaded dependency

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@57764 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Gethin James
2013-11-08 14:00:33 +00:00
parent bdb8a124f7
commit 65d5666301
11 changed files with 12 additions and 5 deletions

View File

@@ -1,14 +1,21 @@
buildscript { buildscript {
repositories { repositories {
flatDir {
dirs 'mmt'
}
mavenCentral() mavenCentral()
maven {
url alfrescoMavenUrl
}
} }
dependencies { dependencies {
classpath fileTree(dir: 'mmt', include: '*.jar') //MMT dependencies
classpath('org.alfresco:alfresco-mmt:4.2.d-beta') {
transitive = true
}
classpath 'de.schlichtherle.truezip:truezip-kernel:7.5.5'
classpath 'de.schlichtherle.truezip:truezip-swing:7.5.5'
//YUI
classpath 'com.yahoo.platform.yui:yuicompressor:2.4.6' classpath 'com.yahoo.platform.yui:yuicompressor:2.4.6'
} }
} }

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.