This repository has been archived by the owner on Jan 3, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a999d2a
commit a73b722
Showing
19 changed files
with
43 additions
and
124 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,4 @@ | ||
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm | ||
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 | ||
|
||
# User-specific stuff: | ||
.idea/workspace.xml | ||
.idea/tasks.xml | ||
.idea/dictionaries | ||
.idea/vcs.xml | ||
.idea/jsLibraryMappings.xml | ||
.idea | ||
|
||
# Sensitive or high-churn files: | ||
.idea/dataSources.ids | ||
.idea/dataSources.xml | ||
.idea/dataSources.local.xml | ||
.idea/sqlDataSources.xml | ||
.idea/dynamic.xml | ||
.idea/uiDesigner.xml | ||
|
||
# Gradle: | ||
.idea/gradle.xml | ||
.idea/libraries | ||
|
||
# Mongo Explorer plugin: | ||
.idea/mongoSettings.xml | ||
|
||
## File-based project format: | ||
*.iws | ||
|
||
## Plugin-specific files: | ||
|
||
# IntelliJ | ||
/out/ | ||
|
||
# mpeltonen/sbt-idea plugin | ||
.idea_modules/ | ||
|
||
# JIRA plugin | ||
atlassian-ide-plugin.xml | ||
|
||
# Crashlytics plugin (for Android Studio and IntelliJ) | ||
com_crashlytics_export_strings.xml | ||
crashlytics.properties | ||
crashlytics-build.properties | ||
fabric.properties | ||
|
||
.class | ||
.idea/ | ||
target/ | ||
build/ | ||
Pipeline.iml |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
-6 Bytes
(100%)
target/classes/de/McAPI/Pipeline/protocol/PipelineHandshakeHandler.class
Binary file not shown.
Binary file modified
BIN
-48 Bytes
(99%)
target/classes/de/McAPI/Pipeline/protocol/PipelineRequestDecoder.class
Binary file not shown.
Binary file modified
BIN
+59 Bytes
(100%)
target/classes/de/McAPI/Pipeline/protocol/PipelineResponseHandler.class
Binary file not shown.
Binary file modified
BIN
-64 Bytes
(99%)
target/classes/de/McAPI/Pipeline/protocol/response/PipelineResponse.class
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,10 +2,16 @@ | |
{ | ||
"modid": "pipeline", | ||
"name": "Pipeline", | ||
"version": "0.1-alpha", | ||
"version": "0.3-alpha", | ||
"url": "http://mcapi.de", | ||
"authorList": [ | ||
"Yonas" | ||
], | ||
"dependencies": [ | ||
"[email protected]" | ||
], | ||
"requiredMods": [ | ||
"[email protected]" | ||
] | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#Generated by Maven | ||
#Sun Apr 10 15:48:48 CEST 2016 | ||
version=0.2-alpha | ||
#Wed Nov 15 02:11:19 CET 2017 | ||
groupId=de.McAPI | ||
artifactId=Pipeline | ||
version=0.3-alpha |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 8 additions & 8 deletions
16
target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
G:\Q1\workspace\Pipeline\src\main\java\de\McAPI\Pipeline\Session.java | ||
G:\Q1\workspace\Pipeline\src\main\java\de\McAPI\Pipeline\protocol\PipelineRequestDecoder.java | ||
G:\Q1\workspace\Pipeline\src\main\java\de\McAPI\Pipeline\protocol\PipelineResponseHandler.java | ||
G:\Q1\workspace\Pipeline\src\main\java\de\McAPI\Pipeline\protocol\response\PipelineResponse.java | ||
G:\Q1\workspace\Pipeline\src\main\java\de\McAPI\Pipeline\exception\PipelineException.java | ||
G:\Q1\workspace\Pipeline\src\main\java\de\McAPI\Pipeline\Pipeline.java | ||
G:\Q1\workspace\Pipeline\src\main\java\de\McAPI\Pipeline\Token.java | ||
G:\Q1\workspace\Pipeline\src\main\java\de\McAPI\Pipeline\protocol\PipelineHandshakeHandler.java | ||
E:\workspace\private\Sponge-Pipeline\src\main\java\de\McAPI\Pipeline\exception\PipelineException.java | ||
E:\workspace\private\Sponge-Pipeline\src\main\java\de\McAPI\Pipeline\protocol\PipelineRequestDecoder.java | ||
E:\workspace\private\Sponge-Pipeline\src\main\java\de\McAPI\Pipeline\protocol\response\PipelineResponse.java | ||
E:\workspace\private\Sponge-Pipeline\src\main\java\de\McAPI\Pipeline\Session.java | ||
E:\workspace\private\Sponge-Pipeline\src\main\java\de\McAPI\Pipeline\protocol\PipelineHandshakeHandler.java | ||
E:\workspace\private\Sponge-Pipeline\src\main\java\de\McAPI\Pipeline\Pipeline.java | ||
E:\workspace\private\Sponge-Pipeline\src\main\java\de\McAPI\Pipeline\protocol\PipelineResponseHandler.java | ||
E:\workspace\private\Sponge-Pipeline\src\main\java\de\McAPI\Pipeline\Token.java |
Empty file.