diff --git a/.classpath b/.classpath new file mode 100644 index 0000000..fb50116 --- /dev/null +++ b/.classpath @@ -0,0 +1,6 @@ + + + + + + diff --git a/.project b/.project new file mode 100644 index 0000000..7e99772 --- /dev/null +++ b/.project @@ -0,0 +1,17 @@ + + + Ejercicio_11 + + + + + + org.eclipse.jdt.core.javabuilder + + + + + + org.eclipse.jdt.core.javanature + + diff --git a/README.md b/README.md index e0dc81f..1b5b047 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,9 @@ # Ejercicio_11 +### Introduccion +Escribe en un fichero ".xml" utilizando DOM +### Documentacion + +### Salida por pantalla + +### Documentos generados diff --git a/bin/com/jorpelu/Persona.class b/bin/com/jorpelu/Persona.class new file mode 100644 index 0000000..87705ea Binary files /dev/null and b/bin/com/jorpelu/Persona.class differ diff --git a/bin/module-info.class b/bin/module-info.class new file mode 100644 index 0000000..f4e845c Binary files /dev/null and b/bin/module-info.class differ diff --git a/src/com/jorpelu/Persona.java b/src/com/jorpelu/Persona.java new file mode 100644 index 0000000..b105351 --- /dev/null +++ b/src/com/jorpelu/Persona.java @@ -0,0 +1,5 @@ +package com.jorpelu; + +public class Persona { + +} diff --git a/src/module-info.java b/src/module-info.java new file mode 100644 index 0000000..3f16fe3 --- /dev/null +++ b/src/module-info.java @@ -0,0 +1,9 @@ +/** + * + */ +/** + * @author jorge + * + */ +module Ejercicio_11 { +} \ No newline at end of file