ソースを参照

clean up project and gitignore

David Ginzberg 7 年 前
コミット
4858244922

+ 0
- 27
.classpath ファイルの表示

@@ -1,27 +0,0 @@
1
-<?xml version="1.0" encoding="UTF-8"?>
2
-<classpath>
3
-	<classpathentry kind="src" output="target/classes" path="src/main/java">
4
-		<attributes>
5
-			<attribute name="optional" value="true"/>
6
-			<attribute name="maven.pomderived" value="true"/>
7
-		</attributes>
8
-	</classpathentry>
9
-	<classpathentry kind="src" output="target/test-classes" path="src/test/java">
10
-		<attributes>
11
-			<attribute name="optional" value="true"/>
12
-			<attribute name="maven.pomderived" value="true"/>
13
-		</attributes>
14
-	</classpathentry>
15
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5">
16
-		<attributes>
17
-			<attribute name="maven.pomderived" value="true"/>
18
-		</attributes>
19
-	</classpathentry>
20
-	<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER">
21
-		<attributes>
22
-			<attribute name="maven.pomderived" value="true"/>
23
-		</attributes>
24
-	</classpathentry>
25
-	<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
26
-	<classpathentry kind="output" path="target/classes"/>
27
-</classpath>

+ 4
- 0
.gitignore ファイルの表示

@@ -1 +1,5 @@
1 1
 /target/
2
+.DS_Store
3
+.classpath
4
+#.project
5
+.settings

+ 0
- 5
.settings/org.eclipse.core.resources.prefs ファイルの表示

@@ -1,5 +0,0 @@
1
-eclipse.preferences.version=1
2
-encoding//src/main/java=UTF-8
3
-encoding//src/test/java=UTF-8
4
-encoding/<project>=UTF-8
5
-encoding/java=UTF-8

+ 0
- 12
.settings/org.eclipse.jdt.core.prefs ファイルの表示

@@ -1,12 +0,0 @@
1
-eclipse.preferences.version=1
2
-org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
3
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.5
4
-org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
5
-org.eclipse.jdt.core.compiler.compliance=1.5
6
-org.eclipse.jdt.core.compiler.debug.lineNumber=generate
7
-org.eclipse.jdt.core.compiler.debug.localVariable=generate
8
-org.eclipse.jdt.core.compiler.debug.sourceFile=generate
9
-org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
10
-org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
11
-org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
12
-org.eclipse.jdt.core.compiler.source=1.5

+ 0
- 4
.settings/org.eclipse.m2e.core.prefs ファイルの表示

@@ -1,4 +0,0 @@
1
-activeProfiles=
2
-eclipse.preferences.version=1
3
-resolveWorkspaceProjects=true
4
-version=1

+ 0
- 5
target/classes/META-INF/MANIFEST.MF ファイルの表示

@@ -1,5 +0,0 @@
1
-Manifest-Version: 1.0
2
-Built-By: leon
3
-Build-Jdk: 1.8.0_131
4
-Created-By: Maven Integration for Eclipse
5
-

+ 0
- 7
target/classes/META-INF/maven/io.zipcoder/interfaces-1/pom.properties ファイルの表示

@@ -1,7 +0,0 @@
1
-#Generated by Maven Integration for Eclipse
2
-#Thu Jul 13 09:14:32 EDT 2017
3
-version=0.0.1-SNAPSHOT
4
-groupId=io.zipcoder
5
-m2e.projectName=interfaces-1
6
-m2e.projectLocation=/Users/leon/Documents/workspace/eclipse/temp/TC-Interfaces-1
7
-artifactId=interfaces-1

+ 0
- 25
target/classes/META-INF/maven/io.zipcoder/interfaces-1/pom.xml ファイルの表示

@@ -1,25 +0,0 @@
1
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3
-  <modelVersion>4.0.0</modelVersion>
4
-
5
-  <groupId>io.zipcoder</groupId>
6
-  <artifactId>interfaces-1</artifactId>
7
-  <version>0.0.1-SNAPSHOT</version>
8
-  <packaging>jar</packaging>
9
-
10
-  <name>interfaces-1</name>
11
-  <url>http://maven.apache.org</url>
12
-
13
-  <properties>
14
-    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
15
-  </properties>
16
-
17
-  <dependencies>
18
-    <dependency>
19
-      <groupId>junit</groupId>
20
-      <artifactId>junit</artifactId>
21
-      <version>3.8.1</version>
22
-      <scope>test</scope>
23
-    </dependency>
24
-  </dependencies>
25
-</project>