Skip to content

Commit 96dc4c4

Browse files
committed
remove references to GWT
Change-Id: Ie8b2213f04005cbc33e044404dbdf4ab10ffbefb Signed-off-by: nickboldt <[email protected]>
1 parent 15a10b0 commit 96dc4c4

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Diff for: .mvn/jvm.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
-Xmx2048m -Xms1024m -Djava.awt.headless=true -Djava.net.preferIPv4Stack=true -Dgwt.compiler.localWorkers=1
1+
-Xmx2048m -Xms1024m -Djava.awt.headless=true -Djava.net.preferIPv4Stack=true

Diff for: README.adoc

+1-3
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ Run the following command in the root of a repository:
2727
mvn clean install
2828
```
2929

30-
NOTE: Since the build includes GWT compilation it may take more than 3 minutes to complete.
31-
3230
The build artifact used in the Docker image will be in `assembly/assembly-main/target/codeready-${version}/codeready-${version}`
3331

3432

@@ -112,4 +110,4 @@ To reskin this assembly, you need to edit the following files:
112110
113111
See also SVG assets in link:product/branding/[product/branding/] folder.
114112

115-
NOTE: When saving files in Inkscape, make sure you export as *Plain SVG*, then edit the resulting .svg file to remove any `<metadata>...</metadata>` tags and all their contents. You can also remove the `xmlns:rdf` definition. This will ensure the GWT UI will compile correctly. *Inkscape SVG* files will cause compilation errors every time.
113+
NOTE: When saving files in Inkscape, make sure you export as *Plain SVG*, then edit the resulting .svg file to remove any `<metadata>...</metadata>` tags and all their contents. You can also remove the `xmlns:rdf` definition. This will ensure they compile correctly.

0 commit comments

Comments
 (0)