|
Revision 2541, 392 bytes
(checked in by leo, 3 years ago)
|
|
changed to load the version number from the VERSION file
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id Date Rev LastChangedBy URL Author
|
| Line | |
|---|
| 1 | |
|---|
| 2 | = How to compile new version of SQLiteJDBC |
|---|
| 3 | * Edit the VERSION file, and the version number in pom.xml file. |
|---|
| 4 | * Then, run make |
|---|
| 5 | |
|---|
| 6 | |
|---|
| 7 | = How to build pure-java and native libraries |
|---|
| 8 | * Type, make -fMakefile.package |
|---|
| 9 | |
|---|
| 10 | = How to deploy to the maven repository |
|---|
| 11 | * mvn deploy |
|---|
| 12 | * mvn deploy -Psourceforge (for uploading Sourceforge.jp repository, which are synchronized with the Maven central repository) |
|---|
| 13 | |
|---|