Skip to content

Commit

Permalink
Merge javaparser-metamodel with javaparser-core
Browse files Browse the repository at this point in the history
  • Loading branch information
matozoid committed Feb 10, 2017
1 parent 814f3f2 commit e6c32c3
Show file tree
Hide file tree
Showing 104 changed files with 1 addition and 34 deletions.
Expand Up @@ -140,7 +140,7 @@ public static void main(String[] args) throws IOException, NoSuchMethodException
if (args.length != 1) {
throw new RuntimeException("Need 1 parameter: the JavaParser source checkout root directory.");
}
final Path root = Paths.get(args[0], "..", "javaparser-metamodel", "src", "main", "java");
final Path root = Paths.get(args[0], "..", "javaparser-core", "src", "main", "java");
final SourceRoot sourceRoot = new SourceRoot(root);

new MetaModelGenerator().run(sourceRoot);
Expand Down
32 changes: 0 additions & 32 deletions javaparser-metamodel/pom.xml

This file was deleted.

1 change: 0 additions & 1 deletion pom.xml
Expand Up @@ -5,7 +5,6 @@
<module>javaparser-testing</module>
<module>javaparser-core-generators</module>
<module>javaparser-metamodel-generator</module>
<module>javaparser-metamodel</module>
</modules>

<groupId>com.github.javaparser</groupId>
Expand Down

0 comments on commit e6c32c3

Please sign in to comment.