This is an automated email from the ASF dual-hosted git repository.
hansva pushed a commit to branch release0.50
in repository https://gitbox.apache.org/repos/asf/incubator-hop.git
The following commit(s) were added to refs/heads/release0.50 by this push:
new 204da03 RC2 changes
204da03 is described below
commit 204da036e545441d36617906263c5a679ce6fbbc
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Thu Dec 24 13:09:20 2020 +0100
RC2 changes
- remove icomoon fond
- fix typo in license file
- update readme with instructions
- update pom to exclude license folder
---
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
pom.xml | 1 +
7 files changed, 25 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
[](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=" " horiz-adv-x="512" d="" />
-<glyph unicode="" 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
diff --git a/pom.xml b/pom.xml
index e47e1ca..07f695e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -864,6 +864,7 @@
<exclude>**/maven-compiler-plugin/</exclude>
<exclude>archive-samples/</exclude>
<exclude>pom.xml</exclude>
+ <exclude>licenses/*</exclude>
</excludes>
</configuration>
</plugin>