Add winery source code
[vfc/nfvo/wfengine.git] / winery / documentation / TOSCA specification / startplantuml.bat
1 :/***********************************************************************
2 : * Copyright (c) 2013-2014 University of Stuttgart.
3 : * All rights reserved. This program and the accompanying materials
4 : * are made available under the terms of the Eclipse Public License v1.0
5 : * and Apache License v2.0 which accompanies this distribution.
6 : * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html
7 : * and the Apache License v2.0 is available at
8 : * http://www.opensource.org/licenses/apache2.0.php.
9 : * You may elect to redistribute this code under either of these licenses.
10 : * Contributors:
11 : *    Oliver Kopp - initial implementation
12 : *************************************************************************
13
14 @echo off
15 echo Generating SVG...
16 SET PLANTUML=C:\Users\Oliver\BTSync\plantuml.jar
17 java -jar %PLANTUML% -tsvg TOSCA-v1.0-os-class-diagram.plantuml
18 echo Generating PDF...
19 inkscape -z -D --file=TOSCA-v1.0-os-class-diagram.svg --export-pdf=TOSCA-v1.0-os-class-diagram.pdf
20 echo Done