From eff00b382c3e066a9681245c3b1087d27b525b05 Mon Sep 17 00:00:00 2001 From: andreiolaru Date: Sat, 2 Jun 2012 11:34:54 +0300 Subject: [PATCH] created an empty DucthAuctionInitiator class. --- .classpath | 10 ++++++++++ .project | 17 +++++++++++++++++ .../protocols/DutchAuctionInitiator.java | 6 ++++++ 3 files changed, 33 insertions(+) create mode 100644 .classpath create mode 100644 .project create mode 100644 src/examples/protocols/DutchAuctionInitiator.java diff --git a/.classpath b/.classpath new file mode 100644 index 0000000..6625434 --- /dev/null +++ b/.classpath @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/.project b/.project new file mode 100644 index 0000000..e1b5a40 --- /dev/null +++ b/.project @@ -0,0 +1,17 @@ + + + JADE-ARIA + + + + + + org.eclipse.jdt.core.javabuilder + + + + + + org.eclipse.jdt.core.javanature + + diff --git a/src/examples/protocols/DutchAuctionInitiator.java b/src/examples/protocols/DutchAuctionInitiator.java new file mode 100644 index 0000000..c070f6f --- /dev/null +++ b/src/examples/protocols/DutchAuctionInitiator.java @@ -0,0 +1,6 @@ +package examples.protocols; + +public class DutchAuctionInitiator +{ + +}