Skip to content

Commit

Permalink
IGNITE-8577: Migration guide.
Browse files Browse the repository at this point in the history
  • Loading branch information
devozerov committed May 23, 2018
1 parent d821d09 commit b582171
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MIGRATION_GUIDE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Apache Ignite Migration Guide
===========================
5 changes: 5 additions & 0 deletions assembly/release-base.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@
<outputDirectory>/</outputDirectory>
</file>

<file>
<source>MIGRATION_GUIDE.txt</source>
<outputDirectory>/</outputDirectory>
</file>

<file>
<source>config/ignite-log4j.xml</source>
<outputDirectory>/config</outputDirectory>
Expand Down
1 change: 1 addition & 0 deletions packaging/rpm/apache-ignite.spec
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ ln -sf %{_log}/%{name} %{buildroot}%{_sharedstatedir}/%{name}/log
%doc README.txt
%doc NOTICE
%doc RELEASE_NOTES.txt
%doc MIGRATION_GUIDE.txt
%license LICENSE


Expand Down

0 comments on commit b582171

Please sign in to comment.