mirror of
https://github.com/twiglet/cs2j.git
synced 2025-01-18 13:15:17 +01:00
add release user's guide
This commit is contained in:
parent
0aa4a99f35
commit
5f65eb9ae4
@ -71,7 +71,7 @@
|
|||||||
<copy todir="${build.dir}/archive/cs2j-${release.tagname}">
|
<copy todir="${build.dir}/archive/cs2j-${release.tagname}">
|
||||||
<fileset dir="${project.dir}/docs/external">
|
<fileset dir="${project.dir}/docs/external">
|
||||||
<include name="README"/>
|
<include name="README"/>
|
||||||
<include name="*.pdf"/>
|
<include name="${google.docs.title}.pdf"/>
|
||||||
</fileset>
|
</fileset>
|
||||||
</copy>
|
</copy>
|
||||||
<zip destfile="${release.zip}" basedir="${build.dir}/archive/" includes="cs2j-${release.tagname}/**/*"/>
|
<zip destfile="${release.zip}" basedir="${build.dir}/archive/" includes="cs2j-${release.tagname}/**/*"/>
|
||||||
|
BIN
CSharpTranslator/antlr3/docs/external/CS2JUsersGuide.pdf
vendored
Normal file
BIN
CSharpTranslator/antlr3/docs/external/CS2JUsersGuide.pdf
vendored
Normal file
Binary file not shown.
@ -13,6 +13,7 @@ git bash:
|
|||||||
-- cd My Documents/gitrepos/cs2jCentral/CSharpTranslator\antlr3\build"
|
-- cd My Documents/gitrepos/cs2jCentral/CSharpTranslator\antlr3\build"
|
||||||
-- git pull
|
-- git pull
|
||||||
--- is it clean?
|
--- is it clean?
|
||||||
|
-- ant -Drelease.tagname=2011.1.2 -Dgoogle.docs.title=CS2JUsersGuide releasefromhere
|
||||||
|
|
||||||
copy archive from "C:\Documents and Settings\developer\build" to ""C:\Documents and Settings\developer\My Documents" and unpack.
|
copy archive from "C:\Documents and Settings\developer\build" to ""C:\Documents and Settings\developer\My Documents" and unpack.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user