Skip to content

Commit 4da408a

Browse files
author
Francis Varga
committed
mod readme
1 parent 19299da commit 4da408a

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ Author: Francis Varga
55

66
Year: 2010
77

8-
8+
99

10-
Homepage: [http://www.varga-multimedia.com](http://www.varga-multimedia.com "http://www.varga-multimedia.com")
10+
Homepage: <http://www.varga-multimedia.com>
1111

12-
Twitter: @LittleBuddha87
12+
Twitter: <http://www.twitter.com/@LittleBuddha87>
1313

1414
-------------------------

build.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,9 @@
158158
<token key="year" value="${year}" />
159159
</replacetokens>
160160
</filterchain>
161+
162+
<antcall target="[Git] Init Git" />
163+
<antcall target="[Git] Add all files" />
161164
</copy>
162165

163166
<copy file="${template.dir}/.gitignore" tofile="${project.root.dir}/.gitignore" overwrite="${overwrite.files}" />
@@ -175,8 +178,7 @@
175178
</filterchain>
176179
</copy>
177180

178-
<antcall target="[Git] Init Git" />
179-
<antcall target="[Git] Add all files" />
181+
180182

181183
</target>
182184

0 commit comments

Comments
 (0)