.classpath #1

  • //
  • guest/
  • paul_allen/
  • p4convert-maven/
  • .classpath
  • View
  • Commits
  • Open Download .zip Download (2 KB)
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
	<classpathentry exported="true" kind="lib" path="prop"/>
	<classpathentry exported="true" kind="lib" path="ext/commons-cli-1.2.jar">
		<attributes>
			<attribute name="javadoc_location" value="jar:platform:/resource/p4-convert.public/ext/commons-cli-1.2/commons-cli-1.2-javadoc.jar!/"/>
		</attributes>
	</classpathentry>
	<classpathentry exported="true" kind="lib" path="ext/p4java-2014.1.965322/p4java-2014.1.965322.jar" sourcepath="ext/p4java-2014.1.965322/p4java-2014.1.965322.jar">
		<attributes>
			<attribute name="javadoc_location" value="file:/Users/pallen/Workspaces/main.p4-convert.svn/public/ext/p4java-2014.1.965322/docs/"/>
		</attributes>
	</classpathentry>
	<classpathentry exported="true" kind="lib" path="ext/icu4j-54_1_1.jar"/>
	<classpathentry exported="true" kind="lib" path="ext/gson-2.3.1.jar"/>
	<classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
	<classpathentry kind="src" path="src"/>
	<classpathentry kind="src" path="test"/>
	<classpathentry exported="true" kind="lib" path="ext/org.hamcrest.core_1.1.0.v20090501071000.jar"/>
	<classpathentry exported="true" kind="lib" path="ext/org.junit_4.8.1.v4_8_1_v20100427-1100/junit.jar"/>
	<classpathentry exported="true" kind="lib" path="ext/slf4j-api-1.6.6.jar"/>
	<classpathentry exported="true" kind="lib" path="ext/slf4j-log4j12-1.6.6.jar"/>
	<classpathentry exported="true" kind="lib" path="ext/log4j-1.2.17.jar"/>
	<classpathentry kind="output" path="bin"/>
</classpath>
# Change User Description Committed
#2 13882 Paul Allen Fixed path issues for tests and removed external jars.
#1 13873 Paul Allen Branching using p4convert-maven
//guest/perforce_software/p4convert/.classpath
#6 12405 Paul Allen CVS: Save change list data to a JSON formatted file 'changes.json'.

(Work-In-Progress)
 - need to add load option and resume flags
#5 12219 Paul Allen Update ICU4J libs to 54_1_1
#4 12195 Paul Allen CVS - Use the RCS 'expand' field to detect BINARY files.
 If set this will take precedence over the type map.

 - Added test case061
#3 11978 Paul Allen Upgrade p4java to 2014.1
#2 11186 Paul Allen Support standard command line arguments.

Important change please note...
@rjackson @nmorse

The change was needed to extend the current features like --info and --user for CVS and
future SCM support.  Please check the documentation and CLI usage for the new usage.

 - CVS support for --users
 - Unit tests for CLI arguments

Example: standard usage.
     java -jar p4convert.jar --config=myFile.cfg

Example: generate a CVS configuration file.
     java -jar p4convert.jar --type=CVS --default

Example: report Subversion repository usage.
     java -jar p4convert.jar --type=SVN --repo=/path/to/repo.dump --info
#1 9807 Paul Allen Initial import of p4-convert (from change 894340)