Browse Source

Chmod the release script as executable

tags/v1.3.0
James Moger 11 years ago
parent
commit
56fa90b17a
2 changed files with 17 additions and 14 deletions
  1. 16
    14
      .gitignore
  2. 1
    0
      build.xml

+ 16
- 14
.gitignore View File

@@ -1,14 +1,16 @@
/bin
/build
/doclava
/ext
/javadoc
/site
/*.zip
/*.jar
/build.properties
/derby.log
/performance.txt
/performance_db.txt
/performance_sql.txt
/testdbs
/bin
/build
/doclava
/ext
/javadoc
/site
/*.zip
/*.jar
/build.properties
/derby.log
/performance.txt
/performance_db.txt
/performance_sql.txt
/testdbs
/*.sh
/*.ps1

+ 1
- 0
build.xml View File

@@ -283,6 +283,7 @@
<filter token="project.tag" value="${project.tag}" />
</filterset>
</copy>
<chmod file="${recipe}" perm="ugo+rx" />
<!-- next cycle -->
<mx:version stage="snapshot" incrementNumber="minor" dryrun="${dryrun}" />

Loading…
Cancel
Save