update
This commit is contained in:
@@ -1,6 +1,10 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<classpath>
|
<classpath>
|
||||||
<classpathentry kind="src" path="src"/>
|
<classpathentry kind="src" path="src"/>
|
||||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
|
||||||
|
<attributes>
|
||||||
|
<attribute name="module" value="true"/>
|
||||||
|
</attributes>
|
||||||
|
</classpathentry>
|
||||||
<classpathentry kind="output" path="bin"/>
|
<classpathentry kind="output" path="bin"/>
|
||||||
</classpath>
|
</classpath>
|
||||||
|
|||||||
4
src/ClasseDados.java
Normal file
4
src/ClasseDados.java
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
|
||||||
|
public class ClasseDados {
|
||||||
|
|
||||||
|
}
|
||||||
2
src/module-info.java
Normal file
2
src/module-info.java
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
module biblioteca {
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user