Skip to content

Commit ef46ed5

Browse files
committed
Configurable build properties via unversioned "custom-ant.properties".
1 parent bd02845 commit ef46ed5

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
lib
2+
dist
3+
build
4+
custom-ant.properties
5+
.idea/workspace.xml
6+
.idea/misc.xml
7+
.idea/vcs.xml
8+
.idea/uiDesigner.xml
9+
.idea/copyright
10+
.idea/scopes
11+
.idea/inspectionProfiles

build.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
<project name="NextApp_Echo_3_Extras" default="dist" basedir=".">
3333

3434
<property environment="env"/>
35+
<property file="custom-ant.properties"/>
3536
<property file="ant.properties"/>
3637

3738
<patternset id="fileset.resources">

0 commit comments

Comments
 (0)