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 Aug 23, 2021
1 parent 914f2da commit 251e9ba
Show file tree
Hide file tree
Showing 83 changed files with 212 additions and 6,481 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 251e9ba

Please sign in to comment.