Skip to content

Commit

Permalink
version info
Browse files Browse the repository at this point in the history
  • Loading branch information
jbfaden committed May 10, 2016
1 parent a8357ba commit eeff4ba
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 12 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/build/
16 changes: 8 additions & 8 deletions build.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- You may freely edit this file. See harness/README in the NetBeans platform -->
<!-- for some information on what you could do (e.g. targets to override). -->
<!-- If you delete this file and reopen the project it will be recreated. -->
<project name="org.netbeans.modules.nbexpose" default="netbeans" basedir=".">
<description>Builds, tests, and runs the project org.netbeans.modules.nbexpose.</description>
<import file="nbproject/build-impl.xml"/>
</project>
<?xml version="1.0" encoding="UTF-8"?>
<!-- You may freely edit this file. See harness/README in the NetBeans platform -->
<!-- for some information on what you could do (e.g. targets to override). -->
<!-- If you delete this file and reopen the project it will be recreated. -->
<project name="org.netbeans.modules.nbexpose" default="netbeans" basedir=".">
<description>Builds, tests, and runs the project org.netbeans.modules.nbexpose.</description>
<import file="nbproject/build-impl.xml"/>
</project>
2 changes: 1 addition & 1 deletion manifest.mf
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ Manifest-Version: 1.0
OpenIDE-Module: org.netbeans.modules.nbexpose
OpenIDE-Module-Layer: org/netbeans/modules/nbexpose/layer.xml
OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/nbexpose/Bundle.properties
OpenIDE-Module-Specification-Version: 1.0.16
OpenIDE-Module-Specification-Version: 1.1.1

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=7eb9458c
build.xml.script.CRC32=a3c6976e
build.xml.stylesheet.CRC32=79c3b980
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=7eb9458c
nbproject/build-impl.xml.script.CRC32=76c24d5e
nbproject/build-impl.xml.stylesheet.CRC32=deb65f65
nbproject/build-impl.xml.stylesheet.CRC32=[email protected]
2 changes: 1 addition & 1 deletion nbproject/private/platform-private.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
user.properties.file=/home/jbf/.netbeans/6.1/build.properties
user.properties.file=/home/jbf/.netbeans/8.0.2/build.properties

0 comments on commit eeff4ba

Please sign in to comment.