Code Search for Developers
 
 
  

.classpath from Groovy Eclipse Monkey at Krugle


Show .classpath syntax highlighted

<?xml version="1.0" encoding="UTF-8"?>
<classpath>
	<classpathentry kind="src" path="src"/>
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
	<classpathentry kind="lib" path="C:/plugins/GroovyEclipse/eclipse/plugins/org.codehaus.groovy.eclipse_1.0.0.20060725/lib/commons-io-1.2.jar"/>
	<classpathentry kind="lib" path="C:/plugins/GroovyEclipse/eclipse/plugins/org.codehaus.groovy.eclipse_1.0.0.20060725/lib/commons-lang-2.1.jar"/>
	<classpathentry sourcepath="/GroovyEclipse/lib/groovy-1.0-jsr-06-src.zip" kind="lib" path="C:/plugins/GroovyEclipse/eclipse/plugins/org.codehaus.groovy.eclipse_1.0.0.20060725/lib/groovy-all-1.0-JSR-06.jar"/>
	<classpathentry kind="lib" path="C:/eclipse3.2/eclipse/plugins/org.junit_3.8.1/junit.jar"/>
	<classpathentry exported="true" kind="lib" path="bin-groovy"/>
	<classpathentry kind="output" path="bin"/>
</classpath>




See more files for this project here

Groovy Eclipse Monkey

Groovy Monkey is a Utility for Eclipse that enables you to create scripts in Groovy, Beanshell, Python or Ruby to run directly in Eclipse. This tool can be used to Eclipse API exploration, automation scripts, and rapid plugin prototyping.

Project homepage: http://sourceforge.net/projects/groovy-monkey
Programming language(s): Groovy,Java,XML
License: other

  .settings/
    org.codehaus.groovy.eclipse.preferences.prefs
    org.eclipse.jdt.core.prefs
  src/
    chap1/
      AllTests.java
      AssignStm.groovy
      CompoundStm.groovy
      ConstructorsCategory.groovy
      EseqExp.groovy
      Exp.groovy
      ExpList.groovy
      IdExp.groovy
      IntAndTable.groovy
      LastExpList.groovy
      NumExp.groovy
      OpExp.groovy
      Ops.java
      PairExpList.groovy
      PrintStm.groovy
      Prog1.groovy
      Prog2.groovy
      Prog2Test.groovy
      Stm.groovy
    chap2/
      MyParser.jj
      package-info.java
    chap3/
      MyParser.jj
    javacc/
      examples/
        simpleexamples/
          simple1/
            README
            Simple1.jj
          simple2/
            Simple2.jj
          simple3/
            Simple3.jj
          IdList.jj
          NL_Xlator.jj
  .classpath
  .project