Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Commit

Permalink
About 84% sure this fixes the build.
Browse files Browse the repository at this point in the history
Signed-off-by: Anna Wojtowicz<wojtowicza@ornl.gov>
  • Loading branch information
Anna Wojtowicz committed Mar 5, 2015
1 parent 8ae04ef commit adf1ee8
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
import java.io.InputStreamReader;
import java.io.File;
import java.net.URI;
import java.net.URISyntaxException;
import java.util.ArrayList;

import javax.xml.bind.JAXBException;
Expand All @@ -31,9 +30,8 @@
import org.eclipse.ice.datastructures.form.DataComponent;
import org.eclipse.ice.datastructures.form.Entry;
import org.eclipse.ice.datastructures.form.Form;
import org.eclipse.ice.item.Item;
import org.eclipse.ice.datastructures.form.ResourceComponent;
import org.eclipse.ice.item.jobLauncher.JobLauncher;
import org.eclipse.ice.item.jobLauncher.JobLauncherForm;
import org.eclipse.ice.item.jobprofile.JobProfile;
import org.eclipse.core.resources.IFile;
import org.eclipse.core.resources.IProject;
Expand Down Expand Up @@ -160,6 +158,7 @@ public void checkProfileWriting() throws NullPointerException, JAXBException, IO
ICEJAXBHandler xmlHandler = new ICEJAXBHandler();
ArrayList<Class> classList = new ArrayList<Class>();
classList.add(JobLauncher.class);
classList.add(ResourceComponent.class);
launcher = (JobLauncher) xmlHandler.read(classList, inputStream);

// check contents of JobLauncher (item portion). Should be default
Expand Down

0 comments on commit adf1ee8

Please sign in to comment.