Changeset 765 for plugins/base1/se.lu.onk.BaseFile/trunk/README
- Timestamp:
- Sep 16, 2008, 11:20:48 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/base1/se.lu.onk.BaseFile/trunk/README
r760 r765 32 32 from the repository, change to the package directory and issue `ant`; 33 33 {{{ 34 svn co http://baseplugins.thep.lu.se/svn/plugins/base1/se.lu.onk.BaseFile/trunk se.lu.onk.BaseFile35 cdse.lu.onk.BaseFile36 ant34 check out project, see instructions below 35 # cd /path/to/se.lu.onk.BaseFile 36 # ant 37 37 }}} 38 This will create a jar file `dist/basefile.jar`. If you want to change 39 a released version you should replace `trunk` with `tags/release` in 40 the above example. 38 This will create a jar file `dist/BaseFile.jar`. 41 39 42 40 … … 57 55 `svn co http://baseplugins.thep.lu.se/svn/plugins/base1/se.lu.onk.BaseFile/trunk se.lu.onk.BaseFile` 58 56 59 There is no guarantees about the contents or quality of the latest code 60 in the subversion repository: it is not unheard of for code that is 61 known to be broken to be committed to the repository. Use at your own 62 risk. You may prefer to check out a released version instead. 57 There is no guarantees about the contents or quality of the latest 58 code in the subversion repository: it is not unheard of for code that 59 is known to be broken to be committed to the repository. Use at your 60 own risk. You may prefer to check out a released version instead, then 61 replace `trunk` with `tags/release-number` in the above example. 63 62 64 63
Note: See TracChangeset
for help on using the changeset viewer.