trinidad 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/History.txt +8 -0
- data/lib/trinidad.rb +1 -1
- data/lib/trinidad/server.rb +0 -1
- metadata +3 -3
data/History.txt
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
== 1.0.2 (2010-11-11)
|
|
2
|
+
|
|
3
|
+
* stop using application directory as work directory to prevent TRINIDAD-27 and other issues
|
|
4
|
+
|
|
5
|
+
== Trinidad_jars 0.3.3 (2010-11-11)
|
|
6
|
+
|
|
7
|
+
* fix TRINIDAD-27: Tomcat 7.0.2 deletes working directory upon shutdown
|
|
8
|
+
|
|
1
9
|
== 1.0.1 (2010-11-04)
|
|
2
10
|
|
|
3
11
|
* fix problem loading lifecycle
|
data/lib/trinidad.rb
CHANGED
data/lib/trinidad/server.rb
CHANGED
|
@@ -86,7 +86,6 @@ module Trinidad
|
|
|
86
86
|
web_app = WebApp.create(@config, app_config)
|
|
87
87
|
|
|
88
88
|
app_context = @tomcat.addWebapp(web_app.context_path, web_app.web_app_dir)
|
|
89
|
-
app_context.work_dir = web_app.work_dir
|
|
90
89
|
|
|
91
90
|
Trinidad::Extensions.configure_webapp_extensions(web_app.extensions, @tomcat, app_context)
|
|
92
91
|
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 1
|
|
7
7
|
- 0
|
|
8
|
-
-
|
|
9
|
-
version: 1.0.
|
|
8
|
+
- 2
|
|
9
|
+
version: 1.0.2
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- David Calavera
|
|
@@ -14,7 +14,7 @@ autorequire:
|
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
16
|
|
|
17
|
-
date: 2010-11-
|
|
17
|
+
date: 2010-11-11 00:00:00 -06:00
|
|
18
18
|
default_executable: trinidad
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|