Skip to content

Commit

Permalink
Merge pull request #6061 from ropalka/WFCORE-6887
Browse files Browse the repository at this point in the history
[WFCORE-6887] Introducing new phase STRUCTURE_NAMING_JDK_DEPENDENCIES
  • Loading branch information
yersan authored Jul 12, 2024
2 parents f43b394 + eebab5e commit 033a336
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 = 0x1FF0;
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 033a336

Please sign in to comment.