Skip to content

Commit fffad1a

Browse files
committed
fix scenegraph.jar target
1 parent cea42b8 commit fffad1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@
440440
<target name="scenegraph.jar" depends="compile"
441441
description="build the semantic graph jar file">
442442
<jar destfile="scenegraph.jar">
443-
<fileset dir="${build.path}/edu/stanford/nlp/scenegraph" />
443+
<fileset dir="${build.path}" includes="edu/stanford/nlp/scenegraph/**" />
444444
</jar>
445445
</target>
446446

0 commit comments

Comments
 (0)