Skip to content
Snippets Groups Projects
Commit f95abef5 authored by felmer's avatar felmer
Browse files

SSDM-559: bug fixed in repository.gradle

SVN: 31914
parent 5cd5d2e3
No related branches found
No related tags found
No related merge requests found
......@@ -3,10 +3,8 @@ ext.repositoryConfig = {
ivyPattern "${project.projectDir}/../ivy-repository/[organisation]/[module]/[revision]/ivy.xml"
artifactPattern "${project.projectDir}/../ivy-repository/[organisation]/[module]/[revision]/[artifact]-[revision](-[classifier]).[ext]"
}
/*
ivy {
ivyPattern "http://svncisd.ethz.ch/repos/cisd/ivy-repository/trunk/[organisation]/[module]/[revision]/ivy.xml"
artifactPattern "http://svncisd.ethz.ch/repos/cisd/ivy-repository/trunk/[organisation]/[module]/[revision]/[artifact]-[revision](-[classifier]).[ext]"
}
*/
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment