This repository was archived by the owner on Oct 11, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +0
-70
lines changed
dependencies/com.liferay.xml.formatter Expand file tree Collapse file tree 7 files changed +0
-70
lines changed Original file line number Diff line number Diff line change 626
626
/>
627
627
</target >
628
628
629
- <target name =" format-wsdl" >
630
- <path id =" xml.formatter.classpath" >
631
- <fileset dir =" ${sdk.dir}/dependencies/com.liferay.xml.formatter/lib" includes =" *.jar" />
632
- </path >
633
-
634
- <for param =" wsdl.full.path" >
635
- <path >
636
- <fileset
637
- dir=" ."
638
- includes=" docroot/WEB-INF/wsdl/*.wsdl,docroot/WEB-INF/wsdl/**/*.wsdl"
639
- />
640
- </path >
641
- <sequential >
642
- <java
643
- classname=" com.liferay.xml.formatter.XMLFormatter"
644
- classpathref=" xml.formatter.classpath"
645
- fork=" true"
646
- newenvironment=" true"
647
- >
648
- <jvmarg value =" -Dxml.formatter.file=@{wsdl.full.path}" />
649
- <jvmarg value =" -Dxml.formatter.strip.comments=true" />
650
- </java >
651
- </sequential >
652
- </for >
653
- </target >
654
-
655
- <target name =" format-xsd" >
656
- <path id =" xml.formatter.classpath" >
657
- <fileset dir =" ${sdk.dir}/dependencies/com.liferay.xml.formatter/lib" includes =" *.jar" />
658
- </path >
659
-
660
- <for param =" xsd.full.path" >
661
- <path >
662
- <fileset
663
- dir=" ."
664
- includes=" docroot/WEB-INF/xsd/*.xsd,docroot/WEB-INF/xsd/**/*.xsd"
665
- />
666
- </path >
667
- <sequential >
668
- <java
669
- classname=" com.liferay.xml.formatter.XMLFormatter"
670
- classpathref=" xml.formatter.classpath"
671
- fork=" true"
672
- newenvironment=" true"
673
- >
674
- <jvmarg value =" -Dexternal-properties=com/liferay/portal/tools/dependencies/portal-tools.properties" />
675
- <jvmarg value =" -Dxml.formatter.file=@{xsd.full.path}" />
676
- <jvmarg value =" -Dxml.formatter.strip.comments=true" />
677
- </java >
678
- </sequential >
679
- </for >
680
- </target >
681
-
682
629
<target depends =" publish-local-m2-release" name =" install" />
683
630
684
631
<target depends =" javadoc" name =" jar-javadoc" >
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments