Skip to content

Commit 84cc755

Browse files
authored
Remove lib folder; add Apache RAT script (apache#1256) (apache#1258)
* Remove lib folder; add Apache RAT script * Add note about PowerShell being required to make a release
1 parent b05b879 commit 84cc755

36 files changed

Lines changed: 141 additions & 3299 deletions

.build/release.targets

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -20,25 +20,6 @@
2020
-->
2121
<Project>
2222

23-
<PropertyGroup Label="Release Audit Tool Settings">
24-
<RatDirectory>$(SolutionDir)lib/apache-rat</RatDirectory>
25-
<RatFile>$(RatDirectory)/apache-rat-0.13.jar</RatFile>
26-
<RatExcludeFile>$(SolutionDir).rat-excludes</RatExcludeFile>
27-
28-
<RatCommand>java</RatCommand>
29-
<RatCommand>$(RatCommand) -jar &quot;$(RatFile)&quot;</RatCommand>
30-
<RatCommand>$(RatCommand) --addLicense</RatCommand>
31-
<RatCommand>$(RatCommand) --force</RatCommand>
32-
<RatCommand>$(RatCommand) --exclude-file &quot;$(RatExcludeFile)&quot;</RatCommand>
33-
<RatCommand>$(RatCommand) --dir &quot;$(SolutionDir.TrimEnd('\'))&quot;</RatCommand>
34-
</PropertyGroup>
35-
36-
<Target Name="AuditRelease" Label="Audits the release using Apache Release Audit Tool" Condition="'$(AssemblyName)' == 'Lucene.Net' ">
37-
<Message Importance="high" Text="Release Audit Executing..."/>
38-
<Exec Command="$(RatCommand)" />
39-
<Message Importance="high" Text="Release Audit Complete"/>
40-
</Target>
41-
4223
<PropertyGroup Label="Apache Subversion Settings">
4324
<SvnDevUrl>https://dist.apache.org/repos/dist/dev/lucenenet/</SvnDevUrl>
4425
<SvnDevDirectory>$(SolutionDir)svn-dev</SvnDevDirectory>

lib/NUnit/NUnit.ConsoleRunner.3.5.0/CHANGES.txt

Lines changed: 0 additions & 1194 deletions
This file was deleted.

lib/NUnit/NUnit.ConsoleRunner.3.5.0/LICENSE.txt

Lines changed: 0 additions & 20 deletions
This file was deleted.

lib/NUnit/NUnit.ConsoleRunner.3.5.0/NOTICES.txt

Lines changed: 0 additions & 5 deletions
This file was deleted.
Binary file not shown.
-274 KB
Binary file not shown.
-69.5 KB
Binary file not shown.

lib/NUnit/NUnit.ConsoleRunner.3.5.0/tools/nunit-agent-x86.exe.config

Lines changed: 0 additions & 30 deletions
This file was deleted.
-69.5 KB
Binary file not shown.

lib/NUnit/NUnit.ConsoleRunner.3.5.0/tools/nunit-agent.exe.config

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)