Skip to content

Commit

Permalink
Fix to generation of Javadoc
Browse files Browse the repository at this point in the history
It is now under a single root
  • Loading branch information
sylvainhalle committed Jun 18, 2023
1 parent c8282a0 commit 83644ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Complex/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

<!-- Output jar -->
<jar>
<filename>../jars/cep</filename>
<filename>../jars/complex</filename>
<withdoc>false</withdoc>
</jar>

Expand Down
10 changes: 2 additions & 8 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@
<mkdir dir="${build.rootdocdir}/doc-files"/>
<javadoc
overview="project-overview.html"
destdir="docs/javadoc"
destdir="${build.rootdocdir}"
packagenames="*"
excludepackagenames=""
defaultexcludes="yes"
Expand Down Expand Up @@ -444,12 +444,6 @@
<include name="**/*.java"/>
<exclude name="**/*Test.java"/>
</fileset>
<!-- Not yet
<fileset dir="Groovy/src">
<include name="**/*.java"/>
<exclude name="**/*Test.java"/>
</fileset>
-->
<fileset dir="Hibernate/src">
<include name="**/*.java"/>
<exclude name="**/*Test.java"/>
Expand Down Expand Up @@ -524,7 +518,7 @@
<group title="Xml" packages="ca.uqac.lif.cep.xml"/>
-->
<classpath>
<fileset file="${build.libdir}/beepbeep-3.jar"/>
<fileset file="Apache/lib/beepbeep*.jar"/>
<fileset file="Dsl/dep/*.jar"/>
<fileset file="Http/dep/*.jar"/>
<fileset file="Json/dep/*.jar"/>
Expand Down

0 comments on commit 83644ed

Please sign in to comment.