We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cea42b8 commit fffad1aCopy full SHA for fffad1a
build.xml
@@ -440,7 +440,7 @@
440
<target name="scenegraph.jar" depends="compile"
441
description="build the semantic graph jar file">
442
<jar destfile="scenegraph.jar">
443
- <fileset dir="${build.path}/edu/stanford/nlp/scenegraph" />
+ <fileset dir="${build.path}" includes="edu/stanford/nlp/scenegraph/**" />
444
</jar>
445
</target>
446
0 commit comments