You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2020/12/26 22:45:51 UTC

[incubator-hop] branch master updated: 0.50 changes (#497)

This is an automated email from the ASF dual-hosted git repository.

hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hop.git


The following commit(s) were added to refs/heads/master by this push:
     new b757350  0.50 changes (#497)
b757350 is described below

commit b75735090d53b8bfadd785dc998facbfc7b11bc7
Author: Hans Van Akelyen <ha...@gmail.com>
AuthorDate: Sat Dec 26 23:45:41 2020 +0100

    0.50 changes (#497)
    
    * Update release version
    
    * RC2 changes
    
    - remove icomoon fond
    - fix typo in license file
    - update readme with instructions
    - update pom to exclude license folder
    
    * change version
---
 LICENSE                                            |   2 +-
 README.md                                          |  27 ++++++++++++++++++---
 .../docs/English/welcome/fonts/icomoon.eot         | Bin 1256 -> 0 bytes
 .../docs/English/welcome/fonts/icomoon.svg         |  11 ---------
 .../docs/English/welcome/fonts/icomoon.ttf         | Bin 1092 -> 0 bytes
 .../docs/English/welcome/fonts/icomoon.woff        | Bin 1168 -> 0 bytes
 6 files changed, 24 insertions(+), 16 deletions(-)

diff --git a/LICENSE b/LICENSE
index deca997..3fe3488 100644
--- a/LICENSE
+++ b/LICENSE
@@ -201,7 +201,7 @@
    limitations under the License.
 
     =======================================================================================
-    Eclipse Public License 1.0 (EPL) For details, see licenses/LICENCE-EPL10
+    Eclipse Public License 1.0 (EPL) For details, see licenses/LICENSE-EPL10
     =======================================================================================
     plugins/transforms/userdefinedjavaclass/src/main/java/org/apache/hop/pipeline/transforms/userdefinedjavaclass/UserDefinedJavaClassHighlight.java
     plugins/transforms/javascript/src/main/java/org/apache/hop/pipeline/transforms/javascript/ScriptValuesHighlight.java
diff --git a/README.md b/README.md
index 31a0e69..24fa71e 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Hop
+# Apache Hop (incubating)
 
 The Hop Orchestration Platform aims to facilitate all aspects of data and metadata orchestration.
 
@@ -11,7 +11,7 @@ The Hop Orchestration Platform aims to facilitate all aspects of data and metada
 [![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/company/hop-project/)
 
 
-## Trying Hop 
+## Trying Apache Hop 
 
 Hop is work in progress. After building, the UI can be started, but a lot of things may be broken. 
 
@@ -24,8 +24,9 @@ There are various things you can do to help Hop moving forward as fast as possib
 
 Check our [Contribution Guide](http://www.project-hop.org/community/contributing/) and the [Hop website](http://www.project-hop.org/) for more information on how to contribute.  
 
-## Build Hop 
+## Building Apache Hop
 
+### From source repository
 
 Required: 
 - [OpenJDK](https://openjdk.java.net/) Java 8 compiler 
@@ -40,7 +41,25 @@ Change into the clone repository and build:
     $ cd incubator-hop 
     $ mvn clean install 
 
-## Run Hop 
+### From release archive
+
+You can download a source release [here](https://downloads.apache.org/incubator/hop/)
+
+Required: 
+- [OpenJDK](https://openjdk.java.net/) Java 8 compiler 
+- [Maven](http://maven.apache.org/)
+
+Unzip the archive
+
+    $ tar -xf apache-hop*.tar.gz
+
+Change into the extracted folder and build
+
+    $ cd apache-hop-*-incubating
+    $ mvn clean install
+
+
+## Run Apache Hop 
 
 After a successful build, the Hop UI can be started.
 
diff --git a/assemblies/static/src/main/resources/docs/English/welcome/fonts/icomoon.eot b/assemblies/static/src/main/resources/docs/English/welcome/fonts/icomoon.eot
deleted file mode 100644
index 7540e3c..0000000
Binary files a/assemblies/static/src/main/resources/docs/English/welcome/fonts/icomoon.eot and /dev/null differ
diff --git a/assemblies/static/src/main/resources/docs/English/welcome/fonts/icomoon.svg b/assemblies/static/src/main/resources/docs/English/welcome/fonts/icomoon.svg
deleted file mode 100644
index 1aecef4..0000000
--- a/assemblies/static/src/main/resources/docs/English/welcome/fonts/icomoon.svg
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" standalone="no"?>
-<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
-<svg xmlns="http://www.w3.org/2000/svg">
-<metadata>Generated by IcoMoon</metadata>
-<defs>
-<font id="icomoon" horiz-adv-x="1024">
-<font-face units-per-em="1024" ascent="768" descent="-256" />
-<missing-glyph horiz-adv-x="1024" />
-<glyph unicode="&#x20;" horiz-adv-x="512" d="" />
-<glyph unicode="&#xe8e7;" glyph-name="arrow-right" d="M356.928 28.317c-19.116-19.331-19.116-50.543 0-69.802 19.044-19.331 49.983-19.331 69.099 0l273.079 278.573c19.116 19.331 19.116 50.543 0 69.802l-273.079 278.624c-19.116 19.331-49.983 19.331-69.099 0s-19.116-50.491-0.061-69.72l223.962-243.765-223.88-243.683z" />
-</font></defs></svg>
\ No newline at end of file
diff --git a/assemblies/static/src/main/resources/docs/English/welcome/fonts/icomoon.ttf b/assemblies/static/src/main/resources/docs/English/welcome/fonts/icomoon.ttf
deleted file mode 100644
index 4966c5f..0000000
Binary files a/assemblies/static/src/main/resources/docs/English/welcome/fonts/icomoon.ttf and /dev/null differ
diff --git a/assemblies/static/src/main/resources/docs/English/welcome/fonts/icomoon.woff b/assemblies/static/src/main/resources/docs/English/welcome/fonts/icomoon.woff
deleted file mode 100644
index aec5528..0000000
Binary files a/assemblies/static/src/main/resources/docs/English/welcome/fonts/icomoon.woff and /dev/null differ