You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by ko...@apache.org on 2015/04/09 10:33:41 UTC

svn commit: r1672258 - /olingo/site/trunk/content/doc/javascript/project-build.mdtext

Author: koblers
Date: Thu Apr  9 08:33:41 2015
New Revision: 1672258

URL: http://svn.apache.org/r1672258
Log:
CMS commit to olingo by koblers

Modified:
    olingo/site/trunk/content/doc/javascript/project-build.mdtext

Modified: olingo/site/trunk/content/doc/javascript/project-build.mdtext
URL: http://svn.apache.org/viewvc/olingo/site/trunk/content/doc/javascript/project-build.mdtext?rev=1672258&r1=1672257&r2=1672258&view=diff
==============================================================================
--- olingo/site/trunk/content/doc/javascript/project-build.mdtext (original)
+++ olingo/site/trunk/content/doc/javascript/project-build.mdtext Thu Apr  9 08:33:41 2015
@@ -50,14 +50,14 @@ The files are created in the ./_build fo
 
 This task builds the odatajs library and creates the files for the release
 
-The files are created in the ./_dist/odatajs-<version> folder:
+The release files are created in the ./_dist/odatajs-<version> folder:
 
-* /doc 
-  <br/>Documentation, zipped to file **odatajs-<version>-doc.zip**
-* /lib
-  <br/>Library, zipped to file **odatajs-<version>-lib.zip**
-* /sources
-  <br/>Sources, zipped to file **odatajs-<version>-sources.zip**
+* odatajs-version-doc.zip
+  <br/>Documentation, "/doc" directory zipped to file **odatajs-version-doc.zip**
+* odatajs-version-lib.zip
+  <br/>Library, zipped "/lib" directory to file **odatajs-version-lib.zip**
+* odatajs-version-sources.zip
+  <br/>Sources, zipped "/sources" directory to file **odatajs-version-sources.zip**
 
 **``release-sign``**
 
@@ -65,7 +65,7 @@ Signs the zipped files in the /_dist fol
 
 ### Sign the NuGet package
 
-The odatajs.<version>.nupkg filed needs to be signed malually.
+The odatajs.<version>.nupkg filed needs to be signed manually.
 
 * md5 
   <br/>>openssl dgst -md5 odatajs.4.0.0.nupkg > odatajs.4.0.0.nupkg.md5*
@@ -77,6 +77,8 @@ The odatajs.<version>.nupkg filed needs
 
 ### Check the license headers
 
-please ensure that the rat tools is properly installed (see project-setup documentaion)
+Please ensure that the rat tool is properly installed (see project-setup documentaion) and run
 
 **``grunt license-check``**
+
+The license-check log files are created in the ./_build/tmp directory