jsweet/pom.xml
Christian Kohlschütter 8bad5285f5 Revert "Remove file-visitor and typescript.java-ts.core modules"
This reverts commit 1ce849d78f0ad7f2af6a719d5af7219467fbfaf0.
2023-10-10 15:41:03 +02:00

22 lines
741 B
XML

<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.jsweet</groupId>
<artifactId>jsweet-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
<jsweet.parent.dir>${project.basedir}</jsweet.parent.dir>
</properties>
<modules>
<module>file-visitor</module>
<module>typescript.java-ts.core</module>
<module>core-lib/es5</module>
<module>core-lib/es6</module>
<module>candy-generator</module>
<module>transpiler</module>
</modules>
</project>