Skip to content

Commit

Permalink
Updated required Java version, added more to gitignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
mahills committed Dec 5, 2014
1 parent f3b97df commit 88ca36a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
19 changes: 18 additions & 1 deletion .gitignore
@@ -1,5 +1,22 @@
bin
.idea
Config.rsc

# Files generated for Rascal resources
src/*.rsc

# eclipse stuff
.metadata
bin/**
tmp/**
tmp/**/*
**/*.rvm
*.tmp
*.bak
*.swp
*~.nib
local.properties
.classpath
.settings/
.loadpath

.DS_Store
2 changes: 1 addition & 1 deletion META-INF/MANIFEST.MF
Expand Up @@ -5,4 +5,4 @@ Bundle-SymbolicName: PHPAnalysis
Bundle-Version: 1.0.0
Require-Bundle: org.eclipse.imp.pdb.values,
rascal
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-RequiredExecutionEnvironment: JavaSE-1.7

0 comments on commit 88ca36a

Please sign in to comment.