packages renamed and gruop id changed in file pom
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-access/DatabasesResourcesManagerAlgorithms@97254 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
ef9cc25868
commit
50b73e86fa
|
@ -1,12 +1,12 @@
|
|||
eclipse.preferences.version=1
|
||||
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
|
||||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
|
||||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
|
||||
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
|
||||
org.eclipse.jdt.core.compiler.compliance=1.6
|
||||
org.eclipse.jdt.core.compiler.compliance=1.7
|
||||
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
|
||||
org.eclipse.jdt.core.compiler.debug.localVariable=generate
|
||||
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
|
||||
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
|
||||
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
|
||||
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
|
||||
org.eclipse.jdt.core.compiler.source=1.6
|
||||
org.eclipse.jdt.core.compiler.source=1.7
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<ReleaseNotes>
|
||||
<Changeset component="org.gcube.dataacces.algorithms.database-rm-algorithms.1-0-0"
|
||||
<Changeset component="org.gcube.dataaccess.algorithms.database-rm-algorithms.1-0-0"
|
||||
date="2014-06-09">
|
||||
<Change>first release</Change>
|
||||
</Changeset>
|
||||
|
|
4
pom.xml
4
pom.xml
|
@ -9,8 +9,8 @@
|
|||
<version>1.0.0</version>
|
||||
</parent>
|
||||
|
||||
<groupId>org.gcube.dataacces.algorithms</groupId>
|
||||
<artifactId>DatabasesResourcesManagerAlgorithms</artifactId>
|
||||
<groupId>org.gcube.dataaccess.algorithms</groupId>
|
||||
<artifactId>database-rm-algorithms</artifactId>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
<name>DatabasesResourcesManagerAlgorithms</name>
|
||||
<description>Databases Resources Manager Algorithms</description>
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
package org.gcube.dataacces.algorithms.drmalgorithms;
|
||||
|
||||
public enum SubmitQueryEnum {
|
||||
TRUE,
|
||||
FALSE
|
||||
}
|
|
@ -1,4 +1,4 @@
|
|||
package org.gcube.dataacces.algorithms.drmalgorithms;
|
||||
package org.gcube.dataaccess.algorithms.drmalgorithms;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.util.ArrayList;
|
|
@ -1,4 +1,4 @@
|
|||
package org.gcube.dataacces.algorithms.drmalgorithms;
|
||||
package org.gcube.dataaccess.algorithms.drmalgorithms;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.util.ArrayList;
|
|
@ -1,4 +1,4 @@
|
|||
package org.gcube.dataacces.algorithms.drmalgorithms;
|
||||
package org.gcube.dataaccess.algorithms.drmalgorithms;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.LinkedHashMap;
|
|
@ -1,4 +1,4 @@
|
|||
package org.gcube.dataacces.algorithms.drmalgorithms;
|
||||
package org.gcube.dataaccess.algorithms.drmalgorithms;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.util.ArrayList;
|
|
@ -1,4 +1,4 @@
|
|||
package org.gcube.dataacces.algorithms.drmalgorithms;
|
||||
package org.gcube.dataaccess.algorithms.drmalgorithms;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.util.ArrayList;
|
|
@ -1,4 +1,4 @@
|
|||
package org.gcube.dataacces.algorithms.drmalgorithms;
|
||||
package org.gcube.dataaccess.algorithms.drmalgorithms;
|
||||
|
||||
import java.io.File;
|
||||
import java.io.IOException;
|
|
@ -1,4 +1,4 @@
|
|||
package org.gcube.dataacces.algorithms.drmalgorithms;
|
||||
package org.gcube.dataaccess.algorithms.drmalgorithms;
|
||||
|
||||
import java.io.File;
|
||||
import java.io.IOException;
|
|
@ -1,4 +1,4 @@
|
|||
package org.gcube.dataacces.algorithms.drmalgorithms;
|
||||
package org.gcube.dataaccess.algorithms.drmalgorithms;
|
||||
|
||||
public enum SmartCorrectionEnum {
|
||||
NONE,
|
|
@ -1,4 +1,4 @@
|
|||
package org.gcube.dataacces.algorithms.drmalgorithms;
|
||||
package org.gcube.dataaccess.algorithms.drmalgorithms;
|
||||
|
||||
import java.io.File;
|
||||
import java.io.IOException;
|
|
@ -1,4 +1,4 @@
|
|||
package org.gcube.dataacces.algorithms.drmalgorithms;
|
||||
package org.gcube.dataaccess.algorithms.drmalgorithms;
|
||||
|
||||
import java.io.File;
|
||||
import java.io.IOException;
|
|
@ -0,0 +1,6 @@
|
|||
package org.gcube.dataaccess.algorithms.drmalgorithms;
|
||||
|
||||
public enum SubmitQueryEnum {
|
||||
TRUE,
|
||||
FALSE
|
||||
}
|
|
@ -1,4 +1,4 @@
|
|||
package org.gcube.dataacces.algorithms.test;
|
||||
package org.gcube.dataaccess.algorithms.test;
|
||||
|
||||
import java.util.List;
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package org.gcube.dataacces.algorithms.test;
|
||||
package org.gcube.dataaccess.algorithms.test;
|
||||
|
||||
import java.util.List;
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package org.gcube.dataacces.algorithms.test;
|
||||
package org.gcube.dataaccess.algorithms.test;
|
||||
|
||||
import java.util.List;
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package org.gcube.dataacces.algorithms.test;
|
||||
package org.gcube.dataaccess.algorithms.test;
|
||||
|
||||
import java.util.List;
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package org.gcube.dataacces.algorithms.test;
|
||||
package org.gcube.dataaccess.algorithms.test;
|
||||
|
||||
import java.util.List;
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package org.gcube.dataacces.algorithms.test;
|
||||
package org.gcube.dataaccess.algorithms.test;
|
||||
|
||||
import java.util.List;
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package org.gcube.dataacces.algorithms.test.regressiontest;
|
||||
package org.gcube.dataaccess.algorithms.test.regressiontest;
|
||||
|
||||
import java.util.List;
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package org.gcube.dataacces.algorithms.test.regressiontest;
|
||||
package org.gcube.dataaccess.algorithms.test.regressiontest;
|
||||
|
||||
import java.util.LinkedHashMap;
|
||||
import java.util.List;
|
|
@ -1,4 +1,4 @@
|
|||
package org.gcube.dataacces.algorithms.test.regressiontest;
|
||||
package org.gcube.dataaccess.algorithms.test.regressiontest;
|
||||
|
||||
import java.util.List;
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package org.gcube.dataacces.algorithms.test.regressiontest;
|
||||
package org.gcube.dataaccess.algorithms.test.regressiontest;
|
||||
|
||||
import java.util.List;
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package org.gcube.dataacces.algorithms.test.regressiontest;
|
||||
package org.gcube.dataaccess.algorithms.test.regressiontest;
|
||||
|
||||
import java.util.List;
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package org.gcube.dataacces.algorithms.test.regressiontest;
|
||||
package org.gcube.dataaccess.algorithms.test.regressiontest;
|
||||
|
||||
import java.util.List;
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package org.gcube.dataacces.algorithms.test.regressiontest;
|
||||
package org.gcube.dataaccess.algorithms.test.regressiontest;
|
||||
|
||||
import java.util.List;
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package org.gcube.dataacces.algorithms.test.regressiontest;
|
||||
package org.gcube.dataaccess.algorithms.test.regressiontest;
|
||||
|
||||
import java.util.List;
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package org.gcube.dataacces.algorithms.test.regressiontest;
|
||||
package org.gcube.dataaccess.algorithms.test.regressiontest;
|
||||
|
||||
import java.util.List;
|
||||
|
Loading…
Reference in New Issue