Changeset 1208
- Timestamp:
- Nov 26, 2010, 6:36:36 PM (10 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/application.properties
r1145 r1208 1 1 #Grails Metadata file 2 2 #Tue Oct 26 16:55:24 CEST 2010 3 app.grails.version=1.3. 43 app.grails.version=1.3.5 4 4 app.name=gscf 5 5 app.servlet.version=2.4 … … 15 15 plugins.famfamfam=1.0.1 16 16 plugins.grom=0.2.0 17 plugins.hibernate=1.3. 417 plugins.hibernate=1.3.5 18 18 plugins.jquery=1.4.3.2 19 19 plugins.jumpbar=0.1.2 … … 22 22 plugins.searchable=0.5.5.1 23 23 plugins.spring-security-core=1.0.1 24 plugins.tomcat=1.3.4 25 plugins.webflow=1.3.4 24 plugins.tomcat=1.3.5 25 plugins.webflow=1.3.5 26 plugins.ajax-flow=0.1.0 -
trunk/grails-app/conf/BuildConfig.groovy
r1055 r1208 13 13 */ 14 14 15 /**16 * add the nimble repository17 * @see http://sites.google.com/site/nimbledoc/nimble-installation18 */19 15 //grails.plugin.repos.discovery.intient = "http://intient.com/downloads/grails/" 20 16 grails.project.dependency.resolution = { -
trunk/grails-app/controllers/SandboxController.groovy
r959 r1208 1 1 import dbnp.studycapturing.* 2 import dbnp.clinicaldata.ClinicalFloatData3 import dbnp.clinicaldata.ClinicalMeasurement4 2 5 3 // The sandbox is meant for internal communication over code examples etc. 6 7 4 class SandboxController { 8 5
Note: See TracChangeset
for help on using the changeset viewer.