Skip to content

Commit 3dbc7d9

Browse files
committed
Change to pick up diagram passed as run argument
1 parent 9400eef commit 3dbc7d9

File tree

13 files changed

+12
-13
lines changed

13 files changed

+12
-13
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ apply plugin: 'java-library'
2626

2727
}
2828

29-
version = '2.20.15'
29+
version = '2.20.16'
3030

3131
group = 'com.jpaulmorrison'
3232

@@ -135,7 +135,7 @@ description = "Create default maven directory structure"
135135
groupId = 'com.jpaulmorrison'
136136
artifactId = 'drawfbp'
137137

138-
version = '2.20.15'
138+
version = '2.20.16'
139139
from components.java
140140

141141

2.23 MB
Binary file not shown.
2.06 MB
Binary file not shown.
168 KB
Binary file not shown.
394 KB
Binary file not shown.

build/libs/drawfbp-2.20.16.jar

1.32 MB
Binary file not shown.

build/scripts/drawfbp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ case "`uname`" in
8080
;;
8181
esac
8282

83-
CLASSPATH=$APP_HOME/lib/drawfbp-2.20.15.jar:$APP_HOME/lib/javaGeom-0.11.1.jar:$APP_HOME/lib/javahelp-2.0.05.jar
83+
CLASSPATH=$APP_HOME/lib/drawfbp-2.20.16.jar:$APP_HOME/lib/javaGeom-0.11.1.jar:$APP_HOME/lib/javahelp-2.0.05.jar
8484

8585

8686
# Determine the Java command to use to start the JVM.

build/scripts/drawfbp.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ set CMD_LINE_ARGS=%*
8282
:execute
8383
@rem Setup the command line
8484

85-
set CLASSPATH=%APP_HOME%\lib\drawfbp-2.20.15.jar;%APP_HOME%\lib\javaGeom-0.11.1.jar;%APP_HOME%\lib\javahelp-2.0.05.jar
85+
set CLASSPATH=%APP_HOME%\lib\drawfbp-2.20.16.jar;%APP_HOME%\lib\javaGeom-0.11.1.jar;%APP_HOME%\lib\javahelp-2.0.05.jar
8686

8787

8888
@rem Execute drawfbp

build/tmp/jar/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Manifest-Version: 1.0
22
Implementation-Title: DrawFBP
3-
Implementation-Version: 2.20.15
3+
Implementation-Version: 2.20.16
44
Class-Path: javaGeom-0.11.1.jar javahelp-2.0.05.jar
55
Main-Class: com.jpaulmorrison.graphics.DrawFBP
66

build/tmp/javadoc/javadoc.options

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
-Xdoclint:none
22
-classpath 'C:\\Users\\Paul\\Documents\\GitHub\\drawfbp\\build\\classes\\java\\main;C:\\Users\\Paul\\Documents\\GitHub\\drawfbp\\build\\resources\\main;C:\\Users\\Paul\\.gradle\\caches\\modules-2\\files-2.1\\math.geom2d\\javaGeom\\0.11.1\\5951b33da14e56c9e2b1f741b9ba3531401393b6\\javaGeom-0.11.1.jar;C:\\Users\\Paul\\.gradle\\caches\\modules-2\\files-2.1\\javax.help\\javahelp\\2.0.05\\ca70822c47a67fc3a11670270567c2d01566dae1\\javahelp-2.0.05.jar'
33
-d 'C:\\Users\\Paul\\Documents\\GitHub\\drawfbp\\build\\docs\\javadoc'
4-
-doctitle 'drawfbp 2.20.15 API'
4+
-doctitle 'drawfbp 2.20.16 API'
55
-notimestamp
66
-quiet
7-
-windowtitle 'drawfbp 2.20.15 API'
7+
-windowtitle 'drawfbp 2.20.16 API'
88
'C:\\Users\\Paul\\Documents\\GitHub\\drawfbp\\src\\main\\java\\com\\jpaulmorrison\\graphics\\AInPort.java'
99
'C:\\Users\\Paul\\Documents\\GitHub\\drawfbp\\src\\main\\java\\com\\jpaulmorrison\\graphics\\AOutPort.java'
1010
'C:\\Users\\Paul\\Documents\\GitHub\\drawfbp\\src\\main\\java\\com\\jpaulmorrison\\graphics\\Arrow.java'

0 commit comments

Comments
 (0)