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

Commit 2518295

Browse files
committed
1 parent 5a942cb commit 2518295

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build_studio.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -468,11 +468,11 @@
468468
<delete file="${jboss_home}/server/default/deploy/studio.war"/>
469469
<unwar src="${war.dir}/studio.war" dest="${jboss_home}/server/default/deploy/studio.war/" overwrite="yes"/>
470470
<delete dir="${jboss_home}/server/default/deploy/studio.war/META-INF"/>
471-
<copy todir="${jboss_conf}">
472-
<!--<fileset dir="${resources}">
471+
<!--<copy todir="${jboss_conf}">
472+
<fileset dir="${resources}">
473473
<include name="Studio.properties"/>
474-
</fileset>-->
475-
</copy>
474+
</fileset>
475+
</copy>-->
476476
</target>
477477

478478
<target name="package-TCJive" depends="compile">

0 commit comments

Comments
 (0)