Changeset 3663 for XerialJ/trunk
- Timestamp:
- 01/12/10 17:58:21 (2 years ago)
- Location:
- XerialJ/trunk/xerial-wiki-server
- Files:
-
- 4 modified
-
config/common.silk (modified) (1 diff)
-
config/development.silk (modified) (1 diff)
-
eclipse/xerial-wiki-server-server.launch (modified) (1 diff)
-
pom.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
XerialJ/trunk/xerial-wiki-server/config/common.silk
r3658 r3663 1 %silk(version:1.0)2 1 3 # The version number of this configuration file format 4 -config(version:1.0) 5 6 # project group name (for Maven repository) 7 -group: org.xerial 8 # Name of the project. This name will be used for the web application's context path 9 -project name: xerial-wiki-server 10 # java package to add/search Web Action codes 11 -java package: org.xerial.wiki 12 13 # Importing additional web actions under the specified java package. 14 # Web actions (i.e. java classes) in the specified action package folder will be accessible 15 # by the path (alias)/(web action name) 16 -web action(alias: utgb-core, java package: org.utgenome.gwt.utgb.server.app) 17 18 # Database locations settings. 19 # Database address for SQLite DB files is relative to the project folder. 20 # The specified databases will be accessible from your web action codes by referencing the specified id. 21 #-database(id:mydb, dbms:sqlite) 22 # -address: db/sample.db 23 24 ## An example setting for using in-memory database of SQLite 25 ## (update result will be lost when terminating the application) 26 # 27 #-database(id:test, dbms:sqlite) 28 # -address: :memory: 29 30 31 ## JDBC connection settings for PostgreSQL 32 #-database(id:pg, dbms:postgres) 33 # -address: localhost 34 # -user: (user name) 35 # -pass: (password) 36 37 ## MySQL database connection example 38 #-database(id:mysql-db, dbms:mysql) 39 # -driver: com.mysql.jdbc.Driver 40 # -jdbc prefix: jdbc:mysql:/// 41 # -address: mydb 42 # -user: (user name) 43 # -pass: (password) 44 45 46 2 -version: 1.0 3 -group: org.xerial 4 -projectname: xerial-wiki-server 5 -javapackage: org.xerial.wiki 6 -webaction(alias:utgb-core, javapackage:org.utgenome.gwt.utgb.server.app) -
XerialJ/trunk/xerial-wiki-server/config/development.silk
r3658 r3663 14 14 15 15 # User's own properties 16 -wiki.base: file:///c:/Users/leo/work/wiki 16 # -wiki.source: src/wiki 17 18 -wiki.base: file:///d:/work/wiki 17 19 18 20 19 21 20 -
XerialJ/trunk/xerial-wiki-server/eclipse/xerial-wiki-server-server.launch
r3657 r3663 8 8 </listAttribute> 9 9 <booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/> 10 <listAttribute key="org.eclipse.jdt.launching.CLASSPATH">11 <listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry containerPath="org.eclipse.jdt.launching.JRE_CONTAINER" javaProject="xerial-wiki-server" path="1" type="4"/> "/>12 <listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry id="org.eclipse.jdt.launching.classpathentry.defaultClasspath"> <memento exportedEntriesOnly="false" project="xerial-wiki-server"/> </runtimeClasspathEntry> "/>13 <listEntry value="<?xml version="1.0" encoding="UTF-8" standalone="no"?> <runtimeClasspathEntry containerPath="UTGB_HOME/lib/utgb-shell-bin.jar" path="3" type="3"/> "/>14 </listAttribute>15 <booleanAttribute key="org.eclipse.jdt.launching.DEFAULT_CLASSPATH" value="false"/>16 10 <stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="org.utgenome.shell.UTGBShell"/> 17 11 <stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="server -g"/> -
XerialJ/trunk/xerial-wiki-server/pom.xml
r3657 r3663 110 110 <groupId>org.utgenome</groupId> 111 111 <artifactId>utgb-core</artifactId> 112 <version>1.0.5</version> 112 <version>1.3.1</version> 113 </dependency> 114 <dependency> 115 <groupId>org.utgenome</groupId> 116 <artifactId>utgb-shell</artifactId> 117 <version>1.3.1</version> 118 <scope>provided</scope> 113 119 </dependency> 114 120 <dependency>


