diff options
author | Wayne Meissner <wmeissner@gmail.com> | 2008-12-01 20:40:30 +1000 |
---|---|---|
committer | Wayne Meissner <wmeissner@gmail.com> | 2008-12-01 20:40:30 +1000 |
commit | 9654418751e50c6d3feadcbcb88a5f00f80b8327 (patch) | |
tree | 5715fb65b4cf7a1ef93edbd68f7741003e5c683f /nbproject | |
parent | 79139643d85a91e3ac250027de6ba139319b7961 (diff) | |
download | ffi-9654418751e50c6d3feadcbcb88a5f00f80b8327.tar.gz |
Sync netbeans metadata
Diffstat (limited to 'nbproject')
-rw-r--r-- | nbproject/configurations.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/nbproject/configurations.xml b/nbproject/configurations.xml index 4614a6f..464946a 100644 --- a/nbproject/configurations.xml +++ b/nbproject/configurations.xml @@ -30,6 +30,7 @@ <itemPath>lib/ffi/callback.rb</itemPath> <itemPath>lib/ffi/ffi.rb</itemPath> <itemPath>lib/ffi/io.rb</itemPath> + <itemPath>lib/ffi/library.rb</itemPath> <itemPath>lib/ffi/memorypointer.rb</itemPath> <itemPath>lib/ffi/platform.rb</itemPath> <itemPath>lib/ffi/pointer.rb</itemPath> @@ -59,6 +60,7 @@ </logicalFolder> <itemPath>specs/buffer_spec.rb</itemPath> <itemPath>specs/callback_spec.rb</itemPath> + <itemPath>specs/library_spec.rb</itemPath> <itemPath>specs/number_spec.rb</itemPath> <itemPath>specs/pointer_spec.rb</itemPath> <itemPath>specs/spec_helper.rb</itemPath> @@ -189,6 +191,9 @@ <item path="lib/ffi/io.rb"> <itemTool>3</itemTool> </item> + <item path="lib/ffi/library.rb"> + <itemTool>3</itemTool> + </item> <item path="lib/ffi/memorypointer.rb"> <itemTool>3</itemTool> </item> @@ -240,6 +245,9 @@ <item path="specs/callback_spec.rb"> <itemTool>3</itemTool> </item> + <item path="specs/library_spec.rb"> + <itemTool>3</itemTool> + </item> <item path="specs/number_spec.rb"> <itemTool>3</itemTool> </item> |