diff options
author | Ugnich Anton | 2013-08-14 09:21:47 +0700 |
---|---|---|
committer | Ugnich Anton | 2013-08-14 09:21:47 +0700 |
commit | 2a8c4f613f397619c563fbb74c04e39074d6e98e (patch) | |
tree | 233015f82f5766515fe9aeeeb07605bcf9ef217a /nbproject/build-impl.xml | |
parent | db2d48c068715c2841fd60b955c98580236c400d (diff) |
RFC 6455
Diffstat (limited to 'nbproject/build-impl.xml')
-rw-r--r-- | nbproject/build-impl.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/nbproject/build-impl.xml b/nbproject/build-impl.xml index d38c01df..06162daf 100644 --- a/nbproject/build-impl.xml +++ b/nbproject/build-impl.xml @@ -578,6 +578,13 @@ is divided into following sections: </antcall> <antcall target="-maybe-call-dep"> <param name="call.built.properties" value="${built-jar.properties}"/> + <param location="${project.com_juick_json}" name="call.subproject"/> + <param location="${project.com_juick_json}/build.xml" name="call.script"/> + <param name="call.target" value="jar"/> + <param name="transfer.built-jar.properties" value="${built-jar.properties}"/> + </antcall> + <antcall target="-maybe-call-dep"> + <param name="call.built.properties" value="${built-jar.properties}"/> <param location="${project.com_juick_server}" name="call.subproject"/> <param location="${project.com_juick_server}/build.xml" name="call.script"/> <param name="call.target" value="jar"/> @@ -1033,6 +1040,13 @@ is divided into following sections: </antcall> <antcall target="-maybe-call-dep"> <param name="call.built.properties" value="${built-clean.properties}"/> + <param location="${project.com_juick_json}" name="call.subproject"/> + <param location="${project.com_juick_json}/build.xml" name="call.script"/> + <param name="call.target" value="clean"/> + <param name="transfer.built-clean.properties" value="${built-clean.properties}"/> + </antcall> + <antcall target="-maybe-call-dep"> + <param name="call.built.properties" value="${built-clean.properties}"/> <param location="${project.com_juick_server}" name="call.subproject"/> <param location="${project.com_juick_server}/build.xml" name="call.script"/> <param name="call.target" value="clean"/> |