- Timestamp:
- 05/17/11 11:34:40 (14 years ago)
- Location:
- branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.HiveEngine/3.4
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.HiveEngine/3.4/HeuristicLab.HiveEngine-3.4.csproj
r6212 r6219 134 134 <Compile Include="HeuristicLabHiveEnginePlugin.cs" /> 135 135 <Compile Include="Exceptions\ScopeMergeException.cs" /> 136 <Compile Include="Properties\AssemblyInfo.cs" /> 136 137 <None Include="HeuristicLabHiveEnginePlugin.cs.frame" /> 137 138 <Compile Include="HiveEngine.cs" /> -
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.HiveEngine/3.4/HiveEngine.cs
r6212 r6219 106 106 this.executionTimeOnHive = original.executionTimeOnHive; 107 107 this.useLocalPlugins = original.useLocalPlugins; 108 this.hiveExperiments = cloner.Clone(original.hiveExperiments);108 // this.hiveExperiments = cloner.Clone(original.hiveExperiments); do not clone hiveExperiments - otherwise they would be sent with every job 109 109 } 110 110 public override IDeepCloneable Clone(Cloner cloner) { -
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.HiveEngine/3.4/Properties/AssemblyInfo.cs.frame
r6001 r6219 54 54 // by using the '*' as shown below: 55 55 // [assembly: AssemblyVersion("1.0.*")] 56 [assembly: AssemblyVersion("3. 3.0.0")]57 [assembly: AssemblyFileVersion("3. 3.0.$WCREV$")]56 [assembly: AssemblyVersion("3.4.0.0")] 57 [assembly: AssemblyFileVersion("3.4.0.$WCREV$")]
Note: See TracChangeset
for help on using the changeset viewer.