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.
Files changed (31) hide show
  1. checksums.yaml +5 -5
  2. data/Gemfile +0 -3
  3. data/Gemfile.lock +6 -7
  4. data/elexis-wiki-interface.gemspec +1 -1
  5. data/history.textile +13 -0
  6. data/lib/elexis/wiki/interface.rb +4 -4
  7. data/lib/elexis/wiki/version.rb +1 -1
  8. data/lib/elexis/wiki/workspace.rb +9 -6
  9. data/spec/data/pull/{ch.elexis.agenda → bundles/ch.elexis.agenda}/.project +0 -0
  10. data/spec/data/pull/{ch.elexis.agenda → bundles/ch.elexis.agenda}/META-INF/MANIFEST.MF +0 -0
  11. data/spec/data/pull/{ch.elexis.agenda → bundles/ch.elexis.agenda}/plugin.properties +0 -0
  12. data/spec/data/pull/{ch.elexis.agenda → bundles/ch.elexis.agenda}/plugin.xml +0 -0
  13. data/spec/data/pull/{ch.elexis.agenda → bundles/ch.elexis.agenda}/plugin_de.properties +0 -0
  14. data/spec/data/pull/{ch.elexis.agenda → bundles/ch.elexis.agenda}/plugin_en.properties +0 -0
  15. data/spec/data/pull/{ch.elexis.agenda → bundles/ch.elexis.agenda}/plugin_fr.properties +0 -0
  16. data/spec/data/pull/{ch.elexis.icpc → bundles/ch.elexis.icpc}/.project +0 -0
  17. data/spec/data/pull/{ch.elexis.icpc → bundles/ch.elexis.icpc}/META-INF/MANIFEST.MF +0 -0
  18. data/spec/data/pull/{ch.elexis.icpc → bundles/ch.elexis.icpc}/plugin.xml +0 -0
  19. data/spec/data/pull/{ch.elexis.notes → bundles/ch.elexis.notes}/.project +0 -0
  20. data/spec/data/pull/{ch.elexis.notes → bundles/ch.elexis.notes}/META-INF/MANIFEST.MF +0 -0
  21. data/spec/data/pull/{ch.elexis.notes → bundles/ch.elexis.notes}/plugin.properties +0 -0
  22. data/spec/data/pull/{ch.elexis.notes → bundles/ch.elexis.notes}/plugin.xml +0 -0
  23. data/spec/data/pull/{ch.elexis.notes → bundles/ch.elexis.notes}/plugin_de.properties +0 -0
  24. data/spec/data/pull/{ch.elexis.notes → bundles/ch.elexis.notes}/plugin_en.properties +0 -0
  25. data/spec/data/pull/{ch.elexis.notes → bundles/ch.elexis.notes}/plugin_fr.properties +0 -0
  26. data/spec/data/pull/{ch.elexis.core.application.feature → features/ch.elexis.core.application.feature}/.project +0 -0
  27. data/spec/data/pull/{ch.elexis.core.application.feature → features/ch.elexis.core.application.feature}/build.properties +0 -0
  28. data/spec/data/pull/{ch.elexis.core.application.feature → features/ch.elexis.core.application.feature}/feature.xml +0 -0
  29. data/spec/data/pull/{ch.elexis.core.application.feature → features/ch.elexis.core.application.feature}/pom.xml +0 -0
  30. data/spec/pull_spec.rb +7 -8
  31. metadata +47 -47
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: a22080740e70d432d3c23490a767c09d9e3e1aa4
4
- data.tar.gz: a6a7cba8a7d6819359bde4177ca77c583ecddab4
2
+ SHA256:
3
+ metadata.gz: b8c7d5f2491911521d39a28fb89de4202447f813d96bb4b8a4fa4de5666efc9f
4
+ data.tar.gz: 2926d9b8505ca918d3e64767acc01b8832810be556c4345daad023fcdf6188f5
5
5
  SHA512:
6
- metadata.gz: a9de7f09eed4191114276f7a780fd2bc3802cf02b485c14715ac8a9714810915585ecd5f33a279b9d0a6a913111065399b1859632d85953ba3ff7b49a8cd6f3b
7
- data.tar.gz: 071d6a9a0f209410505b08953bf0ed6361dfcbaad6624f8d5f6794fb361977ea72cdc37a5fa33c28e4ee2a7866a3fdf1e74f8c8c1ed4f67af4749e7870ba7db9
6
+ metadata.gz: 42d3f5da17f8eece34dcc0e119209480dc883538ebb0258ffbca29a817034177cba0a396fcfe0eaaece1a4b91a701d7e11f2d86d57e32f1a0601d15e95f63e47
7
+ data.tar.gz: 321081c4553c55e84f3e3869439160d48e146bb8a307de3991d619e7a10c8ea9cd35711a478e88e7e62c27456228db77c8c90adf88eaf6a01c9b0838adbfe466
data/Gemfile CHANGED
@@ -3,9 +3,6 @@ source 'https://rubygems.org'
3
3
  # Specify your gem's dependencies in elexis-wiki-interface.gemspec
4
4
  gemspec
5
5
 
6
-
7
- gem 'eclipse-plugin', '>= 0.4.2'# , :path => '/opt/rm/eclipse-plugin' #, '>= 0.5.4'
8
-
9
6
  group :debugger do
10
7
  gem 'pry-byebug'
11
8
  end
@@ -1,8 +1,8 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- elexis-wiki-interface (0.5.6)
5
- eclipse-plugin (>= 0.4.2)
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.2)
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.1)
30
+ mime-types (3.2.2)
31
31
  mime-types-data (~> 3.2015)
32
- mime-types-data (3.2016.0521)
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.1
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.2'
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"
@@ -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.exists?(cfg) }
26
- raise "need a config file #{possibleCfgs.join(' or ')} for wiki with user/password" unless File.exists?(@config_yml)
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.exists?(image) and File.size(image) == 0
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.exists?(destination)
155
+ puts "Downloaded image #{destination} #{File.size(destination)} bytes" if $VERBOSE and File.exist?(destination)
156
156
  end
157
157
  end
158
158
  end
@@ -1,5 +1,5 @@
1
1
  module Elexis
2
2
  module Wiki
3
- VERSION = "0.5.6"
3
+ VERSION = "0.5.7"
4
4
  end
5
5
  end
@@ -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(@info.workspace_dir, File.basename(plugin.jar_or_src), 'doc'), pageName)
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(@info.workspace_dir, File.basename(plugin.jar_or_src), 'doc'), pageName)
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(@info.workspace_dir, File.basename(plugin.jar_or_src), 'doc'), pageName)
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
- content = get_content_from_wiki(File.join(@info.workspace_dir, id, 'doc'), pageName)
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(@info.workspace_dir, id, 'doc'), pageName.sub(/feature$/, 'feature.feature.group'))
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
@@ -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.6
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-10 00:00:00.000000000 Z
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.2
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.2
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.core.application.feature/.project
230
- - spec/data/pull/ch.elexis.core.application.feature/build.properties
231
- - spec/data/pull/ch.elexis.core.application.feature/feature.xml
232
- - spec/data/pull/ch.elexis.core.application.feature/pom.xml
233
- - spec/data/pull/ch.elexis.icpc/.project
234
- - spec/data/pull/ch.elexis.icpc/META-INF/MANIFEST.MF
235
- - spec/data/pull/ch.elexis.icpc/plugin.xml
236
- - spec/data/pull/ch.elexis.notes/.project
237
- - spec/data/pull/ch.elexis.notes/META-INF/MANIFEST.MF
238
- - spec/data/pull/ch.elexis.notes/plugin.properties
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.6.8
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.core.application.feature/.project
353
- - spec/data/pull/ch.elexis.core.application.feature/build.properties
354
- - spec/data/pull/ch.elexis.core.application.feature/feature.xml
355
- - spec/data/pull/ch.elexis.core.application.feature/pom.xml
356
- - spec/data/pull/ch.elexis.icpc/.project
357
- - spec/data/pull/ch.elexis.icpc/META-INF/MANIFEST.MF
358
- - spec/data/pull/ch.elexis.icpc/plugin.xml
359
- - spec/data/pull/ch.elexis.notes/.project
360
- - spec/data/pull/ch.elexis.notes/META-INF/MANIFEST.MF
361
- - spec/data/pull/ch.elexis.notes/plugin.properties
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