Revision b27e892a4472796ece8f32afc354cfcb4fb46744 authored by Robert Smith on 04 November 2015, 22:54:04 UTC, committed by Robert Smith on 04 November 2015, 22:54:04 UTC
Fixed a bug where the Job Profile Editor would have duplicate widgets
for the same option by having DataComponentComposites check to see if an
Entry is already rendered before attempting to render it.

Signed-off-by: Robert Smith <SmithRW@ornl.gov>
1 parent 24e2d18
Raw File
pom.xml
<?xml version="1.0" encoding="UTF-8"?>
<project
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
	xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<modelVersion>4.0.0</modelVersion>
	<parent>
		<groupId>ICE</groupId>
		<artifactId>org.eclipse.ice.build</artifactId>
		<version>2.1.7.20150825</version>
		<relativePath>../${pom-filename}</relativePath>
	</parent>
	<groupId>ICE</groupId>
	<artifactId>org.eclipse.ice.client.widgets</artifactId>
	<packaging>eclipse-plugin</packaging>
</project>
back to top