Changeset 11185 for branches/HeuristicLab.Problems.Orienteering/HeuristicLab.ExtLibs/HeuristicLab.MatlabConnector
- Timestamp:
- 07/14/14 10:28:20 (10 years ago)
- Location:
- branches/HeuristicLab.Problems.Orienteering
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Problems.Orienteering
- Property svn:mergeinfo changed
/stable merged: 11170,11173,11175 /trunk/sources merged: 11153,11156,11161,11163,11171-11172,11174,11176
- Property svn:mergeinfo changed
-
branches/HeuristicLab.Problems.Orienteering/HeuristicLab.ExtLibs
- Property svn:mergeinfo changed
/stable/HeuristicLab.ExtLibs (added) merged: 11170 /trunk/sources/HeuristicLab.ExtLibs (added) merged: 11153,11171
- Property svn:mergeinfo changed
-
branches/HeuristicLab.Problems.Orienteering/HeuristicLab.ExtLibs/HeuristicLab.MatlabConnector/1.0/HeuristicLab.MatlabConnector-1.0/Plugin.cs.frame
r11127 r11185 33 33 [PluginFile("Interop.MLApp.dll", PluginFileType.Assembly)] 34 34 [PluginFile("Mathworks Interop License.txt", PluginFileType.License)] 35 public class HeuristicLabMat hJaxPlugin : PluginBase {35 public class HeuristicLabMatlabConnectorPlugin : PluginBase { 36 36 } 37 37 } -
branches/HeuristicLab.Problems.Orienteering/HeuristicLab.ExtLibs/HeuristicLab.MatlabConnector/1.0/HeuristicLab.MatlabConnector-1.0/Properties/AssemblyInfo.cs.frame
r11124 r11185 28 28 // associated with an assembly. 29 29 [assembly: AssemblyTitle("HeuristicLab.MatlabConnector")] 30 [assembly: AssemblyDescription("HeuristicLab transport plugin for MathJax (www.mathjax.org) , an open source JavaScript display engine for mathematics that works in all browsers")]30 [assembly: AssemblyDescription("HeuristicLab transport plugin for the COM MATLAB connector Interop.MLAPP.dll")] 31 31 [assembly: AssemblyConfiguration("")] 32 32 [assembly: AssemblyCompany("")]
Note: See TracChangeset
for help on using the changeset viewer.