mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
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:
17
build.gradle
17
build.gradle
@@ -1,14 +1,21 @@
|
||||
buildscript {
|
||||
|
||||
repositories {
|
||||
flatDir {
|
||||
dirs 'mmt'
|
||||
}
|
||||
mavenCentral()
|
||||
mavenCentral()
|
||||
maven {
|
||||
url alfrescoMavenUrl
|
||||
}
|
||||
}
|
||||
|
||||
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'
|
||||
}
|
||||
}
|
||||
|
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.
BIN
mmt/truezip.jar
BIN
mmt/truezip.jar
Binary file not shown.
BIN
mmt/xz-1.0.jar
BIN
mmt/xz-1.0.jar
Binary file not shown.
Reference in New Issue
Block a user