Skip to content

Commit

Permalink
updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuspocus committed Jul 22, 2011
1 parent fe1bdff commit a0590b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.textile
Expand Up @@ -7,11 +7,11 @@ h2. <a>Enable the JPAGEN module for the application</a>
In the **conf/application.conf** file, enable the JPAGEN module by adding this line:

bc. # The jpagen module
module.jpagen=${play.path}/modules/jpagen
module.jpagen=${play.path}/modules/jpagen-[version]

or in the **conf/dependencies.yaml** file:
require:
play -> jpagen 1.0
play -> jpagen [version]

h2. <a>Creating the conf/table_list.conf file from the database</a>

Expand Down
4 changes: 2 additions & 2 deletions documentation/manual/home.textile
Expand Up @@ -7,11 +7,11 @@ h2. <a>Enable the JPAGEN module for the application</a>
In the **conf/application.conf** file, enable the JPAGEN module by adding this line:

bc. # The jpagen module
module.jpagen=${play.path}/modules/jpagen
module.jpagen=${play.path}/modules/jpagen-[version]

or in the **conf/dependencies.yaml** file:
require:
play -> jpagen 1.0
play -> jpagen [version]

h2. <a>Creating the conf/table_list.conf file from the database</a>

Expand Down

0 comments on commit a0590b0

Please sign in to comment.