Skip to content

Commit

Permalink
[WFCORE-6887] Introducing new phase STRUCTURE_NAMING_JDK_DEPENDENCIES
Browse files Browse the repository at this point in the history
  • Loading branch information
ropalka committed Jul 8, 2024
1 parent d2a7ba4 commit dfc7988
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ public AttachmentKey<?> getPhaseKey() {
public static final int STRUCTURE_GLOBAL_MODULES = 0x1E00;
public static final int STRUCTURE_GLOBAL_DIRECTORIES = 0x1E01;
public static final int STRUCTURE_NAMING_EXTERNAL_CONTEXTS = 0x1F00;
public static final int STRUCTURE_NAMING_JDK_DEPENDENCIES = 0x1F01;
public static final int STRUCTURE_GLOBAL_REQUEST_CONTROLLER = 0x2000;
public static final int STRUCTURE_WS_SERVICES_DEPS = 0x2100;
public static final int STRUCTURE_DEPENDENCIES_MANIFEST = 0x2200;
Expand Down

0 comments on commit dfc7988

Please sign in to comment.