Skip to content

Commit

Permalink
Add geppetto infrastructure and update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidS committed Jan 25, 2013
1 parent 753ba87 commit 27b6478
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/.gradle
/metadata.json
/.rvmrc
build
pkg/
Session.vim
spec/fixtures
.*.sw[a-z]
*.un~
23 changes: 23 additions & 0 deletions .project
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>concat</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.cloudsmith.geppetto.pp.dsl.ui.modulefileBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.xtext.ui.shared.xtextBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.cloudsmith.geppetto.pp.dsl.ui.puppetNature</nature>
<nature>org.eclipse.xtext.ui.shared.xtextNature</nature>
</natures>
</projectDescription>
5 changes: 5 additions & 0 deletions Modulefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name 'multi-concat'
version '0.0.1'

author 'Several'
license 'Apache 2.0'

0 comments on commit 27b6478

Please sign in to comment.