From ca2e1a6bda8b5b67b86bdfec9225356ddd0bbada Mon Sep 17 00:00:00 2001 From: Marko Gronroos Date: Tue, 15 Mar 2016 14:14:56 +0200 Subject: Restored Ivy project creation until Maven support becomes official in the plugin. Various fixes and improved the diagrams in the section as well. Change-Id: If32f877b7bfa569d91eaf3fc9d8543e4e4599aa1 --- .../getting-started/original-drawings/Makefile | 13 + .../myproject-created-annotated.svg | 363 +++++++++++++++++++++ 2 files changed, 376 insertions(+) create mode 100644 documentation/getting-started/original-drawings/Makefile create mode 100644 documentation/getting-started/original-drawings/myproject-created-annotated.svg (limited to 'documentation/getting-started/original-drawings') diff --git a/documentation/getting-started/original-drawings/Makefile b/documentation/getting-started/original-drawings/Makefile new file mode 100644 index 0000000000..6b3bab4617 --- /dev/null +++ b/documentation/getting-started/original-drawings/Makefile @@ -0,0 +1,13 @@ +IMAGES = installation-steps myproject-created-annotated + +SRCIMAGES := $(foreach file, $(IMAGES), $(file).svg) +TRGIMAGES_HI := $(foreach file, $(IMAGES), ../img/$(file)-hi.png) +TRGIMAGES_LO := $(foreach file, $(IMAGES), ../img/$(file)-lo.png) + +images: $(TRGIMAGES_HI) FORCE +# Just do low now $(TRGIMAGES_LO) + +$(TRGIMAGES_HI): ../img/%-hi.png: %.svg + inkscape --export-png $@ --export-dpi=150 --export-area-drawing $< + +FORCE: diff --git a/documentation/getting-started/original-drawings/myproject-created-annotated.svg b/documentation/getting-started/original-drawings/myproject-created-annotated.svg new file mode 100644 index 0000000000..b639c5f160 --- /dev/null +++ b/documentation/getting-started/original-drawings/myproject-created-annotated.svg @@ -0,0 +1,363 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + The UI class skeleton + + + + + + + + + + + + + + + + + + + + + + + The widget set + The theme + Maven project configuration + Project README skeleton + + -- cgit v1.2.3