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:
Loredana Liccardo 2014-06-10 17:01:17 +00:00
parent ef9cc25868
commit 50b73e86fa
30 changed files with 37 additions and 37 deletions

View File

@ -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

View File

@ -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>

View File

@ -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>

View File

@ -1,6 +0,0 @@
package org.gcube.dataacces.algorithms.drmalgorithms;
public enum SubmitQueryEnum {
TRUE,
FALSE
}

View File

@ -1,4 +1,4 @@
package org.gcube.dataacces.algorithms.drmalgorithms;
package org.gcube.dataaccess.algorithms.drmalgorithms;
import java.io.IOException;
import java.util.ArrayList;

View File

@ -1,4 +1,4 @@
package org.gcube.dataacces.algorithms.drmalgorithms;
package org.gcube.dataaccess.algorithms.drmalgorithms;
import java.io.IOException;
import java.util.ArrayList;

View File

@ -1,4 +1,4 @@
package org.gcube.dataacces.algorithms.drmalgorithms;
package org.gcube.dataaccess.algorithms.drmalgorithms;
import java.util.ArrayList;
import java.util.LinkedHashMap;

View File

@ -1,4 +1,4 @@
package org.gcube.dataacces.algorithms.drmalgorithms;
package org.gcube.dataaccess.algorithms.drmalgorithms;
import java.io.IOException;
import java.util.ArrayList;

View File

@ -1,4 +1,4 @@
package org.gcube.dataacces.algorithms.drmalgorithms;
package org.gcube.dataaccess.algorithms.drmalgorithms;
import java.io.IOException;
import java.util.ArrayList;

View File

@ -1,4 +1,4 @@
package org.gcube.dataacces.algorithms.drmalgorithms;
package org.gcube.dataaccess.algorithms.drmalgorithms;
import java.io.File;
import java.io.IOException;

View File

@ -1,4 +1,4 @@
package org.gcube.dataacces.algorithms.drmalgorithms;
package org.gcube.dataaccess.algorithms.drmalgorithms;
import java.io.File;
import java.io.IOException;

View File

@ -1,4 +1,4 @@
package org.gcube.dataacces.algorithms.drmalgorithms;
package org.gcube.dataaccess.algorithms.drmalgorithms;
public enum SmartCorrectionEnum {
NONE,

View File

@ -1,4 +1,4 @@
package org.gcube.dataacces.algorithms.drmalgorithms;
package org.gcube.dataaccess.algorithms.drmalgorithms;
import java.io.File;
import java.io.IOException;

View File

@ -1,4 +1,4 @@
package org.gcube.dataacces.algorithms.drmalgorithms;
package org.gcube.dataaccess.algorithms.drmalgorithms;
import java.io.File;
import java.io.IOException;

View File

@ -0,0 +1,6 @@
package org.gcube.dataaccess.algorithms.drmalgorithms;
public enum SubmitQueryEnum {
TRUE,
FALSE
}

View File

@ -1,4 +1,4 @@
package org.gcube.dataacces.algorithms.test;
package org.gcube.dataaccess.algorithms.test;
import java.util.List;

View File

@ -1,4 +1,4 @@
package org.gcube.dataacces.algorithms.test;
package org.gcube.dataaccess.algorithms.test;
import java.util.List;

View File

@ -1,4 +1,4 @@
package org.gcube.dataacces.algorithms.test;
package org.gcube.dataaccess.algorithms.test;
import java.util.List;

View File

@ -1,4 +1,4 @@
package org.gcube.dataacces.algorithms.test;
package org.gcube.dataaccess.algorithms.test;
import java.util.List;

View File

@ -1,4 +1,4 @@
package org.gcube.dataacces.algorithms.test;
package org.gcube.dataaccess.algorithms.test;
import java.util.List;

View File

@ -1,4 +1,4 @@
package org.gcube.dataacces.algorithms.test;
package org.gcube.dataaccess.algorithms.test;
import java.util.List;

View File

@ -1,4 +1,4 @@
package org.gcube.dataacces.algorithms.test.regressiontest;
package org.gcube.dataaccess.algorithms.test.regressiontest;
import java.util.List;

View File

@ -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;

View File

@ -1,4 +1,4 @@
package org.gcube.dataacces.algorithms.test.regressiontest;
package org.gcube.dataaccess.algorithms.test.regressiontest;
import java.util.List;

View File

@ -1,4 +1,4 @@
package org.gcube.dataacces.algorithms.test.regressiontest;
package org.gcube.dataaccess.algorithms.test.regressiontest;
import java.util.List;

View File

@ -1,4 +1,4 @@
package org.gcube.dataacces.algorithms.test.regressiontest;
package org.gcube.dataaccess.algorithms.test.regressiontest;
import java.util.List;

View File

@ -1,4 +1,4 @@
package org.gcube.dataacces.algorithms.test.regressiontest;
package org.gcube.dataaccess.algorithms.test.regressiontest;
import java.util.List;

View File

@ -1,4 +1,4 @@
package org.gcube.dataacces.algorithms.test.regressiontest;
package org.gcube.dataaccess.algorithms.test.regressiontest;
import java.util.List;

View File

@ -1,4 +1,4 @@
package org.gcube.dataacces.algorithms.test.regressiontest;
package org.gcube.dataaccess.algorithms.test.regressiontest;
import java.util.List;

View File

@ -1,4 +1,4 @@
package org.gcube.dataacces.algorithms.test.regressiontest;
package org.gcube.dataaccess.algorithms.test.regressiontest;
import java.util.List;