Browse Source

cleanup

pull/1/head
Thomas Risberg 15 years ago
parent
commit
25b9e71644
  1. 17
      .project
  2. 9
      .settings/org.maven.ide.eclipse.prefs
  3. 2
      pom.xml

17
.project

@ -1,17 +0,0 @@ @@ -1,17 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>spring-datastore-document-dist</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.maven.ide.eclipse.maven2Builder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.maven.ide.eclipse.maven2Nature</nature>
</natures>
</projectDescription>

9
.settings/org.maven.ide.eclipse.prefs

@ -1,9 +0,0 @@ @@ -1,9 +0,0 @@
#Wed Oct 06 14:49:45 EDT 2010
activeProfiles=
eclipse.preferences.version=1
fullBuildGoals=process-test-resources
includeModules=false
resolveWorkspaceProjects=true
resourceFilterGoals=process-resources resources\:testResources
skipCompilerPlugin=true
version=1

2
pom.xml

@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.data </groupId>
<groupId>org.springframework.data</groupId>
<artifactId>spring-datastore-document-dist</artifactId>
<name>Spring Datastore Document Distribution</name>
<version>1.0.0.BUILD-SNAPSHOT</version>

Loading…
Cancel
Save