Skip to content
This repository has been archived by the owner on Jul 9, 2022. It is now read-only.

Commit

Permalink
Merge pull request #20 from ghillert/INTTEMPLATES-23
Browse files Browse the repository at this point in the history
INTTEMPLATES-23 - Preserve executable bit of gradlew
  • Loading branch information
ghillert committed Apr 19, 2013
2 parents f411bd0 + ebdd139 commit 788d939
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions si-sts-templates/src/main/assembly/adapter.xml
Expand Up @@ -17,6 +17,8 @@
<exclude>**/.DS_Store</exclude>
<exclude>**/.settings/**</exclude>
<exclude>**/.pmd</exclude>
<exclude>**/.gradle/**</exclude>
<exclude>**/gradlew</exclude>
<exclude>**/.idea/**</exclude>
<exclude>**/build/**</exclude>
<exclude>**/*.iml</exclude>
Expand All @@ -34,5 +36,10 @@
<source>${project.basedir}/../si-template-projects/adapter/.settings/org.eclipse.jdt.core.prefs</source>
<outputDirectory>.settings</outputDirectory>
</file>
<file>
<source>${project.basedir}/../si-template-projects/adapter/gradlew</source>
<outputDirectory></outputDirectory>
<fileMode>0755</fileMode>
</file>
</files>
</assembly>
@@ -1,6 +1,6 @@
#Wed Apr 03 16:33:44 EDT 2013
#Thu Apr 18 22:56:20 EDT 2013
zipStorePath=wrapper/dists
distributionBase=GRADLE_USER_HOME
distributionUrl=http\://services.gradle.org/distributions/gradle-1.5-bin.zip
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.5-bin.zip

0 comments on commit 788d939

Please sign in to comment.