forked from xml3d/xml3d.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.xml
More file actions
22 lines (19 loc) · 715 Bytes
/
Copy pathbuild.xml
File metadata and controls
22 lines (19 loc) · 715 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<project name="xml3d-contrib-module" default="concat" basedir=".">
<description>
All external libraries
</description>
<import file="../../build/build-master.xml" />
<filelist dir="." id="sourceFiles">
<file name="./base.js" />
<file name="./glu.js" />
<file name="./glMatrix.js" />
<file name="./stacktrace-0.4.js"/>
<file name="./EventDispatcher.js"/>
<file name="./state-machine.js"/>
<file name="./perlin-noise-simplex.js"/>
</filelist>
<target name="concat">
<concat-module name="${ant.project.name}" path="${build.path}" sources="sourceFiles"/>
</target>
</project>