#837 closed task (done)
Restructure external libraries for HeuristicLab
Reported by: | mkommend | Owned by: | mkommend |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.0 |
Component: | ExtLibs | Version: | 3.2 |
Keywords: | Cc: |
Description
- a new folder for every library under HeuristicLab.ExtLibs
- every external library needs a transport plugin which contains the license file, native DLLs, assemblies or a reference to the source project and optional additionally files
- the version of the transport plugin must be the same as the referenced library
- if the source code of the library is available the transport plugin references this project
- every built assembly must be signed; if a .snk file is provided by the library then this one should be used otherwise the HeuristicLab.snk
Change History (10)
comment:1 Changed 15 years ago by mkommend
- Status changed from new to assigned
comment:2 Changed 15 years ago by mkommend
comment:3 Changed 15 years ago by mkommend
forgot two add files for SQLite r2646
comment:4 Changed 15 years ago by mkommend
forgot System.Data.SQLite.DLL for SQLite r2647
comment:5 Changed 15 years ago by swagner
Fixed wrong project name in Files.txt, added solution folders for closed source libraries, updated project references (r2649)
comment:6 Changed 15 years ago by mkommend
corrected assembly version for SQLServerCompact r2657
comment:7 Changed 15 years ago by mkommend
removed csproj.user files for extlibs r2671
comment:8 Changed 15 years ago by mkommend
- Resolution set to fixed
- Status changed from assigned to closed
comment:9 Changed 14 years ago by swagner
- Milestone changed from Iteration 4 to Current
Milestone Iteration 4 deleted
comment:11 Changed 14 years ago by swagner
- Milestone changed from Current to HeuristicLab 3.3.0
Milestone Current deleted
Note: See
TracTickets for help on using
tickets.
extracted external libraries and adapted dependent plugins r2645