Skip to main content
summaryrefslogtreecommitdiffstats
blob: 6b6b6a69a638e1ce31fbaba10ebc61f85a7d2dfb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
osgi.bundles=\
plugins/com.google.collect@3:start,\
plugins/com.google.guice@3:start,\
plugins/com.lowagie.text@3:start,\
plugins/javax.servlet@3:start,\
plugins/javax.xml@3:start,\
plugins/org.antlr.runtime@3:start,\
plugins/org.apache.commons.codec@3:start,\
plugins/org.apache.commons.httpclient@3:start,\
plugins/org.apache.commons.lang@3:start,\
plugins/org.apache.commons.logging@3:start,\
plugins/org.apache.derby@3:start,\
plugins/org.apache.log4j@3:start,\
plugins/org.apache.xerces@3:start,\
plugins/org.apache.xml.resolver@3:start,\
plugins/org.apache.xml.serializer@3:start,\
plugins/org.eclipse.core.contenttype@3:start,\
plugins/org.eclipse.core.jobs@3:start,\
plugins/org.eclipse.core.runtime@3:start,\
plugins/org.eclipse.emf.common@3:start,\
plugins/org.eclipse.emf.compare.diff@3:start,\
plugins/org.eclipse.emf.compare.match@3:start,\
plugins/org.eclipse.emf.compare@3:start,\
plugins/org.eclipse.emf.ecore.xmi@3:start,\
plugins/org.eclipse.emf.ecore@3:start,\
plugins/org.eclipse.emf.edit@3:start,\
plugins/org.eclipse.emf.emfindex@3:start,\
plugins/org.eclipse.equinox.app@3:start,\
plugins/org.eclipse.equinox.common@2:start,\
plugins/org.eclipse.equinox.ds@2:start,\
plugins/org.eclipse.equinox.http.jetty@3:start,\
plugins/org.eclipse.equinox.http.servlet@3:start,\
plugins/org.eclipse.equinox.preferences@3:start,\
plugins/org.eclipse.equinox.registry@3:start,\
plugins/org.eclipse.equinox.simpleconfigurator@3:start,\
plugins/org.eclipse.equinox.util@2:start,\
plugins/org.eclipse.osee.demo.db.connection@3:start,\
plugins/org.eclipse.osee.framework.branch.management@3:start,\
plugins/org.eclipse.osee.framework.core.server@3:start,\
plugins/org.eclipse.osee.framework.core@3:start,\
plugins/org.eclipse.osee.framework.database@3:start,\
plugins/org.eclipse.osee.framework.derby@3:start,\
plugins/org.eclipse.osee.framework.jdk.core@3:start,\
plugins/org.eclipse.osee.framework.logging@3:start,\
plugins/org.eclipse.osee.framework.manager.servlet@3:start,\
plugins/org.eclipse.osee.framework.oracle@3:start,\
plugins/org.eclipse.osee.framework.postgresql@3:start,\
plugins/org.eclipse.osee.framework.resource.locator.attribute@3:start,\
plugins/org.eclipse.osee.framework.resource.management@3:start,\
plugins/org.eclipse.osee.framework.resource.provider.attribute@3:start,\
plugins/org.eclipse.osee.framework.search.engine@3:start,\
plugins/org.eclipse.osee.framework.server.admin@3:start,\
plugins/org.eclipse.osee.framework.types@3:start,\
plugins/org.eclipse.osgi.services@2:start,\
plugins/org.eclipse.update.configurator@2:start,\
plugins/org.eclipse.xtext.util@3:start,\
plugins/org.eclipse.xtext@3:start,\
plugins/org.mortbay.jetty.server@3:start,\
plugins/org.mortbay.jetty.util@3:start,\
plugins/org.postgresql.driver@3:start

eclipse.ignoreApp=true
equinox.ds.debug=true
org.osgi.service.http.port=8089
org.osgi.framework.bootdelegation=*

osee.check.tag.queue.on.startup=true
osee.log.default=INFO
osee.db.connection.id=postgresqlLocalhost

Back to the top