You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by pt...@apache.org on 2016/11/14 09:26:18 UTC

[06/33] ignite git commit: IGNITE-4115 Ignite.NET: Clean up instructions in README.txt file

IGNITE-4115 Ignite.NET: Clean up instructions in README.txt file


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/44db38f3
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/44db38f3
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/44db38f3

Branch: refs/heads/master
Commit: 44db38f3c56107badcf4948afff967ae12d115d6
Parents: 160e37f
Author: Pavel Tupitsyn <pt...@apache.org>
Authored: Fri Oct 28 17:23:52 2016 +0300
Committer: Pavel Tupitsyn <pt...@apache.org>
Committed: Fri Oct 28 17:23:52 2016 +0300

----------------------------------------------------------------------
 modules/platforms/dotnet/README.txt | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/44db38f3/modules/platforms/dotnet/README.txt
----------------------------------------------------------------------
diff --git a/modules/platforms/dotnet/README.txt b/modules/platforms/dotnet/README.txt
index 783e19e..7521dfe 100644
--- a/modules/platforms/dotnet/README.txt
+++ b/modules/platforms/dotnet/README.txt
@@ -9,8 +9,14 @@ create distributed locks, subscribe for event listeners, etc.
 Files list:
 
  * Apache.Ignite.exe - executable to start standalone Ignite.NET node.
+ * Apache.Ignite.exe.config - standalone node configuration file.
  * Apache.Ignite.Core.dll - Ignite.NET API library.
  * Apache.Ignite.Core.xml - Library XML documentation.
+ * Apache.Ignite.Linq.dll - Ignite LINQ Provider library.
+ * Apache.Ignite.AspNet.dll - Ignite ASP.NET integration.
+ * Apache.Ignite.NLog.dll - Ignite NLog logger.
+ * Apache.Ignite.Log4Net.dll - Ignite Log4Net logger.
+ * IgniteConfigurationSection.xsd - Configuration XML schema.
 
 
 Development
@@ -21,13 +27,10 @@ Development
  * Download and install Microsoft Visual C++ 2010 Redistributable Package: 
    http://www.microsoft.com/en-us/download/details.aspx?id=14632
    
- * Download and install the latest Java Development Kit:
+ * Download and install the latest Java Runtime Environment:
    https://java.com/en/download/index.jsp
  
- * Set JAVA_HOME environment variable as per this tutorial: 
-   http://docs.oracle.com/cd/E19182-01/820-7851/inst_cli_jdk_javahome_t/index.html
- 
- * Add Apache.Ignite.Core.dll to your project references (or x86\Apache.Ignite.Core.dll if you need 32-bit version).
+ * Add Apache.Ignite.Core.dll to your project references.
 
  * To start Apache Ignite as a standalone node or Windows service use Apache.Ignite.exe.