A number of testing and 3D related changes. Some very minor packaging. Note: there are issues with the changes in GEF3D that break AGF. Looking into that now.
diff --git a/org.eclipse.amp.amf/examples/org.eclipse.amp.amf.examples.repast/WikiExample.rs/repast.simphony.data.engine.DefaultDataGathererDescriptorAction_individual.xml b/org.eclipse.amp.amf/examples/org.eclipse.amp.amf.examples.repast/WikiExample.rs/repast.simphony.data.engine.DefaultDataGathererDescriptorAction_individual.xml
new file mode 100644
index 0000000..154c849
--- /dev/null
+++ b/org.eclipse.amp.amf/examples/org.eclipse.amp.amf.examples.repast/WikiExample.rs/repast.simphony.data.engine.DefaultDataGathererDescriptorAction_individual.xml
@@ -0,0 +1,45 @@
+<repast.simphony.data.engine.DefaultDataGathererDescriptor>
+ <dataSetId class="string">wikiExampleSet</dataSetId>
+ <scheduleParameters>
+ <start>1.0</start>
+ <interval>1.0</interval>
+ <priority>-Infinity</priority>
+ <duration>-1.0</duration>
+ <frequency>REPEAT</frequency>
+ </scheduleParameters>
+ <dataMappingContainer class="repast.simphony.data.logging.gather.DefaultDataMappingContainer">
+ <nameMappingTable/>
+ <mappingNameTable/>
+ </dataMappingContainer>
+ <aggregateContainer class="repast.simphony.data.logging.gather.DefaultAggregateDataMappingContainer">
+ <nameMappingTable>
+ <entry>
+ <string>Tick</string>
+ <repast.simphony.data.logging.gather.DefaultTimeDataMapping/>
+ </entry>
+ <entry>
+ <string>Individual Count</string>
+ <repast.simphony.data.logging.gather.aggregate.CountMapping>
+ <type>Count</type>
+ </repast.simphony.data.logging.gather.aggregate.CountMapping>
+ </entry>
+
+ </nameMappingTable>
+ <mappingNameTable>
+ <entry>
+ <repast.simphony.data.logging.gather.aggregate.CountMapping reference="../../../nameMappingTable/entry[2]/repast.simphony.data.logging.gather.aggregate.CountMapping"/>
+ <string>Individual Count</string>
+ </entry>
+
+
+ <entry>
+ <repast.simphony.data.logging.gather.DefaultTimeDataMapping reference="../../../nameMappingTable/entry/repast.simphony.data.logging.gather.DefaultTimeDataMapping"/>
+ <string>Tick</string>
+ </entry>
+ </mappingNameTable>
+ <alternatedNameTable/>
+ <nameAlternatedTable/>
+ </aggregateContainer>
+ <agentClass>org.eclipse.amp.amf.examples.escape.Individual</agentClass>
+ <name>WikiExample Data Set</name>
+</repast.simphony.data.engine.DefaultDataGathererDescriptor>
\ No newline at end of file