Skip to content
This repository was archived by the owner on Oct 11, 2024. It is now read-only.

Commit 10cae11

Browse files
committed
LPS-101026 Remove com.liferay.xml.formatter
1 parent 3f45add commit 10cae11

File tree

7 files changed

+0
-70
lines changed

7 files changed

+0
-70
lines changed

build-common-plugin.xml

Lines changed: 0 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -626,59 +626,6 @@
626626
/>
627627
</target>
628628

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-
682629
<target depends="publish-local-m2-release" name="install" />
683630

684631
<target depends="javadoc" name="jar-javadoc">

dependencies/com.liferay.xml.formatter/ivy.xml

Lines changed: 0 additions & 16 deletions
This file was deleted.

dependencies/com.liferay.xml.formatter/ivy.xml.MD5

Lines changed: 0 additions & 1 deletion
This file was deleted.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)