created an empty DucthAuctionInitiator class.
Esse commit está contido em:
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<classpath>
|
||||
<classpathentry excluding="examples/JadeJessProtege/|examples/jess/" kind="src" path="src"/>
|
||||
<classpathentry kind="lib" path="demo/CalendarBean.jar"/>
|
||||
<classpathentry kind="lib" path="demo/MeetingScheduler.jar"/>
|
||||
<classpathentry kind="lib" path="lib/commons-codec/commons-codec-1.3.jar"/>
|
||||
<classpathentry kind="lib" path="lib/jade.jar"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
</classpath>
|
||||
+17
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>JADE-ARIA</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
||||
<buildSpec>
|
||||
<buildCommand>
|
||||
<name>org.eclipse.jdt.core.javabuilder</name>
|
||||
<arguments>
|
||||
</arguments>
|
||||
</buildCommand>
|
||||
</buildSpec>
|
||||
<natures>
|
||||
<nature>org.eclipse.jdt.core.javanature</nature>
|
||||
</natures>
|
||||
</projectDescription>
|
||||
@@ -0,0 +1,6 @@
|
||||
package examples.protocols;
|
||||
|
||||
public class DutchAuctionInitiator
|
||||
{
|
||||
|
||||
}
|
||||
Referência em uma Nova Issue
Bloquear um usuário