Thread: [CJ-dev] commonjava-projects/commonjava-diff project.properties,NONE,1.1 maven.xml,NONE,1.1 .project
Brought to you by:
johnqueso
From: <joh...@co...> - 2004-02-20 21:25:32
|
Update of /cvsroot/commonjava/commonjava-projects/commonjava-diff In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11430 Modified Files: .project project.xml .classpath Added Files: project.properties maven.xml Log Message: corrected versioning differences...everything is up to date. --- NEW FILE: project.properties --- maven.username=maven maven.repo.remote=http://www.ibiblio.org/maven,http://www.commonjava.org/maven maven.repo.central=www.commonjava.org maven.repo.central.directory=/usr/local/maven-repository maven.multiproject.basedir=.. maven.multiproject.includes=commonjava-*/project.xml maven.multiproject.excludes=commonjava-site/project.xml maven.multiproject.aggregateDir=projects/ maven.compile.source=1.4 maven.compile.target=1.4 #maven.junit.fork=true maven.junit.usefile=${basedir}/junit.out --- NEW FILE: maven.xml --- <?xml version="1.0" encoding="UTF-8"?> <project xmlns:c="jelly:core"> <preGoal name="test:test"> <c:invokeStatic className="java.lang.System" method="setProperty"> <c:arg value="diff-test-src"/> <c:arg value="${basedir}/src/test"/> </c:invokeStatic> </preGoal> </project> Index: .project =================================================================== RCS file: /cvsroot/commonjava/commonjava-projects/commonjava-diff/.project,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- .project 17 Jan 2004 04:12:47 -0000 1.2 +++ .project 20 Feb 2004 21:14:07 -0000 1.3 @@ -1,17 +1,18 @@ <?xml version="1.0" encoding="UTF-8"?> + <projectDescription> - <name>commonjava-diff</name> - <comment></comment> - <projects> - </projects> - <buildSpec> - <buildCommand> - <name>org.eclipse.jdt.core.javabuilder</name> - <arguments> - </arguments> - </buildCommand> - </buildSpec> - <natures> - <nature>org.eclipse.jdt.core.javanature</nature> - </natures> -</projectDescription> + <name>commonjava-diff</name> + <comment>Binary Diff is CommonJava's implementation of the binary diff algorithm. It parses an inbound ByteBuffer into a map of byte occurrences, and then finds the best chunk delimiter based on minimum standard deviation and minimum average of the chunk length when divided by the candidate chunk delimiter. Then, using this character, it chunks each ByteBuffer (original and new), and proceeds much like any other diff algorithm. When a chunk is in the original but not the new, that represents deleted information. When the chunk is in the new but not the original, that is added information. These operations (adds and deletes) are then organized so that the engine can reapply them to the new stream to retrieve the old stream. It could use some optimization, but it works and we're pretty happy about that.</comment> + <projects> + </projects> + <buildSpec> + <buildCommand> + <name>org.eclipse.jdt.core.javabuilder</name> + <arguments> + </arguments> + </buildCommand> + </buildSpec> + <natures> + <nature>org.eclipse.jdt.core.javanature</nature> + </natures> +</projectDescription> \ No newline at end of file Index: project.xml =================================================================== RCS file: /cvsroot/commonjava/commonjava-projects/commonjava-diff/project.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- project.xml 18 Feb 2004 06:11:37 -0000 1.5 +++ project.xml 20 Feb 2004 21:14:08 -0000 1.6 @@ -5,7 +5,7 @@ <id>commonjava-diff</id> <name>Binary Diff</name> <groupId>commonjava</groupId> - <currentVersion>2.0-1</currentVersion> + <currentVersion>2.0-2</currentVersion> <organization> <name>CommonJava Open Component Project</name> <url>http://www.commonjava.org</url> @@ -29,13 +29,7 @@ <dependency> <groupId>commonjava</groupId> <artifactId>commonjava-lang</artifactId> - <version>2.0</version> - </dependency> - - <dependency> - <groupId>commonjava</groupId> - <artifactId>commonjava-codec</artifactId> - <version>2.0</version> + <version>2.0-1</version> </dependency> <dependency> @@ -53,7 +47,7 @@ <dependency> <groupId>commonjava</groupId> <artifactId>commonjava-util</artifactId> - <version>2.0-2</version> + <version>2.0-3</version> </dependency> <dependency> Index: .classpath =================================================================== RCS file: /cvsroot/commonjava/commonjava-projects/commonjava-diff/.classpath,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- .classpath 17 Jan 2004 04:12:47 -0000 1.1 +++ .classpath 20 Feb 2004 21:14:08 -0000 1.2 @@ -1,14 +1,24 @@ <?xml version="1.0" encoding="UTF-8"?> + <classpath> - <classpathentry kind="src" path="src/java"/> - <classpathentry kind="src" path="src/test"/> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> - <classpathentry kind="var" path="MAVEN_REPO/commonjava/jars/commonjava-codec-2.0.jar"/> - <classpathentry kind="var" path="MAVEN_REPO/commons-logging/jars/commons-logging-1.0.3.jar"/> - <classpathentry kind="var" path="MAVEN_REPO/commonjava/jars/commonjava-util-2.0-2.jar"/> - <classpathentry kind="var" path="MAVEN_REPO/commonjava/jars/commonjava-math-2.0.jar"/> - <classpathentry sourcepath="ECLIPSE_HOME/workspace/commonjava-lang/src/java" kind="var" path="MAVEN_REPO/commonjava/jars/commonjava-lang-2.0.jar"/> - <classpathentry sourcepath="ECLIPSE_HOME/workspace/commonjava-console/src/java" kind="var" path="MAVEN_REPO/commonjava/jars/commonjava-console-2.0.jar"/> - <classpathentry sourcepath="JUNIT_HOME/junitsrc.zip" kind="var" path="JUNIT_HOME/junit.jar"/> - <classpathentry kind="output" path="target/classes"/> -</classpath> + <classpathentry kind="src" path="src\java"> + </classpathentry> + <classpathentry output="target\test-classes" kind="src" path="src\test"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/junit/jars/junit-3.8.1.jar"> + </classpathentry> + <classpathentry kind="var" rootpath="JRE_SRCROOT" path="JRE_LIB" sourcepath="JRE_SRC"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/commonjava/jars/commonjava-lang-2.0-1.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/commonjava/jars/commonjava-console-2.0.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/commonjava/jars/commonjava-math-2.0.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/commonjava/jars/commonjava-util-2.0-3.jar"> + </classpathentry> + <classpathentry kind="var" path="MAVEN_REPO/commons-logging/jars/commons-logging-1.0.3.jar"> + </classpathentry> + <classpathentry kind="output" path="target\classes"> + </classpathentry> +</classpath> \ No newline at end of file |