This repository was archived by the owner on Oct 19, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpom.xml
More file actions
43 lines (39 loc) · 1.39 KB
/
pom.xml
File metadata and controls
43 lines (39 loc) · 1.39 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>uk.ac.diamond</groupId>
<artifactId>dawn-third</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<parent>
<groupId>uk.ac.diamond</groupId>
<artifactId>uk.ac.diamond.aggregator</artifactId>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../daq-aggregator</relativePath>
</parent>
<modules>
<!--
<module>ncsa.hdf.targetplatform</module>-->
<module>org.dawb.apache.feature</module>
<module>org.dawb.eclipse.feature</module>
<module>org.dawb.eclipse.nano.feature</module>
<module>org.dawb.jlchart</module>
<module>org.dawb.jmol</module>
<module>org.dawb.misc.feature</module>
<module>org.dawb.wst.feature</module>
<!--
<module>org.dawnsci.usagedata.feature</module>
<module>org.dawnsci.usagedata.gathering</module>
<module>org.dawnsci.usagedata.gathering.tests</module>
<module>org.dawnsci.usagedata.recording</module>
<module>org.dawnsci.usagedata.recording.tests</module>
<module>org.dawnsci.usagedata.tests</module>
<module>org.dawnsci.usagedata.tests.feature</module>
<module>org.dawnsci.usagedata.ui</module>
<module>org.dawnsci.usagedata.ui.tests</module>
-->
<module>org.freehep.j3d</module>
<module>org.monte.media</module>
</modules>
</project>