Skip to content

Commit f884132

Browse files
committed
Fix build-patch target
1 parent c049ef9 commit f884132

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

build.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,13 @@
8787
<different targetdir="patchee" ignoreFileTimes="true"/>
8888
</fileset>
8989
</copy>
90+
<delete>
91+
<fileset dir="dist/plib">
92+
<include name="config/config.php"/>
93+
<include name="languages/??.php"/>
94+
<include name="css/stylesheet.css"/>
95+
</fileset>
96+
</delete>
9097
<zip destfile="Plib_XH-1.5-update-from-1.x.zip" basedir="dist" includeemptydirs="false"/>
9198
<delete dir="patchee" quiet="true"/>
9299
<delete dir="current" quiet="true"/>

0 commit comments

Comments
 (0)