All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.js-class-loader.1.2.7.source-code.js-class-loader-default.properties Maven / Gradle / Ivy

The newest version!
# ** Default values for JS-Class-Loader

basePath=.
sourcePaths=script,src

# ** Use this to include every class:
#allClasses=true

# ** Or use either or both of these to specify classes to base the dependency tree from:
#seedFiles=conf/config.xml
#seedClasses=com.myproject.Main,com.myproject.Controller

# ** Use these to specify where output files will go:
#bundleFile=gen/bundle.js
#scriptTagFile=gen/scripts.html
#graphFile=gen/dependency-graph.dot

# ** This is the location of the html page:
scriptTagsBasePath=.

# ** Regexes to let JS-Class-Loader recognise the parse-time dependencies.
# ** If you use JS-Class-Loader's Base.js you can leave these, otherwise
# ** customise them to match your project's extend and include functions.
regex.implement=^\\s*implement\\(.*
regex.extend=^\\s*extend\\(.*
regex.force=^\\s*include\\(.*

# ** You only need to set these two next properties if you have an include function that 
# ** uses a second argument as a force-load directive. See docs for details.
regex.start.force=^\\s*loadClass\\(.*
regex.whole.force=^\\s*loadClass\\(\\s*[\\w\\d\\.]+\\s*,\\s*true\\s*\\)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy