Subversion Repositories pub

Compare Revisions

No changes between revisions

Ignore whitespace Rev 53 → Rev 56

/pluggablejs/trunk/src/net/outlyer/plugins/PluginEnvironmentImpl.java
24,6 → 24,8
* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
 
// $Id$
 
import java.io.IOException;
import java.io.LineNumberReader;
import java.lang.reflect.Field;
59,8 → 61,10
private StringBuilder boilerPlate;
private List<String> acceptedTypes = null;
private int maxApi=API.REVISION;
int linesToCheckForSupport = 5;
// Since these lines are evaluated they'll be executed twice
// so the lower the number the better to reduce unexpected side effects
int linesToCheckForSupport = 1;
 
static final String EXPORTED_SANDBOX_VARIABLE = "$net.outlyer.runtime.sandbox";
{
Property changes:
Added: svn:keywords
+Rev Id Date
\ No newline at end of property