.hgignore
author Jan Vrany <jan.vrany@fit.cvut.cz>
Fri, 30 Aug 2013 12:04:07 +0100
branchdevelopment
changeset 2694 73e08423c72b
parent 2507 f10e6a5e4d70
child 2731 13f5be2bf83b
permissions -rw-r--r--
Fix in GroovyEvaluator: import all used classes when evaluating for inspector of debugger. This makes all classes accessed without fully qualified name (vast majority of code) accessible by the evaluator as well. Otherwise, Groovy won't be able to resolve classes used in the code.

syntax: glob
*.so
*.H
*.o
*.STH
*.sc
*.class
*Init.c
java/bin
libs/java/libs
libs/java/libs-src
libs/java/target
tests/*/bin
makefile
support/fdlibm/libfdm.a
examples/tomcat6/apache-tomcat-6.0.35-src/output
examples/tomcat6/resources
examples/tomcat6/tomcat6
examples/tomcat6/display.rc
examples/tomcat6/keyboard.rc
examples/tomcat6/keyboardMacros.rc
*.base
*.orig
*.local
*.other
st.chg
tools/java/libs/ecj*.jar
tools/java/libs-src/ecj*.jar
**/.idea
**/*.iml