Skip to content

Commit

Permalink
Alfresco 5.0.a
Browse files Browse the repository at this point in the history
  • Loading branch information
loftux committed Jun 27, 2014
1 parent 73b6632 commit fdfa273
Show file tree
Hide file tree
Showing 87 changed files with 2,241 additions and 869 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ _translationstatus.txt
*_EN.properties
*_no.properties
*_NO.properties
*_nb.properties
*_NB.properties
*_br.properties
*_BR.properties

Expand Down
12 changes: 6 additions & 6 deletions alfresco/sv_se/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,18 +52,18 @@
</target>

<target name="copytinymce" depends="mkdirs">
<copy todir="${alfresco.amp.dir}/web/scripts/tiny_mce">
<fileset dir="${project.dir}/resources/tiny_mce" defaultexcludes="false">
<copy todir="${alfresco.amp.dir}/web/scripts/tinymce">
<fileset dir="${project.dir}/resources/tinymce" defaultexcludes="false">
<include name="**/*.*" />
</fileset>
</copy>
<copy todir="${share.amp.dir}/modules/editors/tiny_mce">
<fileset dir="${project.dir}/resources/tiny_mce" defaultexcludes="false">
<copy todir="${share.amp.dir}/modules/editors/tinymce">
<fileset dir="${project.dir}/resources/tinymce" defaultexcludes="false">
<include name="**/*.*" />
</fileset>
</copy>
<copy todir="${share.jar.dir}/META-INF/modules/editors/tiny_mce">
<fileset dir="${project.dir}/resources/tiny_mce" defaultexcludes="false">
<copy todir="${share.jar.dir}/META-INF/modules/editors/tinymce">
<fileset dir="${project.dir}/resources/tinymce" defaultexcludes="false">
<include name="**/*.*" />
</fileset>
</copy>
Expand Down
Loading

0 comments on commit fdfa273

Please sign in to comment.