Skip to content

Commit 230e5e6

Browse files
committed
Fix a wrong dependency #21
1 parent ca2a32b commit 230e5e6

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

nbproject/genfiles.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
build.xml.data.CRC32=736c8bcc
1+
build.xml.data.CRC32=e8740970
22
build.xml.script.CRC32=99224ca9
33
build.xml.stylesheet.CRC32=a56c6a5b@2.67.1
44
# This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml.
55
# Do not edit this file. You may delete it but then the IDE will never regenerate such files for you.
6-
nbproject/build-impl.xml.data.CRC32=736c8bcc
6+
nbproject/build-impl.xml.data.CRC32=e8740970
77
nbproject/build-impl.xml.script.CRC32=3e0b9a07
88
nbproject/build-impl.xml.stylesheet.CRC32=238281d1@2.67.1

nbproject/project.xml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -105,15 +105,6 @@
105105
<specification-version>1.59.1.1</specification-version>
106106
</run-dependency>
107107
</dependency>
108-
<dependency>
109-
<code-name-base>org.netbeans.modules.nbjunit</code-name-base>
110-
<build-prerequisite/>
111-
<compile-dependency/>
112-
<run-dependency>
113-
<release-version>1</release-version>
114-
<specification-version>1.84.1</specification-version>
115-
</run-dependency>
116-
</dependency>
117108
<dependency>
118109
<code-name-base>org.netbeans.modules.options.api</code-name-base>
119110
<build-prerequisite/>
@@ -285,10 +276,18 @@
285276
<test-dependencies>
286277
<test-type>
287278
<name>unit</name>
279+
<test-dependency>
280+
<code-name-base>org.netbeans.insane</code-name-base>
281+
<compile-dependency/>
282+
</test-dependency>
288283
<test-dependency>
289284
<code-name-base>org.netbeans.libs.junit4</code-name-base>
290285
<compile-dependency/>
291286
</test-dependency>
287+
<test-dependency>
288+
<code-name-base>org.netbeans.modules.nbjunit</code-name-base>
289+
<compile-dependency/>
290+
</test-dependency>
292291
</test-type>
293292
</test-dependencies>
294293
<public-packages/>

0 commit comments

Comments
 (0)