elexis-wiki-interface 0.5.6 → 0.5.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/Gemfile +0 -3
- data/Gemfile.lock +6 -7
- data/elexis-wiki-interface.gemspec +1 -1
- data/history.textile +13 -0
- data/lib/elexis/wiki/interface.rb +4 -4
- data/lib/elexis/wiki/version.rb +1 -1
- data/lib/elexis/wiki/workspace.rb +9 -6
- data/spec/data/pull/{ch.elexis.agenda → bundles/ch.elexis.agenda}/.project +0 -0
- data/spec/data/pull/{ch.elexis.agenda → bundles/ch.elexis.agenda}/META-INF/MANIFEST.MF +0 -0
- data/spec/data/pull/{ch.elexis.agenda → bundles/ch.elexis.agenda}/plugin.properties +0 -0
- data/spec/data/pull/{ch.elexis.agenda → bundles/ch.elexis.agenda}/plugin.xml +0 -0
- data/spec/data/pull/{ch.elexis.agenda → bundles/ch.elexis.agenda}/plugin_de.properties +0 -0
- data/spec/data/pull/{ch.elexis.agenda → bundles/ch.elexis.agenda}/plugin_en.properties +0 -0
- data/spec/data/pull/{ch.elexis.agenda → bundles/ch.elexis.agenda}/plugin_fr.properties +0 -0
- data/spec/data/pull/{ch.elexis.icpc → bundles/ch.elexis.icpc}/.project +0 -0
- data/spec/data/pull/{ch.elexis.icpc → bundles/ch.elexis.icpc}/META-INF/MANIFEST.MF +0 -0
- data/spec/data/pull/{ch.elexis.icpc → bundles/ch.elexis.icpc}/plugin.xml +0 -0
- data/spec/data/pull/{ch.elexis.notes → bundles/ch.elexis.notes}/.project +0 -0
- data/spec/data/pull/{ch.elexis.notes → bundles/ch.elexis.notes}/META-INF/MANIFEST.MF +0 -0
- data/spec/data/pull/{ch.elexis.notes → bundles/ch.elexis.notes}/plugin.properties +0 -0
- data/spec/data/pull/{ch.elexis.notes → bundles/ch.elexis.notes}/plugin.xml +0 -0
- data/spec/data/pull/{ch.elexis.notes → bundles/ch.elexis.notes}/plugin_de.properties +0 -0
- data/spec/data/pull/{ch.elexis.notes → bundles/ch.elexis.notes}/plugin_en.properties +0 -0
- data/spec/data/pull/{ch.elexis.notes → bundles/ch.elexis.notes}/plugin_fr.properties +0 -0
- data/spec/data/pull/{ch.elexis.core.application.feature → features/ch.elexis.core.application.feature}/.project +0 -0
- data/spec/data/pull/{ch.elexis.core.application.feature → features/ch.elexis.core.application.feature}/build.properties +0 -0
- data/spec/data/pull/{ch.elexis.core.application.feature → features/ch.elexis.core.application.feature}/feature.xml +0 -0
- data/spec/data/pull/{ch.elexis.core.application.feature → features/ch.elexis.core.application.feature}/pom.xml +0 -0
- data/spec/pull_spec.rb +7 -8
- metadata +47 -47
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: b8c7d5f2491911521d39a28fb89de4202447f813d96bb4b8a4fa4de5666efc9f
|
4
|
+
data.tar.gz: 2926d9b8505ca918d3e64767acc01b8832810be556c4345daad023fcdf6188f5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 42d3f5da17f8eece34dcc0e119209480dc883538ebb0258ffbca29a817034177cba0a396fcfe0eaaece1a4b91a701d7e11f2d86d57e32f1a0601d15e95f63e47
|
7
|
+
data.tar.gz: 321081c4553c55e84f3e3869439160d48e146bb8a307de3991d619e7a10c8ea9cd35711a478e88e7e62c27456228db77c8c90adf88eaf6a01c9b0838adbfe466
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
elexis-wiki-interface (0.5.
|
5
|
-
eclipse-plugin (>= 0.4.
|
4
|
+
elexis-wiki-interface (0.5.7)
|
5
|
+
eclipse-plugin (>= 0.4.3)
|
6
6
|
mediawiki-butt
|
7
7
|
rest-client (~> 2.0)
|
8
8
|
rubyzip (~> 1.2.1)
|
@@ -17,7 +17,7 @@ GEM
|
|
17
17
|
docile (1.3.1)
|
18
18
|
domain_name (0.5.20180417)
|
19
19
|
unf (>= 0.0.5, < 1.0.0)
|
20
|
-
eclipse-plugin (0.4.
|
20
|
+
eclipse-plugin (0.4.3)
|
21
21
|
nokogiri
|
22
22
|
rubyzip (~> 1.2.1)
|
23
23
|
http-cookie (1.0.3)
|
@@ -27,9 +27,9 @@ GEM
|
|
27
27
|
mediawiki-butt (3.0.0)
|
28
28
|
httpclient (~> 2.8)
|
29
29
|
method_source (0.9.0)
|
30
|
-
mime-types (3.
|
30
|
+
mime-types (3.2.2)
|
31
31
|
mime-types-data (~> 3.2015)
|
32
|
-
mime-types-data (3.
|
32
|
+
mime-types-data (3.2018.0812)
|
33
33
|
mini_portile2 (2.3.0)
|
34
34
|
netrc (0.11.0)
|
35
35
|
nokogiri (1.8.4)
|
@@ -74,7 +74,6 @@ PLATFORMS
|
|
74
74
|
|
75
75
|
DEPENDENCIES
|
76
76
|
bundler (~> 1.10)
|
77
|
-
eclipse-plugin (>= 0.4.2)
|
78
77
|
elexis-wiki-interface!
|
79
78
|
pry-byebug
|
80
79
|
rake (~> 10.0)
|
@@ -82,4 +81,4 @@ DEPENDENCIES
|
|
82
81
|
simplecov
|
83
82
|
|
84
83
|
BUNDLED WITH
|
85
|
-
1.16.
|
84
|
+
1.16.4
|
@@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
|
|
21
21
|
spec.add_dependency 'unicode'
|
22
22
|
spec.add_dependency 'mediawiki-butt'
|
23
23
|
spec.add_dependency 'rest-client', '~> 2.0'
|
24
|
-
spec.add_dependency 'eclipse-plugin', '>= 0.4.
|
24
|
+
spec.add_dependency 'eclipse-plugin', '>= 0.4.3'
|
25
25
|
spec.add_development_dependency "bundler", "~> 1.10"
|
26
26
|
spec.add_development_dependency "rake", "~> 10.0"
|
27
27
|
spec.add_development_dependency "rspec"
|
data/history.textile
CHANGED
@@ -1,3 +1,16 @@
|
|
1
|
+
h3. Version 0.5.6 (2018-08-30)
|
2
|
+
|
3
|
+
* Fixed getting features
|
4
|
+
* cleanup warnings, by updating to newer version of eclipse-plugin
|
5
|
+
|
6
|
+
h3. Version 0.5.5 (2018-08-10)
|
7
|
+
|
8
|
+
* Adapted to pomless structure
|
9
|
+
|
10
|
+
h3. Version 0.5.4 (2017-11-17)
|
11
|
+
|
12
|
+
* Update rubyzip
|
13
|
+
|
1
14
|
h3. Version 0.5.3 (2015-10-29)
|
2
15
|
|
3
16
|
* Remove dummy UTF-8 characters
|
@@ -22,8 +22,8 @@ module Elexis
|
|
22
22
|
@password = 'nopassword'
|
23
23
|
else
|
24
24
|
possibleCfgs = [File.join(Dir.pwd, 'config.yml'), '/etc/elexis-wiki-interface/config.yml', ]
|
25
|
-
possibleCfgs.each{ |cfg| @config_yml = cfg; break if File.
|
26
|
-
raise "need a config file #{possibleCfgs.join(' or ')} for wiki with user/password" unless File.
|
25
|
+
possibleCfgs.each{ |cfg| @config_yml = cfg; break if File.exist?(cfg) }
|
26
|
+
raise "need a config file #{possibleCfgs.join(' or ')} for wiki with user/password" unless File.exist?(@config_yml)
|
27
27
|
yaml = YAML.load_file(@config_yml)
|
28
28
|
@wiki_url = wiki_url
|
29
29
|
@wiki_url ||= defined?(RSpec) ? yaml['test_wiki'] : yaml['wiki']
|
@@ -147,12 +147,12 @@ module Elexis
|
|
147
147
|
end
|
148
148
|
rescue => e
|
149
149
|
puts "JSON: Could not fetch for image #{image} for #{pageName} using #{json_url}"
|
150
|
-
FileUtils.rm_f(image) if File.
|
150
|
+
FileUtils.rm_f(image) if File.exist?(image) and File.size(image) == 0
|
151
151
|
puts " was '#{json}'"
|
152
152
|
puts " error was #{e.inspect}"
|
153
153
|
end
|
154
154
|
end
|
155
|
-
puts "Downloaded image #{destination} #{File.size(destination)} bytes" if $VERBOSE and File.
|
155
|
+
puts "Downloaded image #{destination} #{File.size(destination)} bytes" if $VERBOSE and File.exist?(destination)
|
156
156
|
end
|
157
157
|
end
|
158
158
|
end
|
data/lib/elexis/wiki/version.rb
CHANGED
@@ -26,6 +26,7 @@ module Elexis
|
|
26
26
|
@info.parse_sub_dirs
|
27
27
|
@info.show if $VERBOSE
|
28
28
|
@views_missing_documentation =[]
|
29
|
+
@views_with_documentation =[]
|
29
30
|
@perspectives_missing_documentation =[]
|
30
31
|
@features_missing_documentation =[]
|
31
32
|
end
|
@@ -42,7 +43,7 @@ module Elexis
|
|
42
43
|
perspectives_missing_documentation.size == 0
|
43
44
|
puts "Eclipse-Workspace #{@info.workspace_dir} seems to have documented all views, features, plugins and perspectives"
|
44
45
|
else
|
45
|
-
puts "Eclipse-Workspace #{@info.workspace_dir} needs documenting "
|
46
|
+
puts "Eclipse-Workspace #{@info.workspace_dir} has #{@views_with_documentation.size} documented views, but needs documenting "
|
46
47
|
if views_missing_documentation.size > 0
|
47
48
|
puts " #{views_missing_documentation.size} views"
|
48
49
|
puts " #{views_missing_documentation.inspect}" if details
|
@@ -256,9 +257,10 @@ module Elexis
|
|
256
257
|
plugin.views.each{
|
257
258
|
|id, view|
|
258
259
|
pageName = viewToPageName(plugin.symbolicName, view)
|
259
|
-
content = get_content_from_wiki(File.join(
|
260
|
+
content = get_content_from_wiki(File.join(plugin.workspace, File.basename(plugin.jar_or_src), 'doc'), pageName)
|
260
261
|
next if TestPattern.match(id)
|
261
262
|
@views_missing_documentation << pageName unless content
|
263
|
+
@views_with_documentation << pageName if content
|
262
264
|
}
|
263
265
|
end
|
264
266
|
def pull_docs_perspectives(plugin)
|
@@ -266,7 +268,7 @@ module Elexis
|
|
266
268
|
plugin.perspectives.each{
|
267
269
|
|id, perspective|
|
268
270
|
pageName = perspectiveToPageName(perspective)
|
269
|
-
content = get_content_from_wiki(File.join(
|
271
|
+
content = get_content_from_wiki(File.join(plugin.workspace, File.basename(plugin.jar_or_src), 'doc'), pageName)
|
270
272
|
next if TestPattern.match(id)
|
271
273
|
@perspectives_missing_documentation << pageName unless content
|
272
274
|
}
|
@@ -274,15 +276,16 @@ module Elexis
|
|
274
276
|
def pull_docs_plugins(plugin)
|
275
277
|
id = plugin.symbolicName
|
276
278
|
pageName = id.capitalize
|
277
|
-
content = get_content_from_wiki(File.join(
|
279
|
+
content = get_content_from_wiki(File.join(plugin.workspace, File.basename(plugin.jar_or_src), 'doc'), pageName)
|
278
280
|
return if TestPattern.match(id)
|
279
281
|
end
|
280
282
|
def pull_docs_features(feature)
|
281
283
|
id = feature.symbolicName
|
282
284
|
pageName = id.capitalize
|
283
|
-
|
285
|
+
feature_dir = feature.workspace || File.join( @info.workspace_dir, id)
|
286
|
+
content = get_content_from_wiki(File.join(feature_dir, 'doc'), pageName)
|
284
287
|
unless content
|
285
|
-
content = get_content_from_wiki(File.join(
|
288
|
+
content = get_content_from_wiki(File.join(feature_dir, 'doc'), pageName.sub(/feature$/, 'feature.feature.group'))
|
286
289
|
puts "pull_docs_features failed #{id} #{pageName}" unless content
|
287
290
|
end
|
288
291
|
end
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/spec/pull_spec.rb
CHANGED
@@ -50,14 +50,13 @@ describe 'Plugin' do
|
|
50
50
|
wiki_files = Dir.glob(search)
|
51
51
|
puts "We have the pulled the following wiki_files\n#{wiki_files.join("\n")}"
|
52
52
|
end
|
53
|
-
name = File.join(@dataDir, "ch.elexis.core.application.feature", "Ch.elexis.core.application.feature.feature.group.mediawiki")
|
53
|
+
name = File.join(@dataDir, "features", "ch.elexis.core.application.feature", "Ch.elexis.core.application.feature.feature.group.mediawiki")
|
54
54
|
expect(Dir.glob(name).size).to eq 0
|
55
|
-
name = File.join(@dataDir, "ch.elexis.agenda", "doc", "Ch.elexis.agenda.mediawiki")
|
55
|
+
name = File.join(@dataDir, "bundles", "ch.elexis.agenda", "doc", "Ch.elexis.agenda.mediawiki")
|
56
56
|
expect(Dir.glob(name).size).to eq 1
|
57
|
-
name = File.join(@dataDir, "ch.elexis.agenda", "*.mediawiki")
|
57
|
+
name = File.join(@dataDir, "bundles", "ch.elexis.agenda", "*.mediawiki")
|
58
58
|
expect(Dir.glob(name).size).to eq(0)
|
59
|
-
|
60
|
-
name = File.join(@dataDir, "ch.elexis.notes", "doc", "Ch.elexis.notes.mediawiki")
|
59
|
+
name = File.join(@dataDir, "bundles", "ch.elexis.notes", "doc", "Ch.elexis.notes.mediawiki")
|
61
60
|
expect(Dir.glob(name).size).to eq 1
|
62
61
|
end
|
63
62
|
|
@@ -74,11 +73,11 @@ describe 'Plugin' do
|
|
74
73
|
end
|
75
74
|
|
76
75
|
it "should pull everything for ICPC" do
|
77
|
-
name = File.join(@dataDir, "ch.elexis.icpc", "doc", "P_ICPC.mediawiki")
|
76
|
+
name = File.join(@dataDir, "bundles", "ch.elexis.icpc", "doc", "P_ICPC.mediawiki")
|
78
77
|
expect(Dir.glob(name).size).to eq 1
|
79
|
-
name = File.join(@dataDir, "ch.elexis.icpc", "doc", "ChElexisIcpcViewsEpisodesview.mediawiki")
|
78
|
+
name = File.join(@dataDir, "bundles", "ch.elexis.icpc", "doc", "ChElexisIcpcViewsEpisodesview.mediawiki")
|
80
79
|
expect(Dir.glob(name).size).to eq 1
|
81
|
-
name = File.join(@dataDir, "ch.elexis.icpc", "doc", "Ch.elexis.icpc.mediawiki")
|
80
|
+
name = File.join(@dataDir, "bundles", "ch.elexis.icpc", "doc", "Ch.elexis.icpc.mediawiki")
|
82
81
|
expect(Dir.glob(name).size).to eq 1
|
83
82
|
content = IO.read(name)
|
84
83
|
skip('test forimages for icpc no longer working')
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: elexis-wiki-interface
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Niklaus Giger
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-08-
|
11
|
+
date: 2018-08-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubyzip
|
@@ -72,14 +72,14 @@ dependencies:
|
|
72
72
|
requirements:
|
73
73
|
- - ">="
|
74
74
|
- !ruby/object:Gem::Version
|
75
|
-
version: 0.4.
|
75
|
+
version: 0.4.3
|
76
76
|
type: :runtime
|
77
77
|
prerelease: false
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
79
79
|
requirements:
|
80
80
|
- - ">="
|
81
81
|
- !ruby/object:Gem::Version
|
82
|
-
version: 0.4.
|
82
|
+
version: 0.4.3
|
83
83
|
- !ruby/object:Gem::Dependency
|
84
84
|
name: bundler
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|
@@ -219,29 +219,29 @@ files:
|
|
219
219
|
- spec/data/images/doc_de/.project
|
220
220
|
- spec/data/images/doc_de/doc_de
|
221
221
|
- spec/data/images/elexis_api_test.png
|
222
|
-
- spec/data/pull/ch.elexis.agenda/.project
|
223
|
-
- spec/data/pull/ch.elexis.agenda/META-INF/MANIFEST.MF
|
224
|
-
- spec/data/pull/ch.elexis.agenda/plugin.properties
|
225
|
-
- spec/data/pull/ch.elexis.agenda/plugin.xml
|
226
|
-
- spec/data/pull/ch.elexis.agenda/plugin_de.properties
|
227
|
-
- spec/data/pull/ch.elexis.agenda/plugin_en.properties
|
228
|
-
- spec/data/pull/ch.elexis.agenda/plugin_fr.properties
|
229
|
-
- spec/data/pull/ch.elexis.
|
230
|
-
- spec/data/pull/ch.elexis.
|
231
|
-
- spec/data/pull/ch.elexis.
|
232
|
-
- spec/data/pull/ch.elexis.
|
233
|
-
- spec/data/pull/ch.elexis.
|
234
|
-
- spec/data/pull/ch.elexis.
|
235
|
-
- spec/data/pull/ch.elexis.
|
236
|
-
- spec/data/pull/ch.elexis.notes
|
237
|
-
- spec/data/pull/ch.elexis.notes/
|
238
|
-
- spec/data/pull/ch.elexis.notes/
|
239
|
-
- spec/data/pull/ch.elexis.notes/plugin.xml
|
240
|
-
- spec/data/pull/ch.elexis.notes/plugin_de.properties
|
241
|
-
- spec/data/pull/ch.elexis.notes/plugin_en.properties
|
242
|
-
- spec/data/pull/ch.elexis.notes/plugin_fr.properties
|
222
|
+
- spec/data/pull/bundles/ch.elexis.agenda/.project
|
223
|
+
- spec/data/pull/bundles/ch.elexis.agenda/META-INF/MANIFEST.MF
|
224
|
+
- spec/data/pull/bundles/ch.elexis.agenda/plugin.properties
|
225
|
+
- spec/data/pull/bundles/ch.elexis.agenda/plugin.xml
|
226
|
+
- spec/data/pull/bundles/ch.elexis.agenda/plugin_de.properties
|
227
|
+
- spec/data/pull/bundles/ch.elexis.agenda/plugin_en.properties
|
228
|
+
- spec/data/pull/bundles/ch.elexis.agenda/plugin_fr.properties
|
229
|
+
- spec/data/pull/bundles/ch.elexis.icpc/.project
|
230
|
+
- spec/data/pull/bundles/ch.elexis.icpc/META-INF/MANIFEST.MF
|
231
|
+
- spec/data/pull/bundles/ch.elexis.icpc/plugin.xml
|
232
|
+
- spec/data/pull/bundles/ch.elexis.notes/.project
|
233
|
+
- spec/data/pull/bundles/ch.elexis.notes/META-INF/MANIFEST.MF
|
234
|
+
- spec/data/pull/bundles/ch.elexis.notes/plugin.properties
|
235
|
+
- spec/data/pull/bundles/ch.elexis.notes/plugin.xml
|
236
|
+
- spec/data/pull/bundles/ch.elexis.notes/plugin_de.properties
|
237
|
+
- spec/data/pull/bundles/ch.elexis.notes/plugin_en.properties
|
238
|
+
- spec/data/pull/bundles/ch.elexis.notes/plugin_fr.properties
|
243
239
|
- spec/data/pull/doc_de/.project
|
244
240
|
- spec/data/pull/doc_de/doc_de
|
241
|
+
- spec/data/pull/features/ch.elexis.core.application.feature/.project
|
242
|
+
- spec/data/pull/features/ch.elexis.core.application.feature/build.properties
|
243
|
+
- spec/data/pull/features/ch.elexis.core.application.feature/feature.xml
|
244
|
+
- spec/data/pull/features/ch.elexis.core.application.feature/pom.xml
|
245
245
|
- spec/data/push/ch.elexis.core.application/doc/ChElexisViewsBestellblatt.mediawiki
|
246
246
|
- spec/data/push/ch.elexis.icpc/.project
|
247
247
|
- spec/data/push/ch.elexis.icpc/META-INF/MANIFEST.MF
|
@@ -280,7 +280,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
280
280
|
version: '0'
|
281
281
|
requirements: []
|
282
282
|
rubyforge_project:
|
283
|
-
rubygems_version: 2.
|
283
|
+
rubygems_version: 2.7.3
|
284
284
|
signing_key:
|
285
285
|
specification_version: 4
|
286
286
|
summary: Interface between elexis source and wiki
|
@@ -342,29 +342,29 @@ test_files:
|
|
342
342
|
- spec/data/images/doc_de/.project
|
343
343
|
- spec/data/images/doc_de/doc_de
|
344
344
|
- spec/data/images/elexis_api_test.png
|
345
|
-
- spec/data/pull/ch.elexis.agenda/.project
|
346
|
-
- spec/data/pull/ch.elexis.agenda/META-INF/MANIFEST.MF
|
347
|
-
- spec/data/pull/ch.elexis.agenda/plugin.properties
|
348
|
-
- spec/data/pull/ch.elexis.agenda/plugin.xml
|
349
|
-
- spec/data/pull/ch.elexis.agenda/plugin_de.properties
|
350
|
-
- spec/data/pull/ch.elexis.agenda/plugin_en.properties
|
351
|
-
- spec/data/pull/ch.elexis.agenda/plugin_fr.properties
|
352
|
-
- spec/data/pull/ch.elexis.
|
353
|
-
- spec/data/pull/ch.elexis.
|
354
|
-
- spec/data/pull/ch.elexis.
|
355
|
-
- spec/data/pull/ch.elexis.
|
356
|
-
- spec/data/pull/ch.elexis.
|
357
|
-
- spec/data/pull/ch.elexis.
|
358
|
-
- spec/data/pull/ch.elexis.
|
359
|
-
- spec/data/pull/ch.elexis.notes
|
360
|
-
- spec/data/pull/ch.elexis.notes/
|
361
|
-
- spec/data/pull/ch.elexis.notes/
|
362
|
-
- spec/data/pull/ch.elexis.notes/plugin.xml
|
363
|
-
- spec/data/pull/ch.elexis.notes/plugin_de.properties
|
364
|
-
- spec/data/pull/ch.elexis.notes/plugin_en.properties
|
365
|
-
- spec/data/pull/ch.elexis.notes/plugin_fr.properties
|
345
|
+
- spec/data/pull/bundles/ch.elexis.agenda/.project
|
346
|
+
- spec/data/pull/bundles/ch.elexis.agenda/META-INF/MANIFEST.MF
|
347
|
+
- spec/data/pull/bundles/ch.elexis.agenda/plugin.properties
|
348
|
+
- spec/data/pull/bundles/ch.elexis.agenda/plugin.xml
|
349
|
+
- spec/data/pull/bundles/ch.elexis.agenda/plugin_de.properties
|
350
|
+
- spec/data/pull/bundles/ch.elexis.agenda/plugin_en.properties
|
351
|
+
- spec/data/pull/bundles/ch.elexis.agenda/plugin_fr.properties
|
352
|
+
- spec/data/pull/bundles/ch.elexis.icpc/.project
|
353
|
+
- spec/data/pull/bundles/ch.elexis.icpc/META-INF/MANIFEST.MF
|
354
|
+
- spec/data/pull/bundles/ch.elexis.icpc/plugin.xml
|
355
|
+
- spec/data/pull/bundles/ch.elexis.notes/.project
|
356
|
+
- spec/data/pull/bundles/ch.elexis.notes/META-INF/MANIFEST.MF
|
357
|
+
- spec/data/pull/bundles/ch.elexis.notes/plugin.properties
|
358
|
+
- spec/data/pull/bundles/ch.elexis.notes/plugin.xml
|
359
|
+
- spec/data/pull/bundles/ch.elexis.notes/plugin_de.properties
|
360
|
+
- spec/data/pull/bundles/ch.elexis.notes/plugin_en.properties
|
361
|
+
- spec/data/pull/bundles/ch.elexis.notes/plugin_fr.properties
|
366
362
|
- spec/data/pull/doc_de/.project
|
367
363
|
- spec/data/pull/doc_de/doc_de
|
364
|
+
- spec/data/pull/features/ch.elexis.core.application.feature/.project
|
365
|
+
- spec/data/pull/features/ch.elexis.core.application.feature/build.properties
|
366
|
+
- spec/data/pull/features/ch.elexis.core.application.feature/feature.xml
|
367
|
+
- spec/data/pull/features/ch.elexis.core.application.feature/pom.xml
|
368
368
|
- spec/data/push/ch.elexis.core.application/doc/ChElexisViewsBestellblatt.mediawiki
|
369
369
|
- spec/data/push/ch.elexis.icpc/.project
|
370
370
|
- spec/data/push/ch.elexis.icpc/META-INF/MANIFEST.MF
|