Changeset 1206
- Timestamp:
- 03/16/09 09:05:42 (3 years ago)
- Files:
-
- his/tags/1.6.0 (copied) (copied from his/trunk)
- his/tags/1.6.0/configuration/startsite/tomcat/conf/his.properties (modified) (4 diffs)
- his/tags/1.6.0/configuration/startsite/tomcat/conf/users.properties (modified) (1 diff)
- his/tags/1.6.0/data/pom.xml (modified) (1 diff)
- his/tags/1.6.0/frontend/common/pom.xml (modified) (1 diff)
- his/tags/1.6.0/frontend/domform/pom.xml (modified) (1 diff)
- his/tags/1.6.0/frontend/internal/pom.xml (modified) (1 diff)
- his/tags/1.6.0/frontend/pom.xml (modified) (1 diff)
- his/tags/1.6.0/frontend/web/pom.xml (modified) (1 diff)
- his/tags/1.6.0/frontend/web/src/test/java/org/joiningtracks/his/frontend/web/misc/StartSite.java (modified) (2 diffs)
- his/tags/1.6.0/plugin/api/pom.xml (modified) (1 diff)
- his/tags/1.6.0/plugin/bridge/pom.xml (modified) (1 diff)
- his/tags/1.6.0/plugin/bridge/src/test/java/org/joiningtracks/his/plugin/FelixContainerManagerTest.java (modified) (1 diff)
- his/tags/1.6.0/plugin/pom.xml (modified) (1 diff)
- his/tags/1.6.0/pom.xml (modified) (1 diff)
- his/tags/1.6.0/questionnaire/frontend/pom.xml (modified) (1 diff)
- his/tags/1.6.0/questionnaire/pom.xml (modified) (1 diff)
- his/tags/1.6.0/questionnaire/service/pom.xml (modified) (1 diff)
- his/tags/1.6.0/samples/form/pom.xml (modified) (1 diff)
- his/tags/1.6.0/samples/frontend-plugin/pom.xml (modified) (1 diff)
- his/tags/1.6.0/samples/pathway-plugin/pom.xml (modified) (1 diff)
- his/tags/1.6.0/samples/patientpropagation-plugin/pom.xml (modified) (1 diff)
- his/tags/1.6.0/samples/pom.xml (modified) (1 diff)
- his/tags/1.6.0/service/pom.xml (modified) (1 diff)
- his/tags/1.6.0/support/data/pom.xml (modified) (1 diff)
- his/tags/1.6.0/support/pom.xml (modified) (1 diff)
- his/tags/1.6.0/support/testutil/pom.xml (modified) (1 diff)
- his/tags/1.6.0/support/util/pom.xml (modified) (1 diff)
- his/tags/1.6.0/support/xmldb/pom.xml (modified) (1 diff)
- his/tags/1.6.0/tools/pom.xml (modified) (1 diff)
- his/tags/1.6.0/tools/src/main/resources/archetype-resources/pom.xml (modified) (1 diff)
- his/tags/1.6.0/vecozo/pom.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
his/tags/1.6.0/configuration/startsite/tomcat/conf/his.properties
r822 r1206 42 42 # 43 43 xmldb.driver=org.exist.xmldb.DatabaseImpl 44 xmldb.url=xmldb:exist:// /db45 xmldb.username= admin46 xmldb.password= ""44 xmldb.url=xmldb:exist://localhost:8080/exist/xmlrpc/db 45 xmldb.username=build 46 xmldb.password=build 47 47 xmldb.healthrecord.collection.path=/his/healthrecords 48 48 … … 50 50 # LDAP configuration 51 51 # 52 ldap.url=ldap:// www.joiningtracks.org:1938953 ldap.baseDn=dc=jttest,dc= joiningtracks,dc=org54 ldap.userDn=uid=root,cn=users,dc=jttest,dc= joiningtracks,dc=org55 ldap.password= jttest52 ldap.url=ldap://localhost:19389 53 ldap.baseDn=dc=jttest,dc=wsh,dc=nl 54 ldap.userDn=uid=root,cn=users,dc=jttest,dc=wsh,dc=nl 55 ldap.password=TTadmin11 56 56 57 57 #The maximum size (in pixels) for the photo by the patient saved in the ldap … … 93 93 # Folder where the OSGi container stores its state (configuration, state of bundles, etc) 94 94 # 95 osgi.configuration.dir=/ tmp/osgi_config95 osgi.configuration.dir=/Users/wouter/Development/tmp/osgi_config 96 96 97 97 # 98 98 # Folder where the application watches for new plugins 99 99 # 100 osgi.bundles.pickup.dir=/ tmp/osgi_pickup100 osgi.bundles.pickup.dir=/Users/wouter/Development/tmp/osgi_pickup 101 101 102 102 # … … 117 117 frontpage.order.sample2=2 118 118 119 frontpage.order.OGGroupsOverview=3 120 frontpage.order.ScreeningGroupsOverview=4 121 frontpage.order.PatientStats=5 122 119 123 120 124 ###################################### 121 125 # CalDav plugin configuration # 122 126 ###################################### 123 caldav.host= 10.0.114.196127 caldav.host=localhost 124 128 caldav.port=8008 125 129 caldav.root=/calendars/ 126 130 127 caldav.username= planning128 caldav.password= planning131 caldav.username=admin 132 caldav.password=admin 129 133 ###################################### 130 134 # End of CalDav plugin configuration # his/tags/1.6.0/configuration/startsite/tomcat/conf/users.properties
r898 r1206 21 21 anonymousUser=anonymousUser,ROLE_ANONYMOUS 22 22 user=user,ROLE_USER 23 nok3=nok3,ROLE_USER, ROLE_ADMIN, ROLE_MEDICAL, ROLE_SUPERVISOR, ROLE_SECRETARIAAT 23 24 his/tags/1.6.0/data/pom.xml
r1126 r1206 20 20 <groupId>org.joiningtracks</groupId> 21 21 <artifactId>his</artifactId> 22 <version>1.6.0 -SNAPSHOT</version>22 <version>1.6.0</version> 23 23 <relativePath>../pom.xml</relativePath> 24 24 </parent> his/tags/1.6.0/frontend/common/pom.xml
r1126 r1206 20 20 <groupId>org.joiningtracks</groupId> 21 21 <artifactId>his-frontend</artifactId> 22 <version>1.6.0 -SNAPSHOT</version>22 <version>1.6.0</version> 23 23 <relativePath>../pom.xml</relativePath> 24 24 </parent> his/tags/1.6.0/frontend/domform/pom.xml
r1126 r1206 20 20 <groupId>org.joiningtracks</groupId> 21 21 <artifactId>his-frontend</artifactId> 22 <version>1.6.0 -SNAPSHOT</version>22 <version>1.6.0</version> 23 23 <relativePath>../pom.xml</relativePath> 24 24 </parent> his/tags/1.6.0/frontend/internal/pom.xml
r1126 r1206 20 20 <groupId>org.joiningtracks</groupId> 21 21 <artifactId>his-frontend</artifactId> 22 <version>1.6.0 -SNAPSHOT</version>22 <version>1.6.0</version> 23 23 <relativePath>../pom.xml</relativePath> 24 24 </parent> his/tags/1.6.0/frontend/pom.xml
r1140 r1206 20 20 <groupId>org.joiningtracks</groupId> 21 21 <artifactId>his</artifactId> 22 <version>1.6.0 -SNAPSHOT</version>22 <version>1.6.0</version> 23 23 <relativePath>../pom.xml</relativePath> 24 24 </parent> his/tags/1.6.0/frontend/web/pom.xml
r1126 r1206 20 20 <groupId>org.joiningtracks</groupId> 21 21 <artifactId>his-frontend</artifactId> 22 <version>1.6.0 -SNAPSHOT</version>22 <version>1.6.0</version> 23 23 <relativePath>../pom.xml</relativePath> 24 24 </parent> his/tags/1.6.0/frontend/web/src/test/java/org/joiningtracks/his/frontend/web/misc/StartSite.java
r1092 r1206 37 37 public class StartSite { 38 38 39 protected final static String URI = "xmldb:exist://localhost:808 8/xmlrpc";39 protected final static String URI = "xmldb:exist://localhost:8080/xmlrpc"; 40 40 private final static String CHILD_COLLECTION = "his/healthrecords"; 41 41 public final static String DB_DRIVER = "org.exist.xmldb.DatabaseImpl"; … … 93 93 Server server = new Server(); 94 94 SocketConnector connector = new SocketConnector(); 95 connector.setPort(808 2);95 connector.setPort(8083); 96 96 server.setConnectors(new Connector[]{connector}); 97 97 his/tags/1.6.0/plugin/api/pom.xml
r1183 r1206 20 20 <groupId>org.joiningtracks</groupId> 21 21 <artifactId>his-plugin</artifactId> 22 <version>1.6.0 -SNAPSHOT</version>22 <version>1.6.0</version> 23 23 <relativePath>../pom.xml</relativePath> 24 24 </parent> his/tags/1.6.0/plugin/bridge/pom.xml
r1126 r1206 20 20 <groupId>org.joiningtracks</groupId> 21 21 <artifactId>his-plugin</artifactId> 22 <version>1.6.0 -SNAPSHOT</version>22 <version>1.6.0</version> 23 23 <relativePath>../pom.xml</relativePath> 24 24 </parent> his/tags/1.6.0/plugin/bridge/src/test/java/org/joiningtracks/his/plugin/FelixContainerManagerTest.java
r1092 r1206 32 32 public class FelixContainerManagerTest { 33 33 private FelixContainerManager testObject; 34 private static final String TMP_FELIX = " c:/tmp/felix";34 private static final String TMP_FELIX = "/tmp/felix"; 35 35 36 36 private File tempTestFolder = new File(TMP_FELIX); his/tags/1.6.0/plugin/pom.xml
r1133 r1206 20 20 <groupId>org.joiningtracks</groupId> 21 21 <artifactId>his</artifactId> 22 <version>1.6.0 -SNAPSHOT</version>22 <version>1.6.0</version> 23 23 <relativePath>../pom.xml</relativePath> 24 24 </parent> his/tags/1.6.0/pom.xml
r1164 r1206 24 24 <groupId>org.joiningtracks</groupId> 25 25 <artifactId>his</artifactId> 26 <version>1.6.0 -SNAPSHOT</version>26 <version>1.6.0</version> 27 27 <packaging>pom</packaging> 28 28 his/tags/1.6.0/questionnaire/frontend/pom.xml
r1140 r1206 20 20 <groupId>org.joiningtracks</groupId> 21 21 <artifactId>his-questionnaire</artifactId> 22 <version>1.6.0 -SNAPSHOT</version>22 <version>1.6.0</version> 23 23 <relativePath>../pom.xml</relativePath> 24 24 </parent> his/tags/1.6.0/questionnaire/pom.xml
r1126 r1206 20 20 <groupId>org.joiningtracks</groupId> 21 21 <artifactId>his</artifactId> 22 <version>1.6.0 -SNAPSHOT</version>22 <version>1.6.0</version> 23 23 <relativePath>../pom.xml</relativePath> 24 24 </parent> his/tags/1.6.0/questionnaire/service/pom.xml
r1126 r1206 20 20 <groupId>org.joiningtracks</groupId> 21 21 <artifactId>his-questionnaire</artifactId> 22 <version>1.6.0 -SNAPSHOT</version>22 <version>1.6.0</version> 23 23 <relativePath>../pom.xml</relativePath> 24 24 </parent> his/tags/1.6.0/samples/form/pom.xml
r1126 r1206 20 20 <groupId>org.joiningtracks</groupId> 21 21 <artifactId>his-samples</artifactId> 22 <version>1.6.0 -SNAPSHOT</version>22 <version>1.6.0</version> 23 23 <relativePath>../pom.xml</relativePath> 24 24 </parent> his/tags/1.6.0/samples/frontend-plugin/pom.xml
r1126 r1206 20 20 <groupId>org.joiningtracks</groupId> 21 21 <artifactId>his-samples</artifactId> 22 <version>1.6.0 -SNAPSHOT</version>22 <version>1.6.0</version> 23 23 <relativePath>../pom.xml</relativePath> 24 24 </parent> his/tags/1.6.0/samples/pathway-plugin/pom.xml
r1126 r1206 20 20 <groupId>org.joiningtracks</groupId> 21 21 <artifactId>his-samples</artifactId> 22 <version>1.6.0 -SNAPSHOT</version>22 <version>1.6.0</version> 23 23 <relativePath>../pom.xml</relativePath> 24 24 </parent> his/tags/1.6.0/samples/patientpropagation-plugin/pom.xml
r1126 r1206 20 20 <groupId>org.joiningtracks</groupId> 21 21 <artifactId>his-samples</artifactId> 22 <version>1.6.0 -SNAPSHOT</version>22 <version>1.6.0</version> 23 23 <relativePath>../pom.xml</relativePath> 24 24 </parent> his/tags/1.6.0/samples/pom.xml
r1126 r1206 20 20 <groupId>org.joiningtracks</groupId> 21 21 <artifactId>his</artifactId> 22 <version>1.6.0 -SNAPSHOT</version>22 <version>1.6.0</version> 23 23 <relativePath>../pom.xml</relativePath> 24 24 </parent> his/tags/1.6.0/service/pom.xml
r1126 r1206 20 20 <groupId>org.joiningtracks</groupId> 21 21 <artifactId>his</artifactId> 22 <version>1.6.0 -SNAPSHOT</version>22 <version>1.6.0</version> 23 23 <relativePath>../pom.xml</relativePath> 24 24 </parent> his/tags/1.6.0/support/data/pom.xml
r1126 r1206 20 20 <groupId>org.joiningtracks</groupId> 21 21 <artifactId>his-support</artifactId> 22 <version>1.6.0 -SNAPSHOT</version>22 <version>1.6.0</version> 23 23 <relativePath>../pom.xml</relativePath> 24 24 </parent> his/tags/1.6.0/support/pom.xml
r1126 r1206 20 20 <groupId>org.joiningtracks</groupId> 21 21 <artifactId>his</artifactId> 22 <version>1.6.0 -SNAPSHOT</version>22 <version>1.6.0</version> 23 23 <relativePath>../pom.xml</relativePath> 24 24 </parent> his/tags/1.6.0/support/testutil/pom.xml
r1126 r1206 20 20 <groupId>org.joiningtracks</groupId> 21 21 <artifactId>his-support</artifactId> 22 <version>1.6.0 -SNAPSHOT</version>22 <version>1.6.0</version> 23 23 <relativePath>../pom.xml</relativePath> 24 24 </parent> his/tags/1.6.0/support/util/pom.xml
r1126 r1206 20 20 <groupId>org.joiningtracks</groupId> 21 21 <artifactId>his-support</artifactId> 22 <version>1.6.0 -SNAPSHOT</version>22 <version>1.6.0</version> 23 23 <relativePath>../pom.xml</relativePath> 24 24 </parent> his/tags/1.6.0/support/xmldb/pom.xml
r1126 r1206 20 20 <groupId>org.joiningtracks</groupId> 21 21 <artifactId>his-support</artifactId> 22 <version>1.6.0 -SNAPSHOT</version>22 <version>1.6.0</version> 23 23 <relativePath>../pom.xml</relativePath> 24 24 </parent> his/tags/1.6.0/tools/pom.xml
r1126 r1206 19 19 <artifactId>his</artifactId> 20 20 <groupId>org.joiningtracks</groupId> 21 <version>1.6.0 -SNAPSHOT</version>21 <version>1.6.0</version> 22 22 <relativePath>../pom.xml</relativePath> 23 23 </parent> his/tags/1.6.0/tools/src/main/resources/archetype-resources/pom.xml
r1126 r1206 8 8 <artifactId>his-samples</artifactId> 9 9 <groupId>org.joiningtracks</groupId> 10 <version>1.6.0 -SNAPSHOT</version>10 <version>1.6.0</version> 11 11 </parent> 12 12 his/tags/1.6.0/vecozo/pom.xml
r1126 r1206 20 20 <groupId>org.joiningtracks</groupId> 21 21 <artifactId>his</artifactId> 22 <version>1.6.0 -SNAPSHOT</version>22 <version>1.6.0</version> 23 23 <relativePath>../pom.xml</relativePath> 24 24 </parent>
