File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535
3636 <target name =" buildjar" depends =" init" >
3737
38- <jar destfile =" ${ jarfile } " basedir =" ${ classes } " >
38+ <manifest file =" MANIFEST.MF" >
39+ <!--
40+ <attribute name="Implementation-Version" value="${version.number}" />
41+ <attribute name="Trusted-Library" value="true" />
42+ -->
43+ <attribute name =" Built-By" value =" ${ user.name } " />
44+ </manifest >
45+
46+ <jar destfile =" ${ jarfile } " basedir =" ${ classes } " manifest =" MANIFEST.MF" >
3947
4048 <include name =" org/json/**/*.class" />
4149<!--
Original file line number Diff line number Diff line change 1+ :: http://bradlyfeeley.com/2008/09/03/update-a-github-fork-from-the-original-repo/
2+ :: http://stackoverflow.com/questions/3903817/pull-new-updates-from-original-github-repository-into-forked-github-repository
3+ git fetch upstream
Original file line number Diff line number Diff line change 1+ :: http://bradlyfeeley.com/2008/09/03/update-a-github-fork-from-the-original-repo/
2+ :: http://stackoverflow.com/questions/3903817/pull-new-updates-from-original-github-repository-into-forked-github-repository
3+ git merge upstream/master master
Original file line number Diff line number Diff line change 1+ :: http://stackoverflow.com/questions/3903817/pull-new-updates-from-original-github-repository-into-forked-github-repository
2+ git pull upstream master
Original file line number Diff line number Diff line change 1+ :: http://bradlyfeeley.com/2008/09/03/update-a-github-fork-from-the-original-repo/
2+ :: http://stackoverflow.com/questions/3903817/pull-new-updates-from-original-github-repository-into-forked-github-repository
3+ :: git remote add --track master douglascrockford-JSON-java git://github.com/douglascrockford/JSON-java.git
4+ git remote add --track master upstream git://github.com/douglascrockford/JSON-java.git
You can’t perform that action at this time.
0 commit comments