make/netbeans/j2se/nbproject/project.xml

Print this page
rev 4410 : Switches to packages tree view and adds unit tests to sources

*** 1,9 **** <?xml version="1.0" encoding="UTF-8"?> <!-- ! Copyright (c) 2007, Oracle and/or its affiliates. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: --- 1,9 ---- <?xml version="1.0" encoding="UTF-8"?> <!-- ! Copyright (c) 2007, 2011, Oracle and/or its affiliates. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
*** 34,48 **** --- 34,50 ---- <!DOCTYPE project [ <!ENTITY properties SYSTEM "../../common/properties.ent"> <!ENTITY share-sources SYSTEM "../../common/share-sources.ent"> <!ENTITY unix-sources SYSTEM "../../common/unix-sources.ent"> <!ENTITY windows-sources SYSTEM "../../common/windows-sources.ent"> + <!ENTITY jtreg-sources SYSTEM "../../common/jtreg-sources.ent"> <!ENTITY build-folder SYSTEM "../../common/build-folder.ent"> <!ENTITY standard-bindings SYSTEM "../../common/standard-bindings.ent"> <!ENTITY share-view SYSTEM "../../common/share-view.ent"> <!ENTITY unix-view SYSTEM "../../common/unix-view.ent"> <!ENTITY windows-view SYSTEM "../../common/windows-view.ent"> + <!ENTITY jtreg-view SYSTEM "../../common/jtreg-view.ent"> <!ENTITY file-view SYSTEM "../../common/file-view.ent"> <!ENTITY standard-actions SYSTEM "../../common/standard-actions.ent"> <!ENTITY java-data-native SYSTEM "../../common/java-data-native.ent"> ]> <project xmlns="http://www.netbeans.org/ns/project/1">
*** 57,66 **** --- 59,69 ---- <folders> &share-sources; &unix-sources; &windows-sources; &build-folder; + &jtreg-sources; </folders> <ide-actions> <action name="build"> <target>build</target> </action>
*** 80,89 **** --- 83,93 ---- <view> <items> &share-view; &unix-view; &windows-view; + &jtreg-view; &file-view; </items> <context-menu> <ide-action name="build"/> <ide-action name="rebuild"/>