Name Last Update
..
.classpath.template Loading commit data...
.project.template Loading commit data...
Configuration.java.template Loading commit data...
Connection.java.template Loading commit data...
Connector.java.template Loading commit data...
ConnectorTests.java.template Loading commit data...
FilterTranslator.java.template Loading commit data...
Messages.properties.template Loading commit data...
README.txt.template Loading commit data...
bootstrap.groovy.template Loading commit data...
build.properties.template Loading commit data...
build.xml.template Loading commit data...
config.groovy.template Loading commit data...

README.txt.template

*** Generated Connector README.txt ***

Resource Name: $resourceName
Package Name: $packageName
Bundle Directory: $bundleDir
Framework Directory: $frameworkDir
Framework Version: $jarVersion

This folder contains the generated connector bundle skeleton, including
the source tree, lib folder hierarchry, build file, and a build
properties file. There is also a customized bootstrap.groovy script which
you can load into the Groovy console and test your connector with. Invoke
the Groovy console by typing "ant console" from the bundle directory and
then choosing File -> Open and selecting the script you want. Feel free to
modify and tailor the bootstrap script (or create your own), as it is there
to help you test and debug your connector.