Index: Application/Application.Ringtoets.Setup/Application.Ringtoets.Setup.wixproj
===================================================================
diff -u -r4d688bb446eb4508ff3b54b06baefbb71f60237a -r246fd51f300bc0e55d1c2043167387e70e80128c
--- Application/Application.Ringtoets.Setup/Application.Ringtoets.Setup.wixproj (.../Application.Ringtoets.Setup.wixproj) (revision 4d688bb446eb4508ff3b54b06baefbb71f60237a)
+++ Application/Application.Ringtoets.Setup/Application.Ringtoets.Setup.wixproj (.../Application.Ringtoets.Setup.wixproj) (revision 246fd51f300bc0e55d1c2043167387e70e80128c)
@@ -15,7 +15,7 @@
Environment Variable: BUILD_NUMBER
Field could be set by BuildServer. If not present, it will be skipped.
-->
- Ringtoets Setup %28%24%28ReleaseVersion%29%29
+ Ringtoets Setup ($(ReleaseVersion))
Ringtoets Setup ($(ReleaseVersion).$(BUILD_NUMBER))
Package
$(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets
@@ -57,7 +57,7 @@
-
+
@@ -81,7 +81,7 @@
-
+
Fisheye: Tag 246fd51f300bc0e55d1c2043167387e70e80128c refers to a dead (removed) revision in file `Application/Application.Ringtoets.Setup/Installer UI/RingtoetsUIVariables.wxl'.
Fisheye: No comparison available. Pass `N' to diff?
Fisheye: Tag 246fd51f300bc0e55d1c2043167387e70e80128c refers to a dead (removed) revision in file `Application/Application.Ringtoets.Setup/Installer UI/RingtoetsUI_Deltares.wxs'.
Fisheye: No comparison available. Pass `N' to diff?
Fisheye: Tag 4d688bb446eb4508ff3b54b06baefbb71f60237a refers to a dead (removed) revision in file `Application/Application.Ringtoets.Setup/Installer UI/WixUIVariables.wxl'.
Fisheye: No comparison available. Pass `N' to diff?
Fisheye: Tag 4d688bb446eb4508ff3b54b06baefbb71f60237a refers to a dead (removed) revision in file `Application/Application.Ringtoets.Setup/Installer UI/wixUI_Deltares.wxs'.
Fisheye: No comparison available. Pass `N' to diff?
Index: Core/Plugins/src/Core.Plugins.SharpMapGis.Gui/Forms/MapView.cs
===================================================================
diff -u -r433c616fe5bea47bcc0645eb61991623530e337e -r246fd51f300bc0e55d1c2043167387e70e80128c
--- Core/Plugins/src/Core.Plugins.SharpMapGis.Gui/Forms/MapView.cs (.../MapView.cs) (revision 433c616fe5bea47bcc0645eb61991623530e337e)
+++ Core/Plugins/src/Core.Plugins.SharpMapGis.Gui/Forms/MapView.cs (.../MapView.cs) (revision 246fd51f300bc0e55d1c2043167387e70e80128c)
@@ -55,7 +55,7 @@
// hide for now
IsTabControlVisible = false;
- // add some tools here, to avoid references to AssessmentSections in SharpMap
+ // add some tools here, to avoid references to Ringtoets projects in SharpMap
MapControl.Tools.Add(new ExportMapToImageMapTool());
Map = new Map(MapControl.ClientSize)
{
Fisheye: Tag 246fd51f300bc0e55d1c2043167387e70e80128c refers to a dead (removed) revision in file `Ringtoets/Piping/src/Ringtoets.Piping.Plugin/WtiRibbon.xaml'.
Fisheye: No comparison available. Pass `N' to diff?
Index: Ringtoets/Piping/test/Ringtoets.Piping.Plugin.Test/RingtoetsApplicationPluginTest.cs
===================================================================
diff -u -r433c616fe5bea47bcc0645eb61991623530e337e -r246fd51f300bc0e55d1c2043167387e70e80128c
--- Ringtoets/Piping/test/Ringtoets.Piping.Plugin.Test/RingtoetsApplicationPluginTest.cs (.../RingtoetsApplicationPluginTest.cs) (revision 433c616fe5bea47bcc0645eb61991623530e337e)
+++ Ringtoets/Piping/test/Ringtoets.Piping.Plugin.Test/RingtoetsApplicationPluginTest.cs (.../RingtoetsApplicationPluginTest.cs) (revision 246fd51f300bc0e55d1c2043167387e70e80128c)
@@ -33,14 +33,14 @@
// assert
Assert.AreEqual(1, dataItemDefinitions.Length);
- DataItemInfo projectDataItemDefinition = dataItemDefinitions.Single(did => did.ValueType == typeof(AssessmentSection));
- Assert.AreEqual(RingtoetsFormsResources.AssessmentSectionProperties_DisplayName, projectDataItemDefinition.Name);
- Assert.AreEqual(RingtoetsFormsResources.AssessmentSectionProperties_Category, projectDataItemDefinition.Category);
- Assert.AreEqual(16, projectDataItemDefinition.Image.Width);
- Assert.AreEqual(16, projectDataItemDefinition.Image.Height);
- Assert.IsNull(projectDataItemDefinition.AdditionalOwnerCheck);
- Assert.IsInstanceOf(projectDataItemDefinition.CreateData(null));
- Assert.IsNull(projectDataItemDefinition.AddExampleData);
+ DataItemInfo assessmentSectionDataItemDefinition = dataItemDefinitions.Single(did => did.ValueType == typeof(AssessmentSection));
+ Assert.AreEqual(RingtoetsFormsResources.AssessmentSectionProperties_DisplayName, assessmentSectionDataItemDefinition.Name);
+ Assert.AreEqual(RingtoetsFormsResources.AssessmentSectionProperties_Category, assessmentSectionDataItemDefinition.Category);
+ Assert.AreEqual(16, assessmentSectionDataItemDefinition.Image.Width);
+ Assert.AreEqual(16, assessmentSectionDataItemDefinition.Image.Height);
+ Assert.IsNull(assessmentSectionDataItemDefinition.AdditionalOwnerCheck);
+ Assert.IsInstanceOf(assessmentSectionDataItemDefinition.CreateData(null));
+ Assert.IsNull(assessmentSectionDataItemDefinition.AddExampleData);
}
[Test]
Index: doc/conventions/Complete Ringtoets parameterlijst Aquo.xlsx
===================================================================
diff -u -r4d688bb446eb4508ff3b54b06baefbb71f60237a -r246fd51f300bc0e55d1c2043167387e70e80128c
Binary files differ
Index: doc/conventions/Complete WTI parameterlijst Aquo.xlsx
===================================================================
diff -u -r4d688bb446eb4508ff3b54b06baefbb71f60237a -r246fd51f300bc0e55d1c2043167387e70e80128c
Binary files differ
Index: doc/prototype/html/bereken_piping.html
===================================================================
diff -u -r4d688bb446eb4508ff3b54b06baefbb71f60237a -r246fd51f300bc0e55d1c2043167387e70e80128c
--- doc/prototype/html/bereken_piping.html (.../bereken_piping.html) (revision 4d688bb446eb4508ff3b54b06baefbb71f60237a)
+++ doc/prototype/html/bereken_piping.html (.../bereken_piping.html) (revision 246fd51f300bc0e55d1c2043167387e70e80128c)
@@ -73,7 +73,7 @@
-
Ringtoets 2017
+
Ringtoets
@@ -82,7 +82,7 @@
-
Ringtoets 2017
+
Ringtoets
Index: doc/prototype/html/browse_door_boom.html
===================================================================
diff -u -r4d688bb446eb4508ff3b54b06baefbb71f60237a -r246fd51f300bc0e55d1c2043167387e70e80128c
--- doc/prototype/html/browse_door_boom.html (.../browse_door_boom.html) (revision 4d688bb446eb4508ff3b54b06baefbb71f60237a)
+++ doc/prototype/html/browse_door_boom.html (.../browse_door_boom.html) (revision 246fd51f300bc0e55d1c2043167387e70e80128c)
@@ -73,7 +73,7 @@
-
Ringtoets 2017
+
Ringtoets
@@ -82,7 +82,7 @@
-
Ringtoets 2017
+
Ringtoets
Index: doc/prototype/html/combineer_1d_profiel_en_dwarsdoorsnede.html
===================================================================
diff -u -r4d688bb446eb4508ff3b54b06baefbb71f60237a -r246fd51f300bc0e55d1c2043167387e70e80128c
--- doc/prototype/html/combineer_1d_profiel_en_dwarsdoorsnede.html (.../combineer_1d_profiel_en_dwarsdoorsnede.html) (revision 4d688bb446eb4508ff3b54b06baefbb71f60237a)
+++ doc/prototype/html/combineer_1d_profiel_en_dwarsdoorsnede.html (.../combineer_1d_profiel_en_dwarsdoorsnede.html) (revision 246fd51f300bc0e55d1c2043167387e70e80128c)
@@ -73,7 +73,7 @@
-
Ringtoets 2017
+
Ringtoets
@@ -82,7 +82,7 @@
-
Ringtoets 2017
+
Ringtoets
Index: doc/prototype/html/combineer_2d_profiel_en_dwarsdoorsnede.html
===================================================================
diff -u -r4d688bb446eb4508ff3b54b06baefbb71f60237a -r246fd51f300bc0e55d1c2043167387e70e80128c
--- doc/prototype/html/combineer_2d_profiel_en_dwarsdoorsnede.html (.../combineer_2d_profiel_en_dwarsdoorsnede.html) (revision 4d688bb446eb4508ff3b54b06baefbb71f60237a)
+++ doc/prototype/html/combineer_2d_profiel_en_dwarsdoorsnede.html (.../combineer_2d_profiel_en_dwarsdoorsnede.html) (revision 246fd51f300bc0e55d1c2043167387e70e80128c)
@@ -73,7 +73,7 @@
-
Ringtoets 2017
+
Ringtoets
@@ -82,7 +82,7 @@
-
Ringtoets 2017
+
Ringtoets
Index: doc/prototype/html/dwarsdoorsnede_node_toevoegen.html
===================================================================
diff -u -r4d688bb446eb4508ff3b54b06baefbb71f60237a -r246fd51f300bc0e55d1c2043167387e70e80128c
--- doc/prototype/html/dwarsdoorsnede_node_toevoegen.html (.../dwarsdoorsnede_node_toevoegen.html) (revision 4d688bb446eb4508ff3b54b06baefbb71f60237a)
+++ doc/prototype/html/dwarsdoorsnede_node_toevoegen.html (.../dwarsdoorsnede_node_toevoegen.html) (revision 246fd51f300bc0e55d1c2043167387e70e80128c)
@@ -73,7 +73,7 @@
-
Ringtoets 2017
+
Ringtoets
@@ -82,7 +82,7 @@
-
Ringtoets 2017
+
Ringtoets
Index: doc/prototype/html/dwarsdoorsneden_klaar.html
===================================================================
diff -u -r4d688bb446eb4508ff3b54b06baefbb71f60237a -r246fd51f300bc0e55d1c2043167387e70e80128c
--- doc/prototype/html/dwarsdoorsneden_klaar.html (.../dwarsdoorsneden_klaar.html) (revision 4d688bb446eb4508ff3b54b06baefbb71f60237a)
+++ doc/prototype/html/dwarsdoorsneden_klaar.html (.../dwarsdoorsneden_klaar.html) (revision 246fd51f300bc0e55d1c2043167387e70e80128c)
@@ -73,7 +73,7 @@
-
Ringtoets 2017
+
Ringtoets
@@ -82,7 +82,7 @@
-
Ringtoets 2017
+
Ringtoets
Index: doc/prototype/html/grondprofielen_klaar.html
===================================================================
diff -u -r4d688bb446eb4508ff3b54b06baefbb71f60237a -r246fd51f300bc0e55d1c2043167387e70e80128c
--- doc/prototype/html/grondprofielen_klaar.html (.../grondprofielen_klaar.html) (revision 4d688bb446eb4508ff3b54b06baefbb71f60237a)
+++ doc/prototype/html/grondprofielen_klaar.html (.../grondprofielen_klaar.html) (revision 246fd51f300bc0e55d1c2043167387e70e80128c)
@@ -73,7 +73,7 @@
-
Ringtoets 2017
+
Ringtoets
@@ -82,7 +82,7 @@
-
Ringtoets 2017
+
Ringtoets
Index: doc/prototype/html/hernoem_piping_invoer_node.html
===================================================================
diff -u -r4d688bb446eb4508ff3b54b06baefbb71f60237a -r246fd51f300bc0e55d1c2043167387e70e80128c
--- doc/prototype/html/hernoem_piping_invoer_node.html (.../hernoem_piping_invoer_node.html) (revision 4d688bb446eb4508ff3b54b06baefbb71f60237a)
+++ doc/prototype/html/hernoem_piping_invoer_node.html (.../hernoem_piping_invoer_node.html) (revision 246fd51f300bc0e55d1c2043167387e70e80128c)
@@ -73,7 +73,7 @@
-
Ringtoets 2017
+
Ringtoets
@@ -82,7 +82,7 @@
-
Ringtoets 2017
+
Ringtoets
Index: doc/prototype/html/implementeer_classes.html
===================================================================
diff -u -r4d688bb446eb4508ff3b54b06baefbb71f60237a -r246fd51f300bc0e55d1c2043167387e70e80128c
--- doc/prototype/html/implementeer_classes.html (.../implementeer_classes.html) (revision 4d688bb446eb4508ff3b54b06baefbb71f60237a)
+++ doc/prototype/html/implementeer_classes.html (.../implementeer_classes.html) (revision 246fd51f300bc0e55d1c2043167387e70e80128c)
@@ -73,7 +73,7 @@
-
Ringtoets 2017
+
Ringtoets
@@ -82,7 +82,7 @@
-
Ringtoets 2017
+
Ringtoets
Index: doc/prototype/html/importeer_dwarsdoorsnedebestand_voor_piping.html
===================================================================
diff -u -r4d688bb446eb4508ff3b54b06baefbb71f60237a -r246fd51f300bc0e55d1c2043167387e70e80128c
--- doc/prototype/html/importeer_dwarsdoorsnedebestand_voor_piping.html (.../importeer_dwarsdoorsnedebestand_voor_piping.html) (revision 4d688bb446eb4508ff3b54b06baefbb71f60237a)
+++ doc/prototype/html/importeer_dwarsdoorsnedebestand_voor_piping.html (.../importeer_dwarsdoorsnedebestand_voor_piping.html) (revision 246fd51f300bc0e55d1c2043167387e70e80128c)
@@ -73,7 +73,7 @@
-
Ringtoets 2017
+
Ringtoets
@@ -82,7 +82,7 @@
-
Ringtoets 2017
+
Ringtoets
Index: doc/prototype/html/importeer_referentielijn_randvoowaardepunten.html
===================================================================
diff -u -r4d688bb446eb4508ff3b54b06baefbb71f60237a -r246fd51f300bc0e55d1c2043167387e70e80128c
--- doc/prototype/html/importeer_referentielijn_randvoowaardepunten.html (.../importeer_referentielijn_randvoowaardepunten.html) (revision 4d688bb446eb4508ff3b54b06baefbb71f60237a)
+++ doc/prototype/html/importeer_referentielijn_randvoowaardepunten.html (.../importeer_referentielijn_randvoowaardepunten.html) (revision 246fd51f300bc0e55d1c2043167387e70e80128c)
@@ -73,7 +73,7 @@
-
Ringtoets 2017
+
Ringtoets
@@ -82,7 +82,7 @@
-
Ringtoets 2017
+
Ringtoets
Index: doc/prototype/html/importeer_resultaten.html
===================================================================
diff -u -r4d688bb446eb4508ff3b54b06baefbb71f60237a -r246fd51f300bc0e55d1c2043167387e70e80128c
--- doc/prototype/html/importeer_resultaten.html (.../importeer_resultaten.html) (revision 4d688bb446eb4508ff3b54b06baefbb71f60237a)
+++ doc/prototype/html/importeer_resultaten.html (.../importeer_resultaten.html) (revision 246fd51f300bc0e55d1c2043167387e70e80128c)
@@ -73,7 +73,7 @@
-
Ringtoets 2017
+
Ringtoets
@@ -82,7 +82,7 @@
-
Ringtoets 2017
+
Ringtoets
Index: doc/prototype/html/importeer_soil_database.html
===================================================================
diff -u -r4d688bb446eb4508ff3b54b06baefbb71f60237a -r246fd51f300bc0e55d1c2043167387e70e80128c
--- doc/prototype/html/importeer_soil_database.html (.../importeer_soil_database.html) (revision 4d688bb446eb4508ff3b54b06baefbb71f60237a)
+++ doc/prototype/html/importeer_soil_database.html (.../importeer_soil_database.html) (revision 246fd51f300bc0e55d1c2043167387e70e80128c)
@@ -73,7 +73,7 @@
-
Ringtoets 2017
+
Ringtoets
@@ -82,7 +82,7 @@
-
Ringtoets 2017
+
Ringtoets
Index: doc/prototype/html/piping_toegevoegd.html
===================================================================
diff -u -r4d688bb446eb4508ff3b54b06baefbb71f60237a -r246fd51f300bc0e55d1c2043167387e70e80128c
--- doc/prototype/html/piping_toegevoegd.html (.../piping_toegevoegd.html) (revision 4d688bb446eb4508ff3b54b06baefbb71f60237a)
+++ doc/prototype/html/piping_toegevoegd.html (.../piping_toegevoegd.html) (revision 246fd51f300bc0e55d1c2043167387e70e80128c)
@@ -73,7 +73,7 @@
-
Ringtoets 2017
+
Ringtoets
@@ -82,7 +82,7 @@
-
Ringtoets 2017
+
Ringtoets
Index: doc/prototype/html/piping_voeg_berekeningen_toe.html
===================================================================
diff -u -r4d688bb446eb4508ff3b54b06baefbb71f60237a -r246fd51f300bc0e55d1c2043167387e70e80128c
--- doc/prototype/html/piping_voeg_berekeningen_toe.html (.../piping_voeg_berekeningen_toe.html) (revision 4d688bb446eb4508ff3b54b06baefbb71f60237a)
+++ doc/prototype/html/piping_voeg_berekeningen_toe.html (.../piping_voeg_berekeningen_toe.html) (revision 246fd51f300bc0e55d1c2043167387e70e80128c)
@@ -73,7 +73,7 @@
-
Ringtoets 2017
+
Ringtoets
@@ -82,7 +82,7 @@
-
Ringtoets 2017
+
Ringtoets
Index: doc/prototype/html/support_meerdere_berekeningen_vanuit_datamodel.html
===================================================================
diff -u -r4d688bb446eb4508ff3b54b06baefbb71f60237a -r246fd51f300bc0e55d1c2043167387e70e80128c
--- doc/prototype/html/support_meerdere_berekeningen_vanuit_datamodel.html (.../support_meerdere_berekeningen_vanuit_datamodel.html) (revision 4d688bb446eb4508ff3b54b06baefbb71f60237a)
+++ doc/prototype/html/support_meerdere_berekeningen_vanuit_datamodel.html (.../support_meerdere_berekeningen_vanuit_datamodel.html) (revision 246fd51f300bc0e55d1c2043167387e70e80128c)
@@ -73,7 +73,7 @@
-
Ringtoets 2017
+
Ringtoets
@@ -82,7 +82,7 @@
-
Ringtoets 2017
+
Ringtoets
Index: doc/prototype/html/toon_invoer_en_maak_het_wijzigbaar.html
===================================================================
diff -u -r4d688bb446eb4508ff3b54b06baefbb71f60237a -r246fd51f300bc0e55d1c2043167387e70e80128c
--- doc/prototype/html/toon_invoer_en_maak_het_wijzigbaar.html (.../toon_invoer_en_maak_het_wijzigbaar.html) (revision 4d688bb446eb4508ff3b54b06baefbb71f60237a)
+++ doc/prototype/html/toon_invoer_en_maak_het_wijzigbaar.html (.../toon_invoer_en_maak_het_wijzigbaar.html) (revision 246fd51f300bc0e55d1c2043167387e70e80128c)
@@ -73,7 +73,7 @@
-
Ringtoets 2017
+
Ringtoets
@@ -82,7 +82,7 @@
-
Ringtoets 2017
+
Ringtoets
Index: doc/prototype/html/valideer_referentielijn_randvoorwaardepunten.html
===================================================================
diff -u -r4d688bb446eb4508ff3b54b06baefbb71f60237a -r246fd51f300bc0e55d1c2043167387e70e80128c
--- doc/prototype/html/valideer_referentielijn_randvoorwaardepunten.html (.../valideer_referentielijn_randvoorwaardepunten.html) (revision 4d688bb446eb4508ff3b54b06baefbb71f60237a)
+++ doc/prototype/html/valideer_referentielijn_randvoorwaardepunten.html (.../valideer_referentielijn_randvoorwaardepunten.html) (revision 246fd51f300bc0e55d1c2043167387e70e80128c)
@@ -73,7 +73,7 @@
-
Ringtoets 2017
+
Ringtoets
@@ -82,7 +82,7 @@
-
Ringtoets 2017
+
Ringtoets
Index: doc/prototype/html/voeg_afgeleide_toe.html
===================================================================
diff -u -r4d688bb446eb4508ff3b54b06baefbb71f60237a -r246fd51f300bc0e55d1c2043167387e70e80128c
--- doc/prototype/html/voeg_afgeleide_toe.html (.../voeg_afgeleide_toe.html) (revision 4d688bb446eb4508ff3b54b06baefbb71f60237a)
+++ doc/prototype/html/voeg_afgeleide_toe.html (.../voeg_afgeleide_toe.html) (revision 246fd51f300bc0e55d1c2043167387e70e80128c)
@@ -73,7 +73,7 @@
-
Ringtoets 2017
+
Ringtoets
@@ -82,7 +82,7 @@
-
Ringtoets 2017
+
Ringtoets
Index: doc/prototype/html/voeg_macrostabiliteit_toe.html
===================================================================
diff -u -r766d6e195479ca28218c0e1e2c84982c8c300a76 -r246fd51f300bc0e55d1c2043167387e70e80128c
--- doc/prototype/html/voeg_macrostabiliteit_toe.html (.../voeg_macrostabiliteit_toe.html) (revision 766d6e195479ca28218c0e1e2c84982c8c300a76)
+++ doc/prototype/html/voeg_macrostabiliteit_toe.html (.../voeg_macrostabiliteit_toe.html) (revision 246fd51f300bc0e55d1c2043167387e70e80128c)
@@ -73,7 +73,7 @@
@@ -82,7 +82,7 @@
Index: doc/prototype/html/voeg_ondergrondprofielen_node_toe.html
===================================================================
diff -u -r4d688bb446eb4508ff3b54b06baefbb71f60237a -r246fd51f300bc0e55d1c2043167387e70e80128c
--- doc/prototype/html/voeg_ondergrondprofielen_node_toe.html (.../voeg_ondergrondprofielen_node_toe.html) (revision 4d688bb446eb4508ff3b54b06baefbb71f60237a)
+++ doc/prototype/html/voeg_ondergrondprofielen_node_toe.html (.../voeg_ondergrondprofielen_node_toe.html) (revision 246fd51f300bc0e55d1c2043167387e70e80128c)
@@ -73,7 +73,7 @@
-
Ringtoets 2017
+
Ringtoets
@@ -82,7 +82,7 @@
-
Ringtoets 2017
+
Ringtoets
Index: doc/prototype/html/voer_alle_berekeningen_voor_piping_uit.html
===================================================================
diff -u -r4d688bb446eb4508ff3b54b06baefbb71f60237a -r246fd51f300bc0e55d1c2043167387e70e80128c
--- doc/prototype/html/voer_alle_berekeningen_voor_piping_uit.html (.../voer_alle_berekeningen_voor_piping_uit.html) (revision 4d688bb446eb4508ff3b54b06baefbb71f60237a)
+++ doc/prototype/html/voer_alle_berekeningen_voor_piping_uit.html (.../voer_alle_berekeningen_voor_piping_uit.html) (revision 246fd51f300bc0e55d1c2043167387e70e80128c)
@@ -73,7 +73,7 @@
-
Ringtoets 2017
+
Ringtoets
@@ -82,7 +82,7 @@
-
Ringtoets 2017
+
Ringtoets
Index: doc/prototype/html/voer_berekening_uit.html
===================================================================
diff -u -r4d688bb446eb4508ff3b54b06baefbb71f60237a -r246fd51f300bc0e55d1c2043167387e70e80128c
--- doc/prototype/html/voer_berekening_uit.html (.../voer_berekening_uit.html) (revision 4d688bb446eb4508ff3b54b06baefbb71f60237a)
+++ doc/prototype/html/voer_berekening_uit.html (.../voer_berekening_uit.html) (revision 246fd51f300bc0e55d1c2043167387e70e80128c)
@@ -73,7 +73,7 @@
-
Ringtoets 2017
+
Ringtoets
@@ -82,7 +82,7 @@
-
Ringtoets 2017
+
Ringtoets
Index: doc/prototype/html/wijs_dwarsdoorsnede_toe_als_invoer.html
===================================================================
diff -u -r4d688bb446eb4508ff3b54b06baefbb71f60237a -r246fd51f300bc0e55d1c2043167387e70e80128c
--- doc/prototype/html/wijs_dwarsdoorsnede_toe_als_invoer.html (.../wijs_dwarsdoorsnede_toe_als_invoer.html) (revision 4d688bb446eb4508ff3b54b06baefbb71f60237a)
+++ doc/prototype/html/wijs_dwarsdoorsnede_toe_als_invoer.html (.../wijs_dwarsdoorsnede_toe_als_invoer.html) (revision 246fd51f300bc0e55d1c2043167387e70e80128c)
@@ -73,7 +73,7 @@
-
Ringtoets 2017
+
Ringtoets
@@ -82,7 +82,7 @@
-
Ringtoets 2017
+
Ringtoets
Index: doc/prototype/html/wijs_profiel_toe_als_invoer.html
===================================================================
diff -u -r4d688bb446eb4508ff3b54b06baefbb71f60237a -r246fd51f300bc0e55d1c2043167387e70e80128c
--- doc/prototype/html/wijs_profiel_toe_als_invoer.html (.../wijs_profiel_toe_als_invoer.html) (revision 4d688bb446eb4508ff3b54b06baefbb71f60237a)
+++ doc/prototype/html/wijs_profiel_toe_als_invoer.html (.../wijs_profiel_toe_als_invoer.html) (revision 246fd51f300bc0e55d1c2043167387e70e80128c)
@@ -73,7 +73,7 @@
-
Ringtoets 2017
+
Ringtoets
@@ -82,7 +82,7 @@
-
Ringtoets 2017
+
Ringtoets