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 Jul 13, 2023
1 parent 4499cfe commit 55c9c17
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 55c9c17

Please sign in to comment.