Skip to content

Commit

Permalink
Fixed compatibility with macosx
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Hihlovskiy committed Jun 11, 2015
1 parent 52013d4 commit 7b999d4
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
1 change: 1 addition & 0 deletions libs/unpuzzle-osgi2maven/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ dependencies {
if(gradle.gradleVersion.startsWith('1.'))
compile "org.codehaus.groovy:groovy-backports-compat23:$groovy_version"
compile 'org.osgi:org.osgi.core:5.0.0'
compile 'org.apache.maven:maven-compat:2.2.1'
testCompile 'org.apache.maven:maven-ant-tasks:2.1.4-SNAPSHOT'
testCompile 'xmlunit:xmlunit:1.4'
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import groovy.xml.NamespaceBuilder
*/
class Deployer {

private static final String antTasksFileName = 'maven-ant-tasks-2.1.4-20140721.171858-14.jar'
private static final String antTasksFileName = 'maven-ant-tasks-2.1.4-SNAPSHOT.jar'

private static URL fileToUrl(File f) {
String s = f.toURI().toString()
Expand Down

This file was deleted.

Binary file not shown.

0 comments on commit 7b999d4

Please sign in to comment.