mirror of https://github.com/sipwise/ngcp-csc.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
473 B
12 lines
473 B
<project basedir=".">
|
|
<!--
|
|
If framework.config.dir is already set, this next task will do nothing and
|
|
the original value will remain... but if framework.config.dir is not yet
|
|
defined, we are running in a workspace sans framework and so we need to go
|
|
directly to the plugin base from cmd.config.dir instead.
|
|
-->
|
|
<property name="framework.config.dir" value="${cmd.config.dir}"/>
|
|
|
|
<import file="${framework.config.dir}/plugin.xml"/>
|
|
</project>
|