changeset 7:cf3fc05f8646

maven
author one
date Sat, 28 Jul 2012 21:06:23 +0900
parents 248ae478dbe6
children 058b77fe8472
files .classpath .project .settings/org.eclipse.jdt.core.prefs .settings/org.eclipse.m2e.core.prefs pom.xml target/classes/META-INF/MANIFEST.MF
diffstat 6 files changed, 54 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/.classpath	Sat Jul 28 19:53:35 2012 +0900
+++ b/.classpath	Sat Jul 28 21:06:23 2012 +0900
@@ -1,6 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
-	<classpathentry kind="src" path="src"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
-	<classpathentry kind="output" path="bin"/>
+	<classpathentry kind="src" output="target/classes" path="src">
+		<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>
--- a/.project	Sat Jul 28 19:53:35 2012 +0900
+++ b/.project	Sat Jul 28 21:06:23 2012 +0900
@@ -10,8 +10,14 @@
 			<arguments>
 			</arguments>
 		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.m2e.core.maven2Builder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
 	</buildSpec>
 	<natures>
+		<nature>org.eclipse.m2e.core.maven2Nature</nature>
 		<nature>org.eclipse.jdt.core.javanature</nature>
 	</natures>
 </projectDescription>
--- a/.settings/org.eclipse.jdt.core.prefs	Sat Jul 28 19:53:35 2012 +0900
+++ b/.settings/org.eclipse.jdt.core.prefs	Sat Jul 28 21:06:23 2012 +0900
@@ -1,4 +1,4 @@
-#Thu Jul 19 20:50:47 JST 2012
+#Sat Jul 28 21:04:52 JST 2012
 eclipse.preferences.version=1
 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
 org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
@@ -9,4 +9,5 @@
 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.7
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.settings/org.eclipse.m2e.core.prefs	Sat Jul 28 21:06:23 2012 +0900
@@ -0,0 +1,5 @@
+#Sat Jul 28 21:03:57 JST 2012
+activeProfiles=
+eclipse.preferences.version=1
+resolveWorkspaceProjects=true
+version=1
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/pom.xml	Sat Jul 28 21:06:23 2012 +0900
@@ -0,0 +1,19 @@
+<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/xsd/maven-4.0.0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>WifiBroadcast</groupId>
+  <artifactId>WifiBroadcast</artifactId>
+  <version>0.0.1-SNAPSHOT</version>
+  <build>
+    <sourceDirectory>src</sourceDirectory>
+    <plugins>
+      <plugin>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.3.2</version>
+        <configuration>
+          <source>1.7</source>
+          <target>1.7</target>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+</project>
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/target/classes/META-INF/MANIFEST.MF	Sat Jul 28 21:06:23 2012 +0900
@@ -0,0 +1,5 @@
+Manifest-Version: 1.0
+Built-By: kono
+Build-Jdk: 1.6.0_33
+Created-By: Maven Integration for Eclipse
+