Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
java-nginx-upload-processor
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
13fa10e8
authored
2014-01-29 10:25:31 -0600
by
Ean Schuessler
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'BFP-1928' of /home/git/repositories/brainfood/java-nginx-upload-processor
2 parents
6bf53f68
78462bce
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
1 deletions
build.xml
build.xml
View file @
13fa10e
...
...
@@ -19,7 +19,20 @@ under the License.
-->
<project
name=
"nginx-uploader"
default=
"jar"
basedir=
"."
>
<property
name=
"ofbiz.home.dir"
value=
"../ofbiz"
/>
<first
id=
"possible.ofbiz.home.common.xml"
>
<resources>
<fileset
dir=
".."
>
<include
name=
"ofbiz/common.xml"
/>
</fileset>
<fileset
dir=
"/"
>
<include
name=
"srv/ofbiz-upstream/common.xml"
/>
<include
name=
"opt/ofbiz-upstream/common.xml"
/>
<include
name=
"job/ofbiz-upstream/common.xml"
/>
</fileset>
</resources>
</first>
<dirname
property=
"possible.ofbiz.home.dir"
file=
"${toString:possible.ofbiz.home.common.xml}"
/>
<property
name=
"ofbiz.home.dir"
value=
"${possible.ofbiz.home.dir}"
/>
<import
file=
"${ofbiz.home.dir}/common.xml"
/>
<!-- ================================================================== -->
...
...
Please
register
or
sign in
to post a comment