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 +{ + +}