Skip to content

Commit

Permalink
migrate to macos aarch64 and jakarta.inject
Browse files Browse the repository at this point in the history
  • Loading branch information
opcoach committed Feb 24, 2024
1 parent a2750bc commit b29f957
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@

package com.opcoach.e4.preferences;

import jakarta.inject.Inject;

import org.eclipse.e4.core.contexts.IEclipseContext;
import org.eclipse.e4.core.di.annotations.Optional;
import org.eclipse.jface.preference.PreferenceManager;

import com.opcoach.e4.preferences.internal.E4PrefManager;
import com.opcoach.e4.preferences.internal.E4PreferenceRegistry;

import jakarta.inject.Inject;

/** This addon is used to ensure that current PreferenceManager in the context is updated with both :
*
* - pure e4 preference pages
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<environment>
<os>linux</os>
<ws>gtk</ws>
<arch>x86_64</arch>
<arch>aarch64</arch>
</environment>
<environment>
<os>win32</os>
Expand Down

0 comments on commit b29f957

Please sign in to comment.