Launchers are in separate directory structure model
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Sun, 28 Apr 2013 18:09:42 +0200
branchmodel
changeset 1039da9a1ac70910
parent 1038 2a1fcf43bc71
child 1042 33b2625bf03a
Launchers are in separate directory structure
pom.xml
     1.1 --- a/pom.xml	Sun Apr 28 17:03:18 2013 +0200
     1.2 +++ b/pom.xml	Sun Apr 28 18:09:42 2013 +0200
     1.3 @@ -21,6 +21,7 @@
     1.4      <module>javaquery</module>
     1.5      <module>benchmarks</module>
     1.6      <module>ide</module>
     1.7 +    <module>launcher</module>
     1.8      <module>rt</module>
     1.9    </modules>
    1.10    <licenses>
    1.11 @@ -256,4 +257,4 @@
    1.12          </dependency>
    1.13        </dependencies>
    1.14    </dependencyManagement>
    1.15 -</project>
    1.16 \ No newline at end of file
    1.17 +</project>