Deleting binaries..
This commit is contained in:
parent
70f9ad4d99
commit
4abcfc2178
1
.gitignore
vendored
1
.gitignore
vendored
@ -180,3 +180,4 @@ target
|
||||
README.html
|
||||
.exercism
|
||||
/target/
|
||||
/.idea/
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,2 +0,0 @@
|
||||
#Mon Dec 18 22:00:55 CET 2023
|
||||
gradle.version=7.6
|
Binary file not shown.
Binary file not shown.
@ -1,18 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">
|
||||
<log4j:configuration debug="true"
|
||||
xmlns:log4j='https://jakarta.apache.org/log4j/'>
|
||||
|
||||
<appender name="console" class="org.apache.log4j.ConsoleAppender">
|
||||
<layout class="org.apache.log4j.PatternLayout">
|
||||
<param name="ConversionPattern"
|
||||
value="%d{yyyy-MM-dd HH:mm:ss} %-5p %c{1}:%L - %m%n" />
|
||||
</layout>
|
||||
</appender>
|
||||
|
||||
<root>
|
||||
<level value="DEBUG" />
|
||||
<appender-ref ref="console" />
|
||||
</root>
|
||||
|
||||
</log4j:configuration>
|
@ -1,3 +0,0 @@
|
||||
artifactId=SocialAltruism
|
||||
groupId=hello-akka-java
|
||||
version=1.0
|
@ -1,22 +0,0 @@
|
||||
dev/freireservices/social_altruism/chat/potroom/Session.class
|
||||
dev/freireservices/social_altruism/chat/potroom/SessionProtocol$PlayTurn.class
|
||||
dev/freireservices/social_altruism/chat/participant/ParticipantType.class
|
||||
dev/freireservices/social_altruism/chat/potroom/SessionProtocol$ParticipateInTurn.class
|
||||
dev/freireservices/social_altruism/chat/potroom/PotRoomProtocol.class
|
||||
dev/freireservices/social_altruism/chat/PotQuickStart.class
|
||||
dev/freireservices/social_altruism/chat/participant/ParticipantProtocol$SessionDenied.class
|
||||
dev/freireservices/social_altruism/chat/participant/ParticipantProtocol$SessionGranted.class
|
||||
dev/freireservices/social_altruism/chat/participant/ParticipantProtocol$ParticipantMessage.class
|
||||
dev/freireservices/social_altruism/chat/potroom/SessionProtocol.class
|
||||
dev/freireservices/social_altruism/chat/PotQuickStart$Main.class
|
||||
dev/freireservices/social_altruism/chat/potroom/PotRoom.class
|
||||
dev/freireservices/social_altruism/chat/participant/ParticipantProtocol.class
|
||||
dev/freireservices/social_altruism/chat/potroom/PotRoomProtocol$PotRoomMessage.class
|
||||
dev/freireservices/social_altruism/chat/participant/ParticipantProtocol$PotReturned.class
|
||||
dev/freireservices/social_altruism/chat/participant/Participant.class
|
||||
dev/freireservices/social_altruism/chat/potroom/SessionProtocol$ShareReturnPotWithParticipants.class
|
||||
dev/freireservices/social_altruism/chat/potroom/SessionProtocol$SessionMessage.class
|
||||
dev/freireservices/social_altruism/chat/potroom/SessionProtocol$StartSession.class
|
||||
dev/freireservices/social_altruism/chat/potroom/PotRoomProtocol$EnterPot.class
|
||||
dev/freireservices/social_altruism/chat/participant/ParticipantProtocol$SessionStarted.class
|
||||
dev/freireservices/social_altruism/chat/participant/Participant$1.class
|
@ -1,8 +0,0 @@
|
||||
/Users/rdev/Source/social_altruism_akka/src/main/java/dev/freireservices/social_altruism/chat/potroom/PotRoomProtocol.java
|
||||
/Users/rdev/Source/social_altruism_akka/src/main/java/dev/freireservices/social_altruism/chat/participant/ParticipantProtocol.java
|
||||
/Users/rdev/Source/social_altruism_akka/src/main/java/dev/freireservices/social_altruism/chat/potroom/PotRoom.java
|
||||
/Users/rdev/Source/social_altruism_akka/src/main/java/dev/freireservices/social_altruism/chat/potroom/Session.java
|
||||
/Users/rdev/Source/social_altruism_akka/src/main/java/dev/freireservices/social_altruism/chat/participant/Participant.java
|
||||
/Users/rdev/Source/social_altruism_akka/src/main/java/dev/freireservices/social_altruism/chat/PotQuickStart.java
|
||||
/Users/rdev/Source/social_altruism_akka/src/main/java/dev/freireservices/social_altruism/chat/potroom/SessionProtocol.java
|
||||
/Users/rdev/Source/social_altruism_akka/src/main/java/dev/freireservices/social_altruism/chat/participant/ParticipantType.java
|
@ -1 +0,0 @@
|
||||
dev/freireservices/social_altruism/chat/PotQuickStartTest.class
|
@ -1 +0,0 @@
|
||||
/Users/rdev/Source/social_altruism_akka/src/test/java/dev/freireservices/social_altruism/chat/PotQuickStartTest.java
|
Loading…
x
Reference in New Issue
Block a user