summaryrefslogtreecommitdiffstats
path: root/nbproject/project.xml
Commit message (Collapse)AuthorAgeFilesLines
* Fixed java.home directory and removed obsolete tools.jarWade Walker2019-08-161-4/+4
| | | | | | In Java 9+, there's no longer a "jre" directory in the installation, so removed references to it. The tools.jar file also no longer exists in Java installations (it's now stored in a secret non-JAR format), so removed that as well.
* junit test NB mapping.Michael Bien2011-02-131-1/+1
|
* Proper antlr.jar in NB projects.xml (2nd try)Sven Gothel2010-11-081-4/+4
|
* PCPP: Add '# <line> <file>' pass through ; Fix NB antlr.jar referenceSven Gothel2010-11-071-1/+1
|
* Put junit.jar 4.8.2, antlr.jar 2.7.7 into make/lib, and use it as the ↵Sven Gothel2010-05-121-2/+2
| | | | default, if not specified otherwise in /home/sven/gluegen.properties
* updated NetBeans integration targets.Michael Bien2010-04-081-0/+26
|
* updated netbeans project files (added new test folder into path).Michael Bien2010-03-281-0/+16
|
* added test target to main build script.Michael Bien2010-02-121-1/+34
| | | | | added StructAccessorTest, refactored other tests. updated project files, paths etc.
* updated project files to reference antlr-3.2.jar.Michael Bien2010-01-121-3/+3
|
* added first JUnit test: GlueGenTest.java. (dependencies: junit-4.5.jar, ↵Michael Bien2009-10-181-3/+103
| | | | | | | antlr-2.7.7.jar in <gluegenroot>/lib) Test tests the basic GlueGen lifecycle: generate->compile java->compile native->load lib->call methods integrated test compile,run and debug targets into NetBeans IDE.
* gluegen.jar compiles now with source=1.5 classfile version (However, ↵Michael Bien2009-10-081-1/+1
| | | | | | gluegen-rt.jar still uses 1.4). generified classes in pcpp package and removed warnings (java 5 cleanup).
* fixed netbeans project classpath.Michael Bien2009-10-081-5/+5
|
* added NetBeans project filesMichael Bien2009-07-241-0/+89