|
Added
Link Here
|
| 1 |
/** |
| 2 |
* @author jayaprakash |
| 3 |
* |
| 4 |
*/ |
| 5 |
module eclipse.jdt.ui { |
| 6 |
exports org.eclipse.jdt.internal.corexts; |
| 7 |
exports org.eclipse.jdt.internal.corext.buildpath; |
| 8 |
exports org.eclipse.jdt.internal.corext.callhierarchy; |
| 9 |
exports org.eclipse.jdt.internal.corext.codemanipulation; |
| 10 |
exports org.eclipse.jdt.internal.corext.codemanipulation.tostringgeneration; |
| 11 |
exports org.eclipse.jdt.internal.corext.dom; |
| 12 |
exports org.eclipse.jdt.internal.corext.dom.fragments; |
| 13 |
exports org.eclipse.jdt.internal.corext.fix; |
| 14 |
exports org.eclipse.jdt.internal.corext.javadoc; |
| 15 |
exports org.eclipse.jdt.internal.corext.refactoring; |
| 16 |
exports org.eclipse.jdt.internal.corext.refactoring.base; |
| 17 |
exports org.eclipse.jdt.internal.corext.refactoring.binary; |
| 18 |
exports org.eclipse.jdt.internal.corext.refactoring.changes; |
| 19 |
exports org.eclipse.jdt.internal.corext.refactoring.code; |
| 20 |
exports org.eclipse.jdt.internal.corext.refactoring.code.flow; |
| 21 |
exports org.eclipse.jdt.internal.corext.refactoring.delegates; |
| 22 |
exports org.eclipse.jdt.internal.corext.refactoring.generics; |
| 23 |
exports org.eclipse.jdt.internal.corext.refactoring.nls; |
| 24 |
exports org.eclipse.jdt.internal.corext.refactoring.nls.changes; |
| 25 |
exports org.eclipse.jdt.internal.corext.refactoring.participants; |
| 26 |
exports org.eclipse.jdt.internal.corext.refactoring.rename; |
| 27 |
exports org.eclipse.jdt.internal.corext.refactoring.reorg; |
| 28 |
exports org.eclipse.jdt.internal.corext.refactoring.scripting; |
| 29 |
exports org.eclipse.jdt.internal.corext.refactoring.sef; |
| 30 |
exports org.eclipse.jdt.internal.corext.refactoring.structure; |
| 31 |
exports org.eclipse.jdt.internal.corext.refactoring.structure.constraints; |
| 32 |
exports org.eclipse.jdt.internal.corext.refactoring.surround; |
| 33 |
exports org.eclipse.jdt.internal.corext.refactoring.tagging; |
| 34 |
exports org.eclipse.jdt.internal.corext.refactoring.typeconstraints; |
| 35 |
exports org.eclipse.jdt.internal.corext.refactoring.typeconstraints.types; |
| 36 |
exports org.eclipse.jdt.internal.corext.refactoring.typeconstraints.typesets; |
| 37 |
exports org.eclipse.jdt.internal.corext.refactoring.typeconstraints2; |
| 38 |
exports org.eclipse.jdt.internal.corext.refactoring.util; |
| 39 |
exports org.eclipse.jdt.internal.corext.template.java; |
| 40 |
exports org.eclipse.jdt.internal.corext.util; |
| 41 |
exports org.eclipse.jdt.internal.jarinjarloader; |
| 42 |
exports org.eclipse.jdt.internal.ui; |
| 43 |
exports org.eclipse.jdt.internal.ui.actions; |
| 44 |
exports org.eclipse.jdt.internal.ui.browsing; |
| 45 |
exports org.eclipse.jdt.internal.ui.callhierarchy; |
| 46 |
exports org.eclipse.jdt.internal.ui.commands; |
| 47 |
exports org.eclipse.jdt.internal.ui.compare; |
| 48 |
exports org.eclipse.jdt.internal.ui.dialogs; |
| 49 |
exports org.eclipse.jdt.internal.ui.dnd; |
| 50 |
exports org.eclipse.jdt.internal.ui.filters; |
| 51 |
exports org.eclipse.jdt.internal.ui.fix; |
| 52 |
exports org.eclipse.jdt.internal.ui.infoviews; |
| 53 |
exports org.eclipse.jdt.internal.ui.jarimport; |
| 54 |
exports org.eclipse.jdt.internal.ui.jarpackager; |
| 55 |
exports org.eclipse.jdt.internal.ui.jarpackagerfat; |
| 56 |
exports org.eclipse.jdt.internal.ui.javadocexport; |
| 57 |
exports org.eclipse.jdt.internal.ui.javaeditor; |
| 58 |
exports org.eclipse.jdt.internal.ui.javaeditor.breadcrumb; |
| 59 |
exports org.eclipse.jdt.internal.ui.javaeditor.saveparticipant; |
| 60 |
exports org.eclipse.jdt.internal.ui.javaeditor.selectionactions; |
| 61 |
exports org.eclipse.jdt.internal.ui.model; |
| 62 |
exports org.eclipse.jdt.internal.ui.navigator; |
| 63 |
exports org.eclipse.jdt.internal.ui.packageview; |
| 64 |
exports org.eclipse.jdt.internal.ui.preferences; |
| 65 |
exports org.eclipse.jdt.internal.ui.preferences.cleanup; |
| 66 |
exports org.eclipse.jdt.internal.ui.preferences.formatter; |
| 67 |
exports org.eclipse.jdt.internal.ui.propertiesfileeditor; |
| 68 |
exports org.eclipse.jdt.internal.ui.refactoring; |
| 69 |
exports org.eclipse.jdt.internal.ui.refactoring.actions; |
| 70 |
exports org.eclipse.jdt.internal.ui.refactoring.binary; |
| 71 |
exports org.eclipse.jdt.internal.ui.refactoring.code; |
| 72 |
exports org.eclipse.jdt.internal.ui.refactoring.contentassist; |
| 73 |
exports org.eclipse.jdt.internal.ui.refactoring.nls; |
| 74 |
exports org.eclipse.jdt.internal.ui.refactoring.nls.search; |
| 75 |
exports org.eclipse.jdt.internal.ui.refactoring.reorg; |
| 76 |
exports org.eclipse.jdt.internal.ui.refactoring.sef; |
| 77 |
exports org.eclipse.jdt.internal.ui.search; |
| 78 |
exports org.eclipse.jdt.internal.ui.text; |
| 79 |
exports org.eclipse.jdt.internal.ui.text.correction; |
| 80 |
exports org.eclipse.jdt.internal.ui.text.correction.proposals; |
| 81 |
exports org.eclipse.jdt.internal.ui.text.folding; |
| 82 |
exports org.eclipse.jdt.internal.ui.text.java; |
| 83 |
exports org.eclipse.jdt.internal.ui.text.java.hover; |
| 84 |
exports org.eclipse.jdt.internal.ui.text.javadoc; |
| 85 |
exports org.eclipse.jdt.internal.ui.text.spelling; |
| 86 |
exports org.eclipse.jdt.internal.ui.text.spelling.engine; |
| 87 |
exports org.eclipse.jdt.internal.ui.text.template.contentassist; |
| 88 |
exports org.eclipse.jdt.internal.ui.text.template.preferences; |
| 89 |
exports org.eclipse.jdt.internal.ui.typehierarchy; |
| 90 |
exports org.eclipse.jdt.internal.ui.util; |
| 91 |
exports org.eclipse.jdt.internal.ui.viewsupport; |
| 92 |
exports org.eclipse.jdt.internal.ui.wizards; |
| 93 |
exports org.eclipse.jdt.internal.ui.wizards.buildpaths; |
| 94 |
exports org.eclipse.jdt.internal.ui.wizards.buildpaths.newsourcepage; |
| 95 |
exports org.eclipse.jdt.internal.ui.wizards.dialogfields; |
| 96 |
exports org.eclipse.jdt.internal.ui.workingsets; |
| 97 |
exports org.eclipse.jdt.ui; |
| 98 |
exports org.eclipse.jdt.ui.actions; |
| 99 |
exports org.eclipse.jdt.ui.cleanup; |
| 100 |
exports org.eclipse.jdt.ui.dialogs; |
| 101 |
exports org.eclipse.jdt.ui.jarpackager; |
| 102 |
exports org.eclipse.jdt.ui.refactoring; |
| 103 |
exports org.eclipse.jdt.ui.search; |
| 104 |
exports org.eclipse.jdt.ui.text; |
| 105 |
exports org.eclipse.jdt.ui.text.folding; |
| 106 |
exports org.eclipse.jdt.ui.text.java; |
| 107 |
exports org.eclipse.jdt.ui.text.java.correction; |
| 108 |
exports org.eclipse.jdt.ui.text.java.hover; |
| 109 |
exports org.eclipse.jdt.ui.wizards; |
| 110 |
|
| 111 |
requires java.base; |
| 112 |
requires java.xml; |
| 113 |
} |