Skip to content
This repository was archived by the owner on Sep 19, 2019. It is now read-only.

Commit 7993836

Browse files
author
willmeek
authored
Merge pull request #202 from puppetlabs/maint_modsync_384f4c1
(maint) - modulesync 384f4c1
2 parents fe7dd74 + 324ec71 commit 7993836

6 files changed

Lines changed: 132 additions & 481 deletions

File tree

.gitignore

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,23 @@
1-
pkg/
2-
Gemfile.lock
3-
vendor/
4-
spec/fixtures/
5-
.vagrant/
1+
#This file is generated by ModuleSync, do not edit.Z
2+
*.iml
3+
.*.sw[op]
4+
.DS_Store
65
.bundle/
6+
.idea/
7+
.metadata
8+
.vagrant/
9+
.yardoc
10+
.yardwarns
11+
Gemfile.local
12+
Gemfile.lock
13+
bin/
714
coverage/
15+
doc/
16+
junit/
817
log/
9-
.idea/
10-
*.iml
11-
*.swp
18+
pkg/
19+
spec/fixtures/manifests/
20+
spec/fixtures/modules/
21+
tmp/
22+
vendor/
23+

.project

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>puppetlabs-netscaler</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>com.puppetlabs.geppetto.pp.dsl.ui.modulefileBuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
<buildCommand>
14+
<name>org.eclipse.xtext.ui.shared.xtextBuilder</name>
15+
<arguments>
16+
</arguments>
17+
</buildCommand>
18+
</buildSpec>
19+
<natures>
20+
<nature>com.puppetlabs.geppetto.pp.dsl.ui.puppetNature</nature>
21+
<nature>org.eclipse.xtext.ui.shared.xtextNature</nature>
22+
</natures>
23+
</projectDescription>

.rspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
--color
2+
--format documentation

0 commit comments

Comments
 (0)