Skip to content

Commit

Permalink
Fixed .gitignore so that nbproject files are not ignored.
Browse files Browse the repository at this point in the history
  • Loading branch information
creechy committed Sep 13, 2012
1 parent b932c3d commit f60c0a9
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
*.ear

# Build Files #
build
build/*
build/

# NB Private #
nbproject/private
nbproject/private/*
nbproject/private/
4 changes: 2 additions & 2 deletions nbproject/genfiles.properties
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
build.xml.data.CRC32=cacbcbe9
build.xml.data.CRC32=2f414bea
build.xml.script.CRC32=141c9c2f
build.xml.stylesheet.CRC32=[email protected]
# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
nbproject/build-impl.xml.data.CRC32=cacbcbe9
nbproject/build-impl.xml.data.CRC32=2f414bea
nbproject/build-impl.xml.script.CRC32=1d202a84
nbproject/build-impl.xml.stylesheet.CRC32=[email protected]
17 changes: 17 additions & 0 deletions nbproject/project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,15 @@
<specification-version>1.33.1</specification-version>
</run-dependency>
</dependency>
<dependency>
<code-name-base>org.netbeans.modules.extexecution</code-name-base>
<build-prerequisite/>
<compile-dependency/>
<run-dependency>
<release-version>2</release-version>
<specification-version>1.31.1</specification-version>
</run-dependency>
</dependency>
<dependency>
<code-name-base>org.openide.actions</code-name-base>
<build-prerequisite/>
Expand All @@ -48,6 +57,14 @@
<specification-version>7.25.1</specification-version>
</run-dependency>
</dependency>
<dependency>
<code-name-base>org.openide.execution</code-name-base>
<build-prerequisite/>
<compile-dependency/>
<run-dependency>
<specification-version>1.27.1</specification-version>
</run-dependency>
</dependency>
<dependency>
<code-name-base>org.openide.filesystems</code-name-base>
<build-prerequisite/>
Expand Down

0 comments on commit f60c0a9

Please sign in to comment.