Skip to content

Commit

Permalink
Restore FatJarExportTests back to original
Browse files Browse the repository at this point in the history
  • Loading branch information
jjohnstn committed Sep 26, 2024
1 parent f75f163 commit 92a33eb
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
import java.io.File;
import java.io.FileInputStream;
import java.io.InputStream;
import java.util.Map;
import java.util.zip.ZipEntry;
import java.util.zip.ZipFile;

Expand Down Expand Up @@ -79,7 +78,6 @@
import org.eclipse.jdt.core.IPackageFragmentRoot;
import org.eclipse.jdt.core.JavaCore;

import org.eclipse.jdt.internal.corext.util.JavaModelUtil;
import org.eclipse.jdt.internal.junit.util.XmlProcessorFactoryJdtJunit;

import org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants;
Expand Down Expand Up @@ -126,12 +124,6 @@ public static void setUpTest() {
public void setUp() throws Exception {
fProject= pts.getProject();

Map<String, String> options= fProject.getOptions(false);
String compliance= JavaCore.VERSION_1_8;
JavaModelUtil.setComplianceOptions(options, compliance);
JavaModelUtil.setDefaultClassfileOptions(options, compliance); // complete compliance options
fProject.setOptions(options);

fMainRoot= JavaProjectHelper.addSourceContainer(fProject, "src"); //$NON-NLS-1$
IPackageFragment fragment= fMainRoot.createPackageFragment("org.eclipse.jdt.ui.test", true, null); //$NON-NLS-1$
String str = """
Expand Down

0 comments on commit 92a33eb

Please sign in to comment.