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 sourcepath="commons-httpclient-3.0.1-src.zip" kind="lib" path="commons-httpclient-3.0.1.jar"/>
	<classpathentry kind="lib" path="commons-logging-1.0.3.jar"/>
	<classpathentry kind="lib" path="commons-codec-1.3.jar"/>
	<classpathentry sourcepath="commons-lang-2.1-src.zip" kind="lib" path="commons-lang-2.1.jar"/>
	<classpathentry combineaccessrules="false" kind="src" path="/net.sf.groovyMonkey.groovy"/>
	<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
  monkey/
    Dialog.gm
    JakartaCommonsDownload.gm
  src/
    net/
      groovy/
        example/
          DeliciousAPI.groovy
          GTest.groovy
  .classpath
  .project
  commons-codec-1.3.jar
  commons-httpclient-3.0.1-src.zip
  commons-httpclient-3.0.1.jar
  commons-lang-2.1-src.zip
  commons-lang-2.1.jar
  commons-logging-1.0.3.jar
  groovy-all-1.0-jsr-05.jar