diff options
author | InigoGutierrez <inigogf.95@gmail.com> | 2017-11-17 22:04:56 +0100 |
---|---|---|
committer | InigoGutierrez <inigogf.95@gmail.com> | 2017-11-17 22:04:56 +0100 |
commit | 50403b14f689f5f7a3a65aeb7b9e125653fb4168 (patch) | |
tree | 5274e260fdaf4a6b6f84d16ca6a684179edc606f | |
parent | fa78faf2fe81a6e6db84a3348178cb87d75a4ade (diff) | |
download | AceptaElReto-50403b14f689f5f7a3a65aeb7b9e125653fb4168.tar.gz AceptaElReto-50403b14f689f5f7a3a65aeb7b9e125653fb4168.zip |
Stored project after creation.
-rw-r--r-- | AceptaElReto/.classpath | 6 | ||||
-rw-r--r-- | AceptaElReto/.gitignore | 1 | ||||
-rw-r--r-- | AceptaElReto/.project | 17 |
3 files changed, 24 insertions, 0 deletions
diff --git a/AceptaElReto/.classpath b/AceptaElReto/.classpath new file mode 100644 index 0000000..e461bea --- /dev/null +++ b/AceptaElReto/.classpath @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
diff --git a/AceptaElReto/.gitignore b/AceptaElReto/.gitignore new file mode 100644 index 0000000..ae3c172 --- /dev/null +++ b/AceptaElReto/.gitignore @@ -0,0 +1 @@ +/bin/ diff --git a/AceptaElReto/.project b/AceptaElReto/.project new file mode 100644 index 0000000..fa4781f --- /dev/null +++ b/AceptaElReto/.project @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>AceptaElReto</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.jdt.core.javabuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.jdt.core.javanature</nature>
+ </natures>
+</projectDescription>
|