Skip to content

Commit

Permalink
# [Kunena#3] Update builder for new README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fxstein committed Jul 9, 2011
1 parent c2473fa commit 6ed0231
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions administrator/components/com_kunenaimporter/CHANGELOG.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@

8-July-2011 fxstein
+ [#8] Basic skelleton for KunenaImporter authentication plugin
# [#3] Update builder for new README.md

5-July-2011 Matias
^ [#1] Convert component to PHP5
Expand Down
4 changes: 2 additions & 2 deletions build/build.number
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#Build Number for ANT. Do not edit!
#Tue Jul 05 18:23:21 EEST 2011
build.number=163
#Fri Jul 08 20:10:17 PDT 2011
build.number=165
2 changes: 1 addition & 1 deletion build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
<copy file="${project_dir}/administrator/components/com_kunenaimporter/install.kunenaimporter.php" todir="${tmp_dir}" overwrite="true" filtering="false" />
<copy file="${project_dir}/administrator/components/com_kunenaimporter/uninstall.kunenaimporter.php" todir="${tmp_dir}" overwrite="true" filtering="false" />
<copy file="${project_dir}/administrator/components/com_kunenaimporter/kunenaimporter.xml" todir="${tmp_dir}" overwrite="true" filtering="true" />
<copy file="${project_dir}/README.txt" todir="${tmp_dir}" overwrite="true" filtering="true" />
<copy file="${project_dir}/README.md" tofile="${tmp_dir}/README.txt" overwrite="true" filtering="true" />
<copy todir="${tmp_dir}/languages" flatten="yes" includeEmptyDirs="no">
<fileset dir="${project_dir}/administrator/components/com_kunenaimporter/language">
<include name="**/*.ini"/>
Expand Down

0 comments on commit 6ed0231

Please sign in to comment.