diff --git a/desktop-gui/build.gradle b/desktop-gui/build.gradle index 1969569..372dd27 100644 --- a/desktop-gui/build.gradle +++ b/desktop-gui/build.gradle @@ -1,4 +1,5 @@ apply plugin: 'java' +apply plugin: 'application' repositories { mavenCentral() @@ -11,3 +12,5 @@ dependencies { compile project(':dhash') compile project(':lookup-service') } + +mainClassName = "co.edu.uniquindio.dht.Main" \ No newline at end of file diff --git a/desktop-gui/src/dist/lib/resources/chord_properties/chord.xml b/desktop-gui/src/dist/lib/resources/chord_properties/chord.xml new file mode 100644 index 0000000..b62c433 --- /dev/null +++ b/desktop-gui/src/dist/lib/resources/chord_properties/chord.xml @@ -0,0 +1,5 @@ + + + diff --git a/desktop-gui/src/dist/lib/resources/chord_properties/communication.xml b/desktop-gui/src/dist/lib/resources/chord_properties/communication.xml new file mode 100644 index 0000000..b207bcd --- /dev/null +++ b/desktop-gui/src/dist/lib/resources/chord_properties/communication.xml @@ -0,0 +1,25 @@ + + + + + + + + + diff --git a/desktop-gui/src/dist/lib/resources/communication_properties/logger.xml b/desktop-gui/src/dist/lib/resources/communication_properties/logger.xml new file mode 100644 index 0000000..de4611c --- /dev/null +++ b/desktop-gui/src/dist/lib/resources/communication_properties/logger.xml @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/desktop-gui/src/dist/lib/resources/dhash_properties/communication.xml b/desktop-gui/src/dist/lib/resources/dhash_properties/communication.xml new file mode 100644 index 0000000..70c756d --- /dev/null +++ b/desktop-gui/src/dist/lib/resources/dhash_properties/communication.xml @@ -0,0 +1,25 @@ + + + + + + + + + diff --git a/desktop-gui/src/dist/lib/resources/dhash_properties/dhash.xml b/desktop-gui/src/dist/lib/resources/dhash_properties/dhash.xml new file mode 100644 index 0000000..fde3620 --- /dev/null +++ b/desktop-gui/src/dist/lib/resources/dhash_properties/dhash.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/desktop-gui/src/dist/lib/resources/schema/chord.xsd b/desktop-gui/src/dist/lib/resources/schema/chord.xsd new file mode 100644 index 0000000..730309a --- /dev/null +++ b/desktop-gui/src/dist/lib/resources/schema/chord.xsd @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/desktop-gui/src/dist/lib/resources/schema/communication.xsd b/desktop-gui/src/dist/lib/resources/schema/communication.xsd new file mode 100644 index 0000000..b63312e --- /dev/null +++ b/desktop-gui/src/dist/lib/resources/schema/communication.xsd @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/desktop-gui/src/dist/lib/resources/schema/dhash.xsd b/desktop-gui/src/dist/lib/resources/schema/dhash.xsd new file mode 100644 index 0000000..97c032e --- /dev/null +++ b/desktop-gui/src/dist/lib/resources/schema/dhash.xsd @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/desktop-gui/src/dist/lib/resources/schema/message.xsd b/desktop-gui/src/dist/lib/resources/schema/message.xsd new file mode 100644 index 0000000..d294ccd --- /dev/null +++ b/desktop-gui/src/dist/lib/resources/schema/message.xsd @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/desktop-gui/src/dist/lib/resources/schema/utils.xsd b/desktop-gui/src/dist/lib/resources/schema/utils.xsd new file mode 100644 index 0000000..4593bb9 --- /dev/null +++ b/desktop-gui/src/dist/lib/resources/schema/utils.xsd @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file