We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd02845 commit ef46ed5Copy full SHA for ef46ed5
2 files changed
.gitignore
@@ -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
@@ -32,6 +32,7 @@
32
<project name="NextApp_Echo_3_Extras" default="dist" basedir=".">
33
34
<property environment="env"/>
35
+ <property file="custom-ant.properties"/>
36
<property file="ant.properties"/>
37
38
<patternset id="fileset.resources">
0 commit comments