Skip to content

Commit 07f984e

Browse files
committed
Added dependencies for Java test application whose absence result in unresolved dependencies warning upon loading the project. These files are also added to .gitignore so their changes are not tracked.
1 parent d5f8af3 commit 07f984e

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,14 @@ nbproject/private/private.properties
1111
nbproject/private/private.xml
1212
test/testapp/nbproject/private/private.properties
1313
test/testapp/nbproject/private/private.xml
14-
/test/JavaApplication2/nbproject/private/
1514
/test/JavaTestApplication/nbproject/private/
1615
/test/JavaTestApplication/build/
1716
/test/CN1TestApp/build/
1817
/test/CN1TestApp/dist/
1918
/test/CN1TestApp/nbproject/private/
2019
test/CN1TestApp/lib/impl/cls/ca/weblite/codename1/json/JSONArray.class
2120
/test/JavaTestApplication/dist/
21+
/test/JavaTestApplication/lib/CN1JSON.cn1lib
22+
/test/JavaTestApplication/lib/JavaSE.jar
2223
test/CN1TestApp/lib/impl/
2324
/dist/
49.6 KB
Binary file not shown.
21.4 MB
Binary file not shown.

0 commit comments

Comments
 (0)