Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 4acf5f5

Browse files
authored
Update build.xml
1 parent 8e42a03 commit 4acf5f5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@
381381
<include name="scripts/copilot/**/*.*"/>
382382
<include name="scripts/my/**/*.*"/>
383383
<include name="scripts/tinyMCE/templates/*.html"/>
384-
<include name="scripts/ckeditor/templates/**/*.*"/>
384+
<include name="scripts/ckeditor/**/*.*"/>
385385
</fileset>
386386
</zip>
387387
</target>
@@ -393,9 +393,9 @@
393393
<exclude name="scripts/tiny_mce/**/*.*"/>
394394
<include name="scripts/*.*"/>
395395
<include name="scripts/launch/**/*.*"/>
396-
<include name="scripts/copilot/**/*.*"/>
396+
<include name="scripts/copilot/**/*.*"/>
397397
<include name="scripts/tinyMCE/templates/*.html"/>
398-
<include name="scripts/ckeditor/templates/**/*.*"/>
398+
<include name="scripts/ckeditor/**/*.*"/>
399399
<include name="images/*.*"/>
400400
<include name="images/copilotPosting/*.*"/>
401401
<include name="images/edit/*.*"/>
@@ -679,4 +679,4 @@
679679
some of the targets of this build file. -->
680680
<import file="${basedir}/build-override.xml" optional="true"/>
681681

682-
</project>
682+
</project>

0 commit comments

Comments
 (0)