Skip to content

Commit

Permalink
Changed the package names for gwt source
Browse files Browse the repository at this point in the history
  • Loading branch information
thehiflyer committed Sep 6, 2012
1 parent 41f4c25 commit 7ced15f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ dependencies {
task gwtJar(type: Jar, dependsOn: classes) {
classifier = 'gwt'
from sourceSets.main.getOutput().classesDir
into('se/hiflyer/fettle/super') {
into('se/fearless/fettle/super') {
from sourceSets.main.allJava
}
into('se/hiflyer/fettle') {
into('se/fearless/fettle') {
from sourceSets.main.resources
}
}
Expand Down

0 comments on commit 7ced15f

Please sign in to comment.