Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/maikebing/AnkhSVN


https://github.com/maikebing/AnkhSVN

Fully support git items in the AnkhSVN selection framework.

* src/Ankh.Services/Selection/ISelectionContext.cs
* src/Ankh.VS.UnitTest/Mocks/SelectionContext...

e15dff155ae8243a6b467b1c1e6922830674a726 authored about 10 years ago by Bert Huijben <[email protected]>
* src/Ankh.Scc/SvnSccProvider.Glyphs.cs

* src/Ankh.Services/Scc/SccProvider.cs
* src/Ankh.VS.UnitTest/Mocks/SelectionContext.cs
Avoid u...

89d8bf600098f9f428de906d2f6cc815611f0eb9 authored about 10 years ago by Bert Huijben <[email protected]>
* src/Ankh.Scc/Commands/SccCheckoutFailedProject.cs

* src/Ankh.Services/Selection/ISelectionContext.cs
* src/Ankh.Services/Selection/SvnHierarchy.cs
...

8e513a42ea1b03b1ac5eb9edc33eb8f635497f42 authored about 10 years ago by Bert Huijben <[email protected]>
Introduce a lot of git status cache plumbing by duplicating the svn specific

framework.

* src/Ankh.GitScc/Ankh.GitScc.csproj
* src/Ankh.GitScc/StatusCache
* src/Ankh.GitScc/...

1c8c33fbe37daaffc56f6874b5ff7981f7a2809e authored about 10 years ago by Bert Huijben <[email protected]>
* src/Ankh.UI/Commands/AnnotateDialog.cs

* src/Ankh.UI/Commands/ExportDialog.cs
* src/Ankh.UI/IssueTracker/IssueTrackerSetupCommand.cs
* s...

23c4adb13249918239b3ca90706e64456a57ff67 authored about 10 years ago by Bert Huijben <[email protected]>
* src/Ankh.VS/AnkhVSModule.cs

Fix another reference

bf16f5ded25dc585f44c6199bdf271b69e05f112 authored about 10 years ago by Bert Huijben <[email protected]>
* src/Ankh/Commands/AddItemCommand.cs

* src/Ankh/Commands/AddToSccCommands.cs
* src/Ankh/Commands/BranchSolutionCommand.cs
* src/Ankh/C...

670683bce60c40c6ab31fdb0568d529b53d5eecc authored about 10 years ago by Bert Huijben <[email protected]>
Rename the IFileStatusCache to ISvnStatusCache.

* src/Ankh.Scc/AnkhSccModule.cs
* src/Ankh.Scc/Commands/ProjectFileFilter.cs
* src/Ankh.Scc/Pend...

831d56ff4bdfb13fd977d9969dfbbba3f2319183 authored about 10 years ago by Bert Huijben <[email protected]>
Introduce GitItem and IGitStatusCache next to their Svn counterparts.

* src/Ankh.Services/Ankh.Services.csproj
* src/Ankh.Services/Scc/GitItem.cs
* src/Ankh.Services/...

3cf6f413695efe7323e9aa590d6c3adc286be736 authored about 10 years ago by Bert Huijben <[email protected]>
* src/Ankh.Scc/SvnSccProvider.Glyphs.cs

Fix tooltip for properly deleted items: don't show missing.

ed17c332dac79494c66041bfc2548ca23b4cfb65 authored about 10 years ago by Bert Huijben <[email protected]>
Fix two bugs caused by the recent refactorings: properly register service

and don't reinitialize the project map when closing the solution.

* src/Ankh.Scc/SvnSccProvider....

452154c2fe25b34bc0ada5cc82dca0d9094d7024 authored about 10 years ago by Bert Huijben <[email protected]>
* src/Ankh.Scc/SvnSccProvider.Projects.cs

Resolve old TODO and release build compilation problem.

71ac65ee229e3469141950d444d5c85ef7ed89b0 authored about 10 years ago by Bert Huijben <[email protected]>
Rename the project layout service to 'Svn solution layout service' as

that more closely documents what it is really about. This finalizes the
extraction work from the ...

776e533c4940f59d22f0691814431244ec31054d authored about 10 years ago by Bert Huijben <[email protected]>
* src/Ankh.GitScc/GitSccProjectMap.cs

* src/Ankh.Services/Scc/SccProjectMap.SccExcluded.cs
Remove unneeded (and not 2.0) compatible u...

8555125bd41aba7f946db28bcead043c3fab3d54 authored about 10 years ago by Bert Huijben <[email protected]>
Implement the IProjectFileMapper on a separate service than the SVN service

(which wouldn't work for git for obvious reasons).

* src/Ankh.Scc/Ankh.Scc.csproj
* src/Ankh.Scc...

b98b83d0f34f6d7b1b5c3ab87175025d42d9e095 authored about 10 years ago by Bert Huijben <[email protected]>
* src/Ankh.GitScc/GitSccProvider.cs

* src/Ankh.Scc/ProjectTracker.Solution.cs
* src/Ankh.Scc/SvnSccProvider.cs
* src/Ankh.Scc/SvnSccP...

450aea94cdf9ceb8834475edeb1f10c2cbebb2fd authored about 10 years ago by Bert Huijben <[email protected]>
Extract events from the project tracker to the scc provider to a separate

interface to allow making most things protected and moving the implementation
to the generic scc ...

255a86c24f7676765151b7b8a873e05f4d0e2813 authored about 10 years ago by Bert Huijben <[email protected]>
* src/Ankh.Scc/Ankh.Scc.csproj

* src/Ankh.Scc/ProjectMap/SccSvnProject.cs
* src/Ankh.Scc/ProjectMap/SvnSccProject.cs
* src/Ankh....

fdf53b9d011d05e7e7c32a42119a61370c1bfbb2 authored about 10 years ago by Bert Huijben <[email protected]>
Make the project map available for the git provider.

* src/Ankh.GitScc/Ankh.GitScc.csproj
* src/Ankh.GitScc/GitSccProjectMap.cs
* src/Ankh.GitScc/Git...

52919a5a3972f0b390e0cbd6c504aae24fd65400 authored about 10 years ago by Bert Huijben <[email protected]>
* src/Ankh.Scc/ProjectMap/SccSvnProject.cs

* src/Ankh.Scc/SccProjectMap.FileMap.cs
* src/Ankh.Scc/SvnSccProvider.FileMap.cs
* src/Ankh.Scc/S...

f7efd949339eb17b26bc01e933a36dc01ec54ea1 authored about 10 years ago by Bert Huijben <[email protected]>
Integrate the newly extracted file and project map to a single class.

* src/Ankh.Scc/Ankh.Scc.csproj
* src/Ankh.Scc/SccFileMap.cs
* src/Ankh.Scc/SccProjectMap.cs
* sr...

7a15af3d973f32f874b6c3e8e5e076ad93854cfb authored about 10 years ago by Bert Huijben <[email protected]>
* src/Ankh.Scc/Ankh.Scc.csproj

* src/Ankh.Scc/SccFileMap.cs
* src/Ankh.Scc/SccProjectMap.cs
* src/Ankh.Scc/SvnSccProvider.cs
* s...

0aba5a9deb9954fd761724a169dce0312660dddb authored about 10 years ago by Bert Huijben <[email protected]>
* src/Ankh.Scc/Ankh.Scc.csproj

* src/Ankh.Scc/SccProjectMap.cs
* src/Ankh.Scc/SvnSccProvider.cs
* src/Ankh.Scc/SvnSccProvider.Fi...

5d02f5ea33229fdad10f08f94c52cf754151252a authored about 10 years ago by Bert Huijben <[email protected]>
* src/Ankh.UI/PathSelector/CommonFileSelectorDialog.cs

Avoid more double work.

4ac88a027d2e6f783cff9ee77a77c806d7f7cf6d authored about 10 years ago by Bert Huijben <[email protected]>
Fix a scalability issue in the common pending change selection code,

which most commonly triggers on operations performed on the solution.

This fixes a 'hang' on Sol...

992e199e2d98f850d50e63cefac51ebd876261fc authored about 10 years ago by Bert Huijben <[email protected]>
* src/Ankh.Scc/SvnSccProvider.Glyphs.cs

* src/Ankh.Services/Scc/PendingChange.cs
* src/Ankh.Services/Scc/SccProvider.cs
Add scc tooltip...

6425f939a175313133f00a993569aa9ac64135a2 authored about 10 years ago by Bert Huijben <[email protected]>
* src/Ankh.Scc/SvnSccProvider.FileMap.cs

* src/Ankh.Services/Scc/IAnkhGitSccService.cs
* src/Ankh.Services/Scc/IAnkhProjectDocumentTracker...

e4c4a4950ad68a19839430f37e7b9be6877285d5 authored about 10 years ago by Bert Huijben <[email protected]>
* src/Ankh.Scc/Commands/ProjectFileFilter.cs

* src/Ankh.Scc/ProjectTracker.Solution.cs
* src/Ankh.Scc/SccUI/ChangeSourceControl.cs
* src/Ankh....

809481dd923e69d185dea720a695f00f7ca35736 authored about 10 years ago by Bert Huijben <[email protected]>
Remove dependency on PackageUtilities for path calculations in the scc

provider.

* src/Ankh.Scc/SccUI/ChangeSourceControl.cs
* src/Ankh.Scc/SccUI/ChangeSourceControlRo...

3077744c9e724a4c403f797df3ffdd9d3f460b79 authored about 10 years ago by Bert Huijben <[email protected]>
Make scc level glyph handling generic over different scc providers.

* src/Ankh.GitScc/GitSccProvider.cs
* src/Ankh.Scc/Ankh.Scc.csproj
* src/Ankh.Scc/SvnSccProvider...

e2ba2ac6107901da05ede5d63cecfcedc6ce4c0e authored about 10 years ago by Bert Huijben <[email protected]>
* src/Ankh.GitScc/GitSccProvider.cs

* src/Ankh.Scc/ProjectTracker.cs
* src/Ankh.Scc/SvnSccProvider.cs
* src/Ankh.Services/Ankh.Servic...

54c8e90e863dc7e497f9668bed328eaee49aa2fe authored about 10 years ago by Bert Huijben <[email protected]>
* src/Ankh.Scc/OpenDocumentTracker.cs

* src/Ankh.Scc/SccUI/ChangeSourceControl.cs
* src/Ankh.Scc/SvnSccProvider.Enlistment.cs
* src/Ank...

219d9f2a28fbbf43493c86b62b93b6ca8aef4e1e authored about 10 years ago by Bert Huijben <[email protected]>
Make the project item mapper generic for multiple SCC providers. There shouldn't

be behavior changes, but many internal functions had to be made public.

This code could probably...

b41853bb37668bcd0ae701646468fa377e04653a authored about 10 years ago by Bert Huijben <[email protected]>
Move scc init and deinitialize to generic scc provider.

f96eec7b666ffe128d7cd50e0328f4a3ad3ec81c authored about 10 years ago by Bert Huijben <[email protected]>
Decouple the project tracker from the SvnSccProvider, to allow using one tracker

implementation for both Svn and Git.

* src/Ankh.GitScc/GitSccProvider.cs
* src/Ankh.Scc/ProjectT...

bd3129ad67badbb56eb1101fd7d6736f542c9ef9 authored about 10 years ago by Bert Huijben <[email protected]>
* src/Ankh.Package/VSPackage.resx

Remove the word AnkhSVN, which will move the page back to its original location (at the end of ...

753169c5a25a904b07a6866ff60b67c0b8e06a33 authored about 10 years ago by Bert Huijben <[email protected]>
* src/Ankh.Package/source.extension.VsixManifest

* src/Ankh.WpfEditor.Package/source.extension.vsixmanifest
More local manifest improvements; ap...

a1ae89fe33adabcc0c042069e968fa89eaa4f185 authored about 10 years ago by Bert Huijben <[email protected]>
* src/Ankh.GitScc/Ankh.GitScc.csproj

Add missing resources file.

71e7f3c2cb5f30c172787ae35fff8b8f2a3b16ce authored about 10 years ago by Bert Huijben <[email protected]>
* src/Ankh.Package/AnkhSvnPackage.OptionPages.cs

* src/Ankh.Package/VSPackage.resx
Following up on r12504, add missing files.

598e383eefc0c389d6abebfeb1f293fe52f70cfe authored about 10 years ago by Bert Huijben <[email protected]>
Separate the Tools->Options pages for Git/Subversion.

* src/Ankh.Ids/AnkhId.cs
* src/Ankh.Package/Ankh.Package.csproj
* src/Ankh.Package/AnkhSvnPackag...

2a1eea801df97d7f1740563c150f39d9c8a16ddd authored about 10 years ago by Bert Huijben <[email protected]>
* src/Ankh.GitScc/GitSccProvider.cs

* src/Ankh.GitScc/Resources.Designer.cs
* src/Ankh.GitScc/Resources.resx
* src/Ankh.Scc/SvnSccPro...

e6291113bfb74587c06f6bcc42581d900aeab2d7 authored about 10 years ago by Bert Huijben <[email protected]>
* src/Ankh.Package/source.extension.VsixManifest

* src/Ankh.WpfEditor.Package/source.extension.vsixmanifest
Tweak debug only project manifests.

a3ddd41b2606bee4b2b60b18d8943dcf5a98f659 authored about 10 years ago by Bert Huijben <[email protected]>
Resolve an old todo which now causes an exception: Provide last commit/update

as proper event api. This allows multiple hooks.

* src/Ankh.Services/Ankh.Services.csproj
* src/...

a1a54ddfd96040ca61c4a1b6107b2dc559886cb8 authored about 10 years ago by Bert Huijben <[email protected]>
* src/Ankh.Package/Attributes/ProvideToolsOptionsPageVisibility.cs

Create string value instead of dword.

54f708d80d6fd9ba6b7b9c53da5d3d91a72e6796 authored about 10 years ago by Bert Huijben <[email protected]>
* src/Ankh.Package/Attributes/ProvideSourceControlCommand.cs

Don't create many subkeys

fb94e63c83e3895acfac335dd10344f342218b3f authored about 10 years ago by Bert Huijben <[email protected]>
Rename 'Subversion Info' toolwindow to 'Source Control Info' to allow direct reuse by git code.

4b2e168ed8d7fc7cfe53c5efaddffc906f833f7b authored about 10 years ago by Bert Huijben <[email protected]>
Split the command definitions in SvnCommands, GitCommands, SccCommands to

automatically enable/disable them based on context.

7dcc4567ed920085d1c686cbaf2ad9467d3b1955 authored about 10 years ago by Bert Huijben <[email protected]>
Bump SharpSvn version.

7a94c7e2f38adaa778c2ede94321c1551c1feaf9 authored about 10 years ago by Bert Huijben <[email protected]>
Add GitScc as module to allow loading services, etc.

891723aab71c68cbe3e15062b54e190ff0ed55f9 authored about 10 years ago by Bert Huijben <[email protected]>
Tweak SharpGit support in an attempt to add missing licenses and remove

unneeded .xml files.

fdc6596740e952656db4591d3ccb00a7fa695dbe authored about 10 years ago by Bert Huijben <[email protected]>
Update aboutbox to provide version information of SharpGit.

79559486b537f789bd6fa4e165e1246658726999 authored about 10 years ago by Bert Huijben <[email protected]>
* src/Ankh.Votive.wixproj

Avoid duplicate items in MSI.

940739742ae055444f329a7a6eb32027d67a1ed0 authored about 10 years ago by Bert Huijben <[email protected]>
Include SharpGit in the AnkhSVN build and setup.

7175651223158846fa544b0d0e09430577da2c0f authored about 10 years ago by Bert Huijben <[email protected]>
* src/Ankh.Votive.wixproj

Add missing project reference

10b7a62da430582cd68bde1d1af8edfac161a333 authored about 10 years ago by Bert Huijben <[email protected]>
* src/Ankh.GitScc/Ankh.GitScc.wxs

Fix directory reference

1cdab47ee8f053efef980970b3ba13a75596f34b authored about 10 years ago by Bert Huijben <[email protected]>
* src/Ankh.Package/AnkhSvnPackage.Scc.cs

* src/Ankh.Package/Attributes/ProvideSourceControlProvider.cs
Don't set two scc providers 'as d...

9d33ed95bf28ff8045f96f32b25029dee0944de5 authored about 10 years ago by Bert Huijben <[email protected]>
Automatically enable git support in debug mode.

be7a1f130bf28cbb530c227b5b6a3790ac6f9669 authored about 10 years ago by Bert Huijben <[email protected]>
Following up on r12483, more git scc provider plumbing. Really allow enabling

the scc provider in debug mode.

* src/Ankh.GitScc/GitSccProvider.cs
Include limited support.

...

b4430f2dec2a697f7ebbc78e8d4bdddf7d026eda authored about 10 years ago by Bert Huijben <[email protected]>
Following up on r12483, more git scc provider plumbing.

7d0b16aa8279d58124692e2693a14306ff626a32 authored about 10 years ago by Bert Huijben <[email protected]>
Add Ankh.Git assembly to project, and the first bits of plumbing.

* src/Ankh.GitScc
* src/Ankh.GitScc/Ankh.GitScc.csproj
* src/Ankh.GitScc/Ankh.GitScc.snk
* src/A...

d8bbd1f4e5b9433200c4b4d20ace9e07e73bbb52 authored about 10 years ago by Bert Huijben <[email protected]>
Update textual references from VS14 to Visual Studio 2015.

* src/Ankh.Ids/AnkhId.cs
* src/Ankh.Votive/Ankh.Votive.wxs
* src/Ankh.WpfEditor.Package/Ankh.Wpf...

8b98a97d06391bfa8443acf5ff60d907e1c1dc68 authored about 10 years ago by Bert Huijben <[email protected]>
Catch another kind of exception during hierarchy iteration (found via

exception report)

* src/Ankh.VS/Selection/SelectionUtils.cs
Yet another catch for something th...

491ce5ef51f91e113696ce2ae2c4397e83264875 authored about 10 years ago by Bert Huijben <[email protected]>
Issue #769: IssueTracker integration: IssueText not taken in account

* Ankh/Services/IssueTracker/AnkhIssueService.cs
- when configured issue repository does not p...

d3d72d59fab061843e7449ec19fbaf36f13d12e1 authored about 10 years ago by Baybora Aksoy <[email protected]>
Bump SharpSvn reference to use Serf 1.3.8

1d7932d4b38f8cca7a146d4999cc82cdedc46db8 authored about 10 years ago by Bert Huijben <[email protected]>
Add some import libraries for VS "14" when using the VS "14" SDK.

c7b243d6f97aff83c62eda6901048ad2345f68eb authored about 10 years ago by Bert Huijben <[email protected]>
Bump SharpSvn version

f9e9aefef2fc0cf710ddc16f55efad7c964af3ae authored over 10 years ago by Bert Huijben <[email protected]>
* src/Ankh/Services/AnkhDiff.cs

Add workaround for github.

a0298f140b456b8918a2724e520c34079d760ddd authored over 10 years ago by Bert Huijben <[email protected]>
Update about info and manifest to mention "14" support.

e6ebcfe2338e9ab374ae7d54ad3ee55b2ad81106 authored over 10 years ago by Bert Huijben <[email protected]>
Bump SharpSvn to fix file version info on SharpSvn.dll

03508cbf7de523e4b69158c9181d2e074be632cf authored over 10 years ago by Bert Huijben <[email protected]>
Bump SharpSvn reference in preparation for release

86702505a5e3831b9696c7d0eace40e005ac4765 authored over 10 years ago by Bert Huijben <[email protected]>
* src/Ankh.Votive/Ankh.Votive.wxs

Add two missing property references, to finally install the manifest in the
VS14 dir.

444e794c0adbba5ebc18e652448698f561087f57 authored over 10 years ago by Bert Huijben <[email protected]>
Fix a few references to VS2013 from VS14 setup

c4491cbe1b0643d31aecb6b56b4c52d0af521461 authored over 10 years ago by Bert Huijben <[email protected]>
* src/Ankh.Votive/AnkhVSExtension.wxs

Make tick Guid unique for VS14.

752a781ea2fc976dbab4528af4cc86b547e71bea authored over 10 years ago by Bert Huijben <[email protected]>
* src/Ankh.Votive/Ankh.Votive.wxs

Fix duplicate directory ids.

51d14e24527568b085fa487b231df3a2df589daa authored over 10 years ago by Bert Huijben <[email protected]>
* src/Ankh.Package/Ankh.Package.csproj

* src/Ankh.WpfEditor.Package/Ankh.WpfEditor.Package.csproj
Add dependency on VS"14" interop fil...

c72f49ea7b34ae8f906eae8c26ba699554962ecc authored over 10 years ago by Bert Huijben <[email protected]>
* src/Ankh.UI/IssueTracker/IssueTrackerConfigDialog.cs

* src/Ankh.UI/RepositoryExplorer/RepositoryWizard/RepositorySelectionPage.cs
Remove two tests t...

7975b0de33d6feb3f17099bea318cb4e1c8b0529 authored over 10 years ago by Bert Huijben <[email protected]>
Add initial Visual Studio "14" support.

* src/Ankh.Package/Ankh.Package.wxs
* src/Ankh.Services/Ankh.Services.csproj
* src/Ankh.Votive.w...

098936cd2034e6f28735cbdeda68cdec9cb34781 authored over 10 years ago by Bert Huijben <[email protected]>
* src/Ankh.VS/Services/InternalDiff.cs

Don't throw exception for binary documents... Just make VS show the error.

4151ed42b564378c6a42ce51f53dc1e90b447b19 authored over 10 years ago by Bert Huijben <[email protected]>
Fix url

c610c9bd3e385a39d504e574a682d971c9288a02 authored over 10 years ago by Bert Huijben <[email protected]>
Bump SharpSvn version for Subversion 1.8.9

ab339a5e5ae6982aeb605068bb6827f3d02f49e1 authored over 10 years ago by Bert Huijben <[email protected]>
Set Assembly Configuration during build on Buildbot

31d21736687817e3edf32be4649385bf2ff23b23 authored over 10 years ago by Bert Huijben <[email protected]>
Apply global-ignores property

2287db4330a59c3d4d6b65dbc69fa1b73982fd7d authored over 10 years ago by Bert Huijben <[email protected]>
Use SharpSvn 1.8008.3178 to obtain Heartbleed and Subversion fixes

33bdeedbc5dbefe8a2d0dc240bf339d318cc200c authored over 10 years ago by Bert Huijben <[email protected]>
Tweak upload labels

02f946844158f4369a0fd0af7c89df02197f8bc6 authored over 10 years ago by Bert Huijben <[email protected]>
Script location of CollabUpload.exe

ce9d662c7878b50b86208adc6babd3b7c6f6ab9b authored over 10 years ago by Bert Huijben <[email protected]>
Following up on r12431 fix xml syntax

19967419e77e803588342f6e00656398324f447e authored over 10 years ago by Bert Huijben <[email protected]>
Following up on r12431 fix xml syntax

61af9ffb181d69b563108f0bf9bf814b7b019a1b authored over 10 years ago by Bert Huijben <[email protected]>
Script artifact upload to ankhsvn.open.collab.net

06ec31e447e425f5a4013cf53c037fd73448018c authored over 10 years ago by Bert Huijben <[email protected]>
Revert r12429, as this value works exactly in the opposite way as documented

673305ebc29dc1496602aa2009dbdc276081ff68 authored almost 11 years ago by Bert Huijben <[email protected]>
Don't add the same pdb files multiple times

f11ee02e6beb10c63f62ded13aecffb67feb75c5 authored almost 11 years ago by Bert Huijben <[email protected]>
Add 2 more flags

aef4f64544023e295461799a3620115d9bcfdb72 authored almost 11 years ago by Bert Huijben <[email protected]>
Add a few more flags here

854c152090ed7831fac7e4959a6647e0c86fdb00 authored almost 11 years ago by Bert Huijben <[email protected]>
Revert 12420, as these properties belong on trunk

0e2910ed457ae4671e86cfb1cc6388765f6db030 authored almost 11 years ago by Bert Huijben <[email protected]>
Revert r12422

1a58ec885a87903d9b65c44ac47cec367c37b6ef authored almost 11 years ago by Bert Huijben <[email protected]>
Remove a few properties that should have been applied on trunk

882995c7eaa67e0078efd6cfb79d15c2edbc2b4a authored almost 11 years ago by Bert Huijben <[email protected]>
* .

Apply CTF.open.collab.net properties on trunk.

42e02f3f9a080807907c805923886d5582d0036f authored almost 11 years ago by Bert Huijben <[email protected]>
setup issue repository

0ccbd226d7c443c4d67bbc27c65b6b1ef1254e13 authored almost 11 years ago by Baybora Aksoy <[email protected]>
Remove WWW from trunk as CTF handles web as a different repository

4e24ebabd21c866374041f117fd92a230265afba authored almost 11 years ago by Bert Huijben <[email protected]>
Fix providing version to MSI generator

98077146b52123df347c22234db609333174f710 authored almost 11 years ago by Bert Huijben <[email protected]>
Use a more interesting artifact name

8ff44ab81078bd99af9d6d1362d1979e05f596b7 authored almost 11 years ago by Bert Huijben <[email protected]>