This repository was archived by the owner on Jul 23, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpom.xml
executable file
·32 lines (32 loc) · 1.57 KB
/
pom.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.juliacomputing</groupId>
<artifactId>jldt.eclipse</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<licenses>
<license>
<name>The MIT License (MIT)</name>
<url>https://opensource.org/licenses/MIT</url>
</license>
</licenses>
<modules>
<module>com.juliacomputing.jldt.kernel</module>
<module>com.juliacomputing.jldt.kernel.api</module>
<module>com.juliacomputing.jldt.build</module>
<module>com.juliacomputing.jldt.parent</module>
<module>plugins/com.juliacomputing.jldt.eclipse.core</module>
<module>plugins/com.juliacomputing.jldt.eclipse.launch</module>
<module>plugins/com.juliacomputing.jldt.eclipse.ui.console</module>
<module>plugins/com.juliacomputing.jldt.eclipse.ui</module>
<module>plugins/com.juliacomputing.jldt.eclipse.ui.formatter</module>
<module>plugins/com.juliacomputing.jldt.eclipse.ui.editor</module>
<module>plugins/com.juliacomputing.jldt.eclipse.ui.launch</module>
<module>plugins/com.juliacomputing.jldt.eclipse.parser</module>
<module>features/com.juliacomputing.jldt.eclipse</module>
<module>com.juliacomputing.jldt.eclipse.repository</module>
</modules>
</project>