.classpath #2

  • //
  • guest/
  • warwick_hunter/
  • p4bugzilla/
  • main/
  • .classpath
  • View
  • Commits
  • Open Download .zip Download (454 B)
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
	<classpathentry kind="src" path="src"/>
	<classpathentry kind="src" path="tests"/>
	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
	<classpathentry exported="true" kind="con" path="org.springsource.ide.eclipse.gradle.classpathcontainer"/>
	<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
	<classpathentry kind="output" path="bin"/>
</classpath>
# Change User Description Committed
#2 21161 Warwick Hunter P4 Bugzilla v2.1
- Use the new Bugzilla REST API instead of the old XMLRPC API.
- Use the latest P4 Java API.
- Build with gradle and gradlew.
- Integrate with the latest systemd Linux daemon startup environment found on Fedora 21+ systems.
- Simplified the code to focus on just the job at hand.
#1 16479 Warwick Hunter Lets try that again
//guest/warwick_hunter/main/p4bugzilla/.classpath
#1 16478 Warwick Hunter Move to a main subdirectory to work with Swarm
//guest/warwick_hunter/p4bugzilla/.classpath
#1 8009 Warwick Hunter Initial drop of p4bugzilla