diff options
| author | Mitsuo Tokumori <rtokumori@pucp.edu.pe> | 2022-05-31 11:49:37 -0500 |
|---|---|---|
| committer | Mitsuo Tokumori <rtokumori@pucp.edu.pe> | 2022-05-31 11:49:37 -0500 |
| commit | fa1b0cbb95e0579991686bb0da1237704e70f02e (patch) | |
| tree | 76eca5c61b1654282eb317fd0e5ecf5aea179566 /VRP/nbproject/project.xml | |
| parent | 8de97e6433aedec8390c9f080b1b40fffbf036bc (diff) | |
| parent | a9b520b0d51db85cec0c11c11d22ee70414e5034 (diff) | |
Merge branch 'dayana' into mitsuo (and also gabs)
Primero hice merge con gabs, luego dayana
Diffstat (limited to 'VRP/nbproject/project.xml')
| -rw-r--r-- | VRP/nbproject/project.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/VRP/nbproject/project.xml b/VRP/nbproject/project.xml new file mode 100644 index 0000000..f980bc3 --- /dev/null +++ b/VRP/nbproject/project.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project xmlns="http://www.netbeans.org/ns/project/1"> + <type>org.netbeans.modules.java.j2seproject</type> + <configuration> + <data xmlns="http://www.netbeans.org/ns/j2se-project/3"> + <name>VRP</name> + <source-roots> + <root id="src.dir"/> + </source-roots> + <test-roots> + <root id="test.src.dir"/> + </test-roots> + </data> + </configuration> +</project> |
