diff options
author | Sven Gothel <[email protected]> | 2010-09-23 16:30:25 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2010-09-23 16:30:25 +0200 |
commit | 1c02f0eeb539ff5de7259b822893ab63a9cc3ab0 (patch) | |
tree | 18710de3939537dd9835f6c43b9ddc9e253237a4 /nbproject | |
parent | 0feca163be47db2ea94f7546e696136d6f9496e9 (diff) |
NEWT: Changed Lifecycle of Display/Screen (part 4) - Reparenting - Tests
- Adapted tests to API changes
- Notably new Display lifecycle / Reparenting tests:
- TestDisplayLifecycle01NEWT - Tests display lifecycle
- TestParenting01NEWT - Tests various reparenting cases (native/recreate)
- TestParenting01bAWT - Tests Animator/FPSAnimator with reparenting (AWT/Newt)
- Other changes:
- TestGearsNEWT: Added 'on-the-fly' KeyAdapter
inducing a GLRunnable into the GLWindow for fullscreen toggle.
-
Diffstat (limited to 'nbproject')
-rw-r--r-- | nbproject/project.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nbproject/project.xml b/nbproject/project.xml index 55eca73f7..9440c28aa 100644 --- a/nbproject/project.xml +++ b/nbproject/project.xml @@ -148,6 +148,12 @@ <script>${ant.script}</script> <build-target>all</build-target> </export> + <export> + <type>folder</type> + <location>bin</location> + <script>${ant.script}</script> + <build-target>all</build-target> + </export> <view> <items> <source-folder style="packages"> |