Skip to content

Commit

Permalink
igb v8.4.0, clean modules
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudceol committed Jun 18, 2015
1 parent de1c434 commit 1a5f939
Show file tree
Hide file tree
Showing 26 changed files with 826 additions and 465 deletions.
65 changes: 62 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,62 @@
/target/
/.classpath
/.project
# Created by https://www.gitignore.io

### Eclipse ###
*.pydevproject
.metadata
.gradle
bin/
tmp/
*.tmp
*.bak
*.swp
*~.nib
local.properties
.settings/
.loadpath

# Eclipse Core
.project

# External tool builders
.externalToolBuilders/

# Locally stored "Eclipse launch configurations"
*.launch

# CDT-specific
.cproject

# JDT-specific (Eclipse Java Development Tools)
.classpath

# PDT-specific
.buildpath

# sbteclipse plugin
.target

# TeXlipse plugin
.texlipse


### NetBeans ###
nbproject/private/
build/
nbbuild/
dist/
nbdist/
nbactions.xml
nb-configuration.xml
.nb-gradle/


### Maven ###
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
dependency-reduced-pom.xml
buildNumber.properties

1 change: 1 addition & 0 deletions mi-bundle/nb-configuration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ That way multiple projects can share the same settings (useful for formatting ru
Any value defined here will override the pom.xml file value but is only applicable to the current project.
-->
<netbeans.hint.license>apache20</netbeans.hint.license>
<netbeans.hint.jdkPlatform>JDK_1.8</netbeans.hint.jdkPlatform>
</properties>
</project-shared-configuration>
Loading

0 comments on commit 1a5f939

Please sign in to comment.