Removed spurious files.
Project: http://git-wip-us.apache.org/repos/asf/commons-complex/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-complex/commit/5529f0cd Tree: http://git-wip-us.apache.org/repos/asf/commons-complex/tree/5529f0cd Diff: http://git-wip-us.apache.org/repos/asf/commons-complex/diff/5529f0cd Branch: refs/heads/master Commit: 5529f0cd521947604f578b0a14f5fdd836132b5f Parents: 64c1c0d Author: Gilles <[email protected]> Authored: Fri Jan 6 16:19:29 2017 +0100 Committer: Gilles <[email protected]> Committed: Fri Jan 6 16:19:29 2017 +0100 ---------------------------------------------------------------------- .classpath | 26 - .project | 23 - .settings/org.eclipse.core.resources.prefs | 4 - .settings/org.eclipse.jdt.core.prefs | 5 - .settings/org.eclipse.m2e.core.prefs | 4 - log.txt | 13561 ----------------- octave-workspace | Bin 6844 -> 0 bytes target/antrun/build-main.xml | 11 - target/apidocs/META-INF/LICENSE.txt | 457 - target/apidocs/META-INF/NOTICE.txt | 9 - target/classes/META-INF/LICENSE.txt | 457 - target/classes/META-INF/NOTICE.txt | 9 - .../util/LocalizedFormats_fr.properties | 343 - .../commons/math4/random/new-joe-kuo-6.1000 | 1000 -- .../org/apache/commons/complex/Complex.class | Bin 10410 -> 0 bytes .../apache/commons/complex/ComplexFormat.class | Bin 8992 -> 0 bytes .../apache/commons/complex/ComplexUtils.class | Bin 17279 -> 0 bytes .../org/apache/commons/complex/Quaternion.class | Bin 6262 -> 0 bytes .../apache/commons/complex/RootsOfUnity.class | Bin 2223 -> 0 bytes target/jacoco.exec | Bin 14200 -> 0 bytes .../compile/default-compile/createdFiles.lst | 4 - .../compile/default-compile/inputFiles.lst | 6 - .../default-testCompile/createdFiles.lst | 6 - .../default-testCompile/inputFiles.lst | 11 - target/osgi/MANIFEST.MF | 22 - ...apache.commons.complex.ComplexFormatTest.xml | 92 - ...T-org.apache.commons.complex.ComplexTest.xml | 2298 --- ....apache.commons.complex.ComplexUtilsTest.xml | 8297 ---------- ....commons.complex.FrenchComplexFormatTest.xml | 92 - ...rg.apache.commons.complex.QuaternionTest.xml | 3161 ---- ...g.apache.commons.complex.RetryRunnerTest.xml | 63 - ....apache.commons.complex.RootsOfUnityTest.xml | 82 - ...apache.commons.complex.ComplexFormatTest.txt | 4 - .../org.apache.commons.complex.ComplexTest.txt | 2102 --- ....apache.commons.complex.ComplexUtilsTest.txt | 8226 ---------- ....commons.complex.FrenchComplexFormatTest.txt | 4 - ...rg.apache.commons.complex.QuaternionTest.txt | 3085 ---- ...g.apache.commons.complex.RetryRunnerTest.txt | 4 - ....apache.commons.complex.RootsOfUnityTest.txt | 19 - target/test-classes/META-INF/LICENSE.txt | 457 - target/test-classes/META-INF/NOTICE.txt | 9 - .../complex/ComplexFormatAbstractTest.class | Bin 9067 -> 0 bytes .../commons/complex/ComplexFormatTest.class | Bin 606 -> 0 bytes .../complex/ComplexTest$TestComplex.class | Bin 1063 -> 0 bytes .../apache/commons/complex/ComplexTest.class | Bin 31723 -> 0 bytes .../commons/complex/ComplexUtilsTest.class | Bin 12548 -> 0 bytes .../complex/FrenchComplexFormatTest.class | Bin 628 -> 0 bytes .../apache/commons/complex/QuaternionTest.class | Bin 8456 -> 0 bytes .../org/apache/commons/complex/Retry.class | Bin 438 -> 0 bytes .../apache/commons/complex/RetryRunner$1.class | Bin 1579 -> 0 bytes .../apache/commons/complex/RetryRunner.class | Bin 1166 -> 0 bytes .../commons/complex/RetryRunnerTest.class | Bin 977 -> 0 bytes .../commons/complex/RootsOfUnityTest.class | Bin 2507 -> 0 bytes .../org/apache/commons/complex/TestUtils.class | Bin 7889 -> 0 bytes 54 files changed, 43953 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-complex/blob/5529f0cd/.classpath ---------------------------------------------------------------------- diff --git a/.classpath b/.classpath deleted file mode 100644 index f619a53..0000000 --- a/.classpath +++ /dev/null @@ -1,26 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<classpath> - <classpathentry kind="src" output="target/classes" path="src/main/java"> - <attributes> - <attribute name="optional" value="true"/> - <attribute name="maven.pomderived" value="true"/> - </attributes> - </classpathentry> - <classpathentry kind="src" output="target/test-classes" path="src/test/java"> - <attributes> - <attribute name="optional" value="true"/> - <attribute name="maven.pomderived" value="true"/> - </attributes> - </classpathentry> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"> - <attributes> - <attribute name="maven.pomderived" value="true"/> - </attributes> - </classpathentry> - <classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"> - <attributes> - <attribute name="maven.pomderived" value="true"/> - </attributes> - </classpathentry> - <classpathentry kind="output" path="target/classes"/> -</classpath> http://git-wip-us.apache.org/repos/asf/commons-complex/blob/5529f0cd/.project ---------------------------------------------------------------------- diff --git a/.project b/.project deleted file mode 100644 index 72b8bd3..0000000 --- a/.project +++ /dev/null @@ -1,23 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<projectDescription> - <name>commons-complex</name> - <comment></comment> - <projects> - </projects> - <buildSpec> - <buildCommand> - <name>org.eclipse.jdt.core.javabuilder</name> - <arguments> - </arguments> - </buildCommand> - <buildCommand> - <name>org.eclipse.m2e.core.maven2Builder</name> - <arguments> - </arguments> - </buildCommand> - </buildSpec> - <natures> - <nature>org.eclipse.jdt.core.javanature</nature> - <nature>org.eclipse.m2e.core.maven2Nature</nature> - </natures> -</projectDescription> http://git-wip-us.apache.org/repos/asf/commons-complex/blob/5529f0cd/.settings/org.eclipse.core.resources.prefs ---------------------------------------------------------------------- diff --git a/.settings/org.eclipse.core.resources.prefs b/.settings/org.eclipse.core.resources.prefs deleted file mode 100644 index f9fe345..0000000 --- a/.settings/org.eclipse.core.resources.prefs +++ /dev/null @@ -1,4 +0,0 @@ -eclipse.preferences.version=1 -encoding//src/main/java=UTF-8 -encoding//src/test/java=UTF-8 -encoding/<project>=UTF-8 http://git-wip-us.apache.org/repos/asf/commons-complex/blob/5529f0cd/.settings/org.eclipse.jdt.core.prefs ---------------------------------------------------------------------- diff --git a/.settings/org.eclipse.jdt.core.prefs b/.settings/org.eclipse.jdt.core.prefs deleted file mode 100644 index ec4300d..0000000 --- a/.settings/org.eclipse.jdt.core.prefs +++ /dev/null @@ -1,5 +0,0 @@ -eclipse.preferences.version=1 -org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 -org.eclipse.jdt.core.compiler.compliance=1.7 -org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning -org.eclipse.jdt.core.compiler.source=1.7 http://git-wip-us.apache.org/repos/asf/commons-complex/blob/5529f0cd/.settings/org.eclipse.m2e.core.prefs ---------------------------------------------------------------------- diff --git a/.settings/org.eclipse.m2e.core.prefs b/.settings/org.eclipse.m2e.core.prefs deleted file mode 100644 index f897a7f..0000000 --- a/.settings/org.eclipse.m2e.core.prefs +++ /dev/null @@ -1,4 +0,0 @@ -activeProfiles= -eclipse.preferences.version=1 -resolveWorkspaceProjects=true -version=1
