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

Commit

Permalink
Merge remote-tracking branch 'origin/master' into jay/reflectivity
Browse files Browse the repository at this point in the history
Conflicts:
	src/org.eclipse.ice.client.widgets/src/org/eclipse/ice/client/widgets/ICEResourcePage.java
	tests/org.eclipse.ice.datastructures.test/src/org/eclipse/ice/datastructures/test/ListComponentTester.java

Signed-off-by: Jay Jay Billings <billingsjj@ornl.gov>
  • Loading branch information
Jay Jay Billings committed Mar 8, 2015
2 parents c83c40f + adf1ee8 commit f0d20a7
Show file tree
Hide file tree
Showing 41 changed files with 1,964 additions and 2,823 deletions.
1 change: 1 addition & 0 deletions src/org.eclipse.ice.client.widgets/META-INF/MANIFEST.MF
Expand Up @@ -11,6 +11,7 @@ Require-Bundle: org.eclipse.ice.datastructures;bundle-version="2.0.0",
Import-Package: com.jme3.app,
org.eclipse.core.commands.common,
org.eclipse.core.expressions,
org.eclipse.core.filesystem,
org.eclipse.core.resources,
org.eclipse.core.runtime;version="3.4.0",
org.eclipse.core.runtime.jobs,
Expand Down
Expand Up @@ -943,7 +943,7 @@ protected ArrayList<ICEFormPage> createDataTableAndMatrixComponentPages() {
// Add the page to the list
sectionPages.add(tmpPage);
}
System.out.println(i + numCompsPerPage);

// Clean up the left over components by just adding them to
// their own page.
if (i != comps.size()) {
Expand Down

0 comments on commit f0d20a7

Please sign in to comment.