File: _shared.ant-ent.xml

package info (click to toggle)
libgroboutils-java 5-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 8,496 kB
  • sloc: java: 59,880; xml: 12,762; sh: 377; perl: 104; makefile: 20
file content (25 lines) | stat: -rw-r--r-- 757 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!-- ANT entity include/definition for the _shared files in all projects -->


<!-- Include and execute these from sub-directories -->
<!ENTITY % ent._shared.3rdparty SYSTEM "3rdparty/3rdparty.ant-ent.xml">
%ent._shared.3rdparty;

<!ENTITY % ent._shared.license SYSTEM "license/license.ant-ent.xml">
%ent._shared.license;

<!ENTITY % ent._shared.common-ant SYSTEM "common-ant/common-ant.ant-ent.xml">
%ent._shared.common-ant;

<!ENTITY % ent._shared.xdocs SYSTEM "xdocs/xdocs.ant-ent.xml">
%ent._shared.xdocs;

<!ENTITY % ent._shared.deployed SYSTEM "deployed/deployed.ant-ent.xml">
%ent._shared.deployed;

<!-- Define global entities from this directory
        * included in the XML root element
  -->
<!ENTITY inc._shared SYSTEM "_shared.ant-inc.xml">