Skip to content

Commit

Permalink
Remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
joniles committed Dec 17, 2024
1 parent 3604a1c commit 3540e98
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -260,15 +260,12 @@
<exec executable="${xjc.cmd}" dir="${basedir}/jaxb" failonerror="true">
<arg line="-classpath ${classes.dir} -d ${basedir}/src/main/java -b pm-binding.xjb -p net.sf.mpxj.primavera.schema p6v2312-p6apibo-corrected.xsd" />
</exec>
<!--
<exec executable="${xjc.cmd}" dir="${basedir}/jaxb" failonerror="true">
<arg line="-classpath ${classes.dir} -d ${basedir}/src/main/java -b mspdi-binding.xjb -p net.sf.mpxj.mspdi.schema mspdi_pj15-corrected.xsd" />
</exec>
<exec executable="${xjc.cmd}" dir="${basedir}/jaxb" failonerror="true">
<arg line="-classpath ${classes.dir} -d ${basedir}/src/main/java -b mrproject.xjb -p net.sf.mpxj.planner.schema mrproject-0.6.xsd" />
</exec>
<exec executable="${xjc.cmd}" dir="${basedir}/jaxb" failonerror="true">
<arg line="-classpath ${classes.dir} -d ${basedir}/src/main/java -b phoenix-4-binding.xjb -p net.sf.mpxj.phoenix.schema.phoenix4 phoenix-4.xsd" />
</exec>
Expand All @@ -284,7 +281,7 @@
<exec executable="${xjc.cmd}" dir="${basedir}/jaxb" failonerror="true">
<arg line="-classpath ${classes.dir} -d ${basedir}/src/main/java -b gantt-designer-binding.xjb -p net.sf.mpxj.ganttdesigner.schema gantt-designer.xsd" />
</exec>
-->

<!-- Remove schemas not included with MPXJ -->
<delete file="${basedir}/jaxb/document-corrected.xsd"/>
<delete file="${basedir}/jaxb/mspdi_pj15-corrected.xsd"/>
Expand Down

0 comments on commit 3540e98

Please sign in to comment.