Index: Application/Ringtoets/src/Application.Ringtoets.Setup/CalculationConfiguration.wxs
===================================================================
diff -u -re35ae42bb6da36a041d4f77c908c53afe7d014bb -r775ccf381a91b278ce9984076f895f5103d25a59
--- Application/Ringtoets/src/Application.Ringtoets.Setup/CalculationConfiguration.wxs (.../CalculationConfiguration.wxs) (revision e35ae42bb6da36a041d4f77c908c53afe7d014bb)
+++ Application/Ringtoets/src/Application.Ringtoets.Setup/CalculationConfiguration.wxs (.../CalculationConfiguration.wxs) (revision 775ccf381a91b278ce9984076f895f5103d25a59)
@@ -69,10 +69,10 @@
-
+
-
+
Index: Ringtoets/GrassCoverErosionOutwards/src/Ringtoets.GrassCoverErosionOutwards.IO/Resources/GEBUConfiguratieSchema.xsd
===================================================================
diff -u -re71ddbaf9439716376bdf2d2f00994b8df7b0a97 -r775ccf381a91b278ce9984076f895f5103d25a59
--- Ringtoets/GrassCoverErosionOutwards/src/Ringtoets.GrassCoverErosionOutwards.IO/Resources/GEBUConfiguratieSchema.xsd (.../GEBUConfiguratieSchema.xsd) (revision e71ddbaf9439716376bdf2d2f00994b8df7b0a97)
+++ Ringtoets/GrassCoverErosionOutwards/src/Ringtoets.GrassCoverErosionOutwards.IO/Resources/GEBUConfiguratieSchema.xsd (.../GEBUConfiguratieSchema.xsd) (revision 775ccf381a91b278ce9984076f895f5103d25a59)
@@ -24,11 +24,11 @@
-
+
-
+
Index: Ringtoets/Revetment/src/Ringtoets.Revetment.IO/Configurations/AssessmentSectionCategoryWaveConditionsCalculationConfigurationReader.cs
===================================================================
diff -u -re71ddbaf9439716376bdf2d2f00994b8df7b0a97 -r775ccf381a91b278ce9984076f895f5103d25a59
--- Ringtoets/Revetment/src/Ringtoets.Revetment.IO/Configurations/AssessmentSectionCategoryWaveConditionsCalculationConfigurationReader.cs (.../AssessmentSectionCategoryWaveConditionsCalculationConfigurationReader.cs) (revision e71ddbaf9439716376bdf2d2f00994b8df7b0a97)
+++ Ringtoets/Revetment/src/Ringtoets.Revetment.IO/Configurations/AssessmentSectionCategoryWaveConditionsCalculationConfigurationReader.cs (.../AssessmentSectionCategoryWaveConditionsCalculationConfigurationReader.cs) (revision 775ccf381a91b278ce9984076f895f5103d25a59)
@@ -49,7 +49,7 @@
///
///
public AssessmentSectionCategoryWaveConditionsCalculationConfigurationReader(string xmlFilePath)
- : base(xmlFilePath, Resources.BekledingenHbConfiguratieSchema) {}
+ : base(xmlFilePath, Resources.BekledingenConfiguratieSchema) {}
protected override AssessmentSectionCategoryWaveConditionsCalculationConfiguration ParseCalculationElement(XElement calculationElement)
{
Index: Ringtoets/Revetment/src/Ringtoets.Revetment.IO/Configurations/WaveConditionsCalculationConfigurationReader.cs
===================================================================
diff -u -re71ddbaf9439716376bdf2d2f00994b8df7b0a97 -r775ccf381a91b278ce9984076f895f5103d25a59
--- Ringtoets/Revetment/src/Ringtoets.Revetment.IO/Configurations/WaveConditionsCalculationConfigurationReader.cs (.../WaveConditionsCalculationConfigurationReader.cs) (revision e71ddbaf9439716376bdf2d2f00994b8df7b0a97)
+++ Ringtoets/Revetment/src/Ringtoets.Revetment.IO/Configurations/WaveConditionsCalculationConfigurationReader.cs (.../WaveConditionsCalculationConfigurationReader.cs) (revision 775ccf381a91b278ce9984076f895f5103d25a59)
@@ -44,7 +44,7 @@
private const string orientationSchemaName = "OrientatieSchema.xsd";
private const string foreshoreProfileSchemaName = "VoorlandProfielSchema.xsd";
private const string waveReductionSchemaName = "GolfReductieSchema.xsd";
- private const string revetmentBaseSchemaName = "BekledingenHbConfiguratieSchemaBasis.xsd";
+ private const string revetmentBaseSchemaName = "BekledingenConfiguratieSchemaBasis.xsd";
///
/// Creates a new instance of .
@@ -66,7 +66,7 @@
new Dictionary
{
{
- revetmentBaseSchemaName, Resources.BekledingenHbConfiguratieSchemaBasis
+ revetmentBaseSchemaName, Resources.BekledingenConfiguratieSchemaBasis
},
{
hbLocationSchemaName, RingtoetsCommonIOResources.HbLocatieSchema
Index: Ringtoets/Revetment/src/Ringtoets.Revetment.IO/Properties/Resources.Designer.cs
===================================================================
diff -u -r7f82700e0d8246e4db3598222beafda406d03f77 -r775ccf381a91b278ce9984076f895f5103d25a59
--- Ringtoets/Revetment/src/Ringtoets.Revetment.IO/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 7f82700e0d8246e4db3598222beafda406d03f77)
+++ Ringtoets/Revetment/src/Ringtoets.Revetment.IO/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 775ccf381a91b278ce9984076f895f5103d25a59)
@@ -131,9 +131,9 @@
///This program is distributed in the hope that it will be useful,
///but WITHOUT ANY WARRANTY; without even the implied warranty of [rest of string was truncated]";.
///
- internal static string BekledingenHbConfiguratieSchema {
+ internal static string BekledingenConfiguratieSchema {
get {
- return ResourceManager.GetString("BekledingenHbConfiguratieSchema", resourceCulture);
+ return ResourceManager.GetString("BekledingenConfiguratieSchema", resourceCulture);
}
}
@@ -151,9 +151,9 @@
///This program is distributed in the hope that it will be useful,
///but WITHOUT ANY WARRANTY; without even the implied warranty of [rest of string was truncated]";.
///
- internal static string BekledingenHbConfiguratieSchemaBasis {
+ internal static string BekledingenConfiguratieSchemaBasis {
get {
- return ResourceManager.GetString("BekledingenHbConfiguratieSchemaBasis", resourceCulture);
+ return ResourceManager.GetString("BekledingenConfiguratieSchemaBasis", resourceCulture);
}
}
Index: Ringtoets/Revetment/src/Ringtoets.Revetment.IO/Properties/Resources.resx
===================================================================
diff -u -r7f82700e0d8246e4db3598222beafda406d03f77 -r775ccf381a91b278ce9984076f895f5103d25a59
--- Ringtoets/Revetment/src/Ringtoets.Revetment.IO/Properties/Resources.resx (.../Resources.resx) (revision 7f82700e0d8246e4db3598222beafda406d03f77)
+++ Ringtoets/Revetment/src/Ringtoets.Revetment.IO/Properties/Resources.resx (.../Resources.resx) (revision 775ccf381a91b278ce9984076f895f5103d25a59)
@@ -142,8 +142,8 @@
Gras
-
- ..\Resources\BekledingenHbConfiguratieSchemaBasis.xsd;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252
+
+ ..\Resources\BekledingenConfiguratieSchemaBasis.xsd;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252
bovengrens bekledingen
@@ -169,7 +169,7 @@
A-B
-
- ..\resources\BekledingenHbConfiguratieSchema.xsd;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8
+
+ ..\resources\BekledingenConfiguratieSchema.xsd;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8
\ No newline at end of file
Index: Ringtoets/Revetment/src/Ringtoets.Revetment.IO/Resources/BekledingenConfiguratieSchema.xsd
===================================================================
diff -u
--- Ringtoets/Revetment/src/Ringtoets.Revetment.IO/Resources/BekledingenConfiguratieSchema.xsd (revision 0)
+++ Ringtoets/Revetment/src/Ringtoets.Revetment.IO/Resources/BekledingenConfiguratieSchema.xsd (revision 775ccf381a91b278ce9984076f895f5103d25a59)
@@ -0,0 +1,41 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
Index: Ringtoets/Revetment/src/Ringtoets.Revetment.IO/Resources/BekledingenConfiguratieSchemaBasis.xsd
===================================================================
diff -u
--- Ringtoets/Revetment/src/Ringtoets.Revetment.IO/Resources/BekledingenConfiguratieSchemaBasis.xsd (revision 0)
+++ Ringtoets/Revetment/src/Ringtoets.Revetment.IO/Resources/BekledingenConfiguratieSchemaBasis.xsd (revision 775ccf381a91b278ce9984076f895f5103d25a59)
@@ -0,0 +1,111 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
Fisheye: Tag 775ccf381a91b278ce9984076f895f5103d25a59 refers to a dead (removed) revision in file `Ringtoets/Revetment/src/Ringtoets.Revetment.IO/Resources/BekledingenHbConfiguratieSchema.xsd'.
Fisheye: No comparison available. Pass `N' to diff?
Fisheye: Tag 775ccf381a91b278ce9984076f895f5103d25a59 refers to a dead (removed) revision in file `Ringtoets/Revetment/src/Ringtoets.Revetment.IO/Resources/BekledingenHbConfiguratieSchemaBasis.xsd'.
Fisheye: No comparison available. Pass `N' to diff?