Skip to content

Commit

Permalink
Remove Eclipse code, Modularize projects
Browse files Browse the repository at this point in the history
  • Loading branch information
Ealrann committed Oct 13, 2020
1 parent d6e6eae commit a820b34
Show file tree
Hide file tree
Showing 83 changed files with 212 additions and 6,442 deletions.
9 changes: 9 additions & 0 deletions org.eclipse.emf.common/src/main/java/module-info.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
module org.eclipse.emf.common
{
exports org.eclipse.emf.common.command;
exports org.eclipse.emf.common.util;
exports org.eclipse.emf.common.notify;
exports org.eclipse.emf.common.notify.impl;
exports org.eclipse.emf.common;
exports org.eclipse.emf.common.archive;
}
Loading

0 comments on commit a820b34

Please sign in to comment.