Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix the "these files" hyperlink showing the files that need to be copied into the application to exclude the CustomSqlite.java file. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
9b6663f20a15edded0fc8de0f10ab181 |
User & Date: | drh 2014-01-01 18:11:26.254 |
Context
2014-01-07
| ||
02:22 | Add the "expand" query parameter to the tree-view of the files to be copied into a new project. (check-in: ed5126e673 user: drh tags: trunk) | |
2014-01-01
| ||
18:11 | Fix the "these files" hyperlink showing the files that need to be copied into the application to exclude the CustomSqlite.java file. (check-in: 9b6663f20a user: drh tags: trunk) | |
2013-12-31
| ||
14:34 | Use the automatically generated file hierarchy tree rather than a separate static file. (check-in: a8a1e64c57 user: drh tags: trunk) | |
Changes
Changes to www/index.wiki.
︙ | ︙ | |||
31 32 33 34 35 36 37 | jni/Application.mk jni/sqlite/* (copy contents of directory recursively) src/org/sqlite/database/* (copy contents of directory recursively) </pre> <p> Following this, the directory structures should contain | | | 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 | jni/Application.mk jni/sqlite/* (copy contents of directory recursively) src/org/sqlite/database/* (copy contents of directory recursively) </pre> <p> Following this, the directory structures should contain [/tree?ci=trunk&re=%5ejni%7csrc/org/sqlite/data | these files]. <p> Directory "jni/sqlite/" contains copies of the sqlite3.h and sqlite3.c source files. Between them, they contain the <a href=http://www.sqlite.org/amalgamation.html>source code for the SQLite library</a>. If necessary, replace these with the source for the specific version of SQLite required. If SQLite is to be compiled with any special |
︙ | ︙ |