Skip to content

Commit 54d294a

Browse files
committed
Ignoring properties from parent project.
1 parent ca38b66 commit 54d294a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ src/doc/lib/menu
44
src/doc/lib/plugins
55
src/doc/lib/widgets
66
src/doc/lib/util.rst
7-
build/gxp
7+
build/

build.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project name="gxp" default="dist" basedir=".">
2+
<project name="gxp" default="dist">
33

44
<description>
55
GXP Build File
@@ -24,7 +24,7 @@
2424
</exec>
2525

2626
<echo message="building ringo jars"/>
27-
<ant dir="${build}/ringo" target="jar"/>
27+
<ant dir="${build}/ringo" target="jar" inheritAll="false"/>
2828

2929
<echo message="pulling in buildkit (ignore fatal warning)"/>
3030
<mkdir dir="${build}/buildkit"/>

0 commit comments

Comments
 (0)