Permalink
Please sign in to comment.
Showing
with
216 additions
and 2,432 deletions.
- +27 −0 .gitignore
- +76 −0 JavaWebServer/.gitignore
- +0 −1 JavaWebServer/.idea/.name
- +0 −22 JavaWebServer/.idea/compiler.xml
- +0 −3 JavaWebServer/.idea/copyright/profiles_settings.xml
- +0 −57 JavaWebServer/.idea/misc.xml
- +0 −8 JavaWebServer/.idea/modules.xml
- +0 −124 JavaWebServer/.idea/uiDesigner.xml
- +0 −6 JavaWebServer/.idea/vcs.xml
- +0 −932 JavaWebServer/.idea/workspace.xml
- BIN JavaWebServer/out/production/Java Web Server/ClientThread$1.class
- BIN JavaWebServer/out/production/Java Web Server/ClientThread$DeviceType.class
- BIN JavaWebServer/out/production/Java Web Server/ClientThread.class
- BIN JavaWebServer/out/production/Java Web Server/ExecuteBashCommand.class
- BIN JavaWebServer/out/production/Java Web Server/FileChangeListener.class
- BIN JavaWebServer/out/production/Java Web Server/OSXClient.class
- BIN JavaWebServer/out/production/Java Web Server/ParsePList.class
- BIN JavaWebServer/out/production/Java Web Server/Server.class
- BIN JavaWebServer/out/production/Java Web Server/WebClient.class
- BIN JavaWebServer/out/production/Java Web Server/plist/ASCIIPropertyListParser.class
- BIN JavaWebServer/out/production/Java Web Server/plist/Base64$1.class
- BIN JavaWebServer/out/production/Java Web Server/plist/Base64$B64InputStream.class
- BIN JavaWebServer/out/production/Java Web Server/plist/Base64$B64OutputStream.class
- BIN JavaWebServer/out/production/Java Web Server/plist/Base64.class
- BIN JavaWebServer/out/production/Java Web Server/plist/BinaryPropertyListParser.class
- BIN JavaWebServer/out/production/Java Web Server/plist/BinaryPropertyListWriter.class
- BIN JavaWebServer/out/production/Java Web Server/plist/NSArray.class
- BIN JavaWebServer/out/production/Java Web Server/plist/NSData.class
- BIN JavaWebServer/out/production/Java Web Server/plist/NSDate.class
- BIN JavaWebServer/out/production/Java Web Server/plist/NSDictionary.class
- BIN JavaWebServer/out/production/Java Web Server/plist/NSNumber.class
- BIN JavaWebServer/out/production/Java Web Server/plist/NSObject.class
- BIN JavaWebServer/out/production/Java Web Server/plist/NSSet.class
- BIN JavaWebServer/out/production/Java Web Server/plist/NSString.class
- BIN JavaWebServer/out/production/Java Web Server/plist/PropertyListFormatException.class
- BIN JavaWebServer/out/production/Java Web Server/plist/PropertyListParser.class
- BIN JavaWebServer/out/production/Java Web Server/plist/UID.class
- BIN JavaWebServer/out/production/Java Web Server/plist/XMLPropertyListParser$1.class
- BIN JavaWebServer/out/production/Java Web Server/plist/XMLPropertyListParser.class
- +37 −0 PieMessage-Android/.gitignore
- +76 −0 PieOSXClient/.gitignore
- +0 −1 PieOSXClient/.idea/.name
- +0 −22 PieOSXClient/.idea/compiler.xml
- +0 −3 PieOSXClient/.idea/copyright/profiles_settings.xml
- +0 −11 PieOSXClient/.idea/libraries/java_json.xml
- +0 −19 PieOSXClient/.idea/misc.xml
- +0 −8 PieOSXClient/.idea/modules.xml
- +0 −124 PieOSXClient/.idea/uiDesigner.xml
- +0 −6 PieOSXClient/.idea/vcs.xml
- +0 −1,085 PieOSXClient/.idea/workspace.xml
- BIN PieOSXClient/out/production/PieOSXClient/Constants.class
- BIN PieOSXClient/out/production/PieOSXClient/FileChangeListener.class
- BIN PieOSXClient/out/production/PieOSXClient/IncomingMessagesListener.class
- BIN PieOSXClient/out/production/PieOSXClient/OSXIncomingMessageThread$ResetStatus.class
- BIN PieOSXClient/out/production/PieOSXClient/OSXIncomingMessageThread.class
- BIN PieOSXClient/out/production/PieOSXClient/OSXOutgoingMessageThread.class
- BIN PieOSXClient/out/production/PieOSXClient/OutgoingSQLiteChecker.class
- BIN PieOSXClient/out/production/PieOSXClient/ParsePList.class
- BIN PieOSXClient/out/production/PieOSXClient/PieOSXClient.class
- BIN PieOSXClient/out/production/PieOSXClient/plist/ASCIIPropertyListParser.class
- BIN PieOSXClient/out/production/PieOSXClient/plist/Base64$1.class
- BIN PieOSXClient/out/production/PieOSXClient/plist/Base64$B64InputStream.class
- BIN PieOSXClient/out/production/PieOSXClient/plist/Base64$B64OutputStream.class
- BIN PieOSXClient/out/production/PieOSXClient/plist/Base64.class
- BIN PieOSXClient/out/production/PieOSXClient/plist/BinaryPropertyListParser.class
- BIN PieOSXClient/out/production/PieOSXClient/plist/BinaryPropertyListWriter.class
- BIN PieOSXClient/out/production/PieOSXClient/plist/NSArray.class
- BIN PieOSXClient/out/production/PieOSXClient/plist/NSData.class
- BIN PieOSXClient/out/production/PieOSXClient/plist/NSDate.class
- BIN PieOSXClient/out/production/PieOSXClient/plist/NSDictionary.class
- BIN PieOSXClient/out/production/PieOSXClient/plist/NSNumber.class
- BIN PieOSXClient/out/production/PieOSXClient/plist/NSObject.class
- BIN PieOSXClient/out/production/PieOSXClient/plist/NSSet.class
- BIN PieOSXClient/out/production/PieOSXClient/plist/NSString.class
- BIN PieOSXClient/out/production/PieOSXClient/plist/PropertyListFormatException.class
- BIN PieOSXClient/out/production/PieOSXClient/plist/PropertyListParser.class
- BIN PieOSXClient/out/production/PieOSXClient/plist/UID.class
- BIN PieOSXClient/out/production/PieOSXClient/plist/XMLPropertyListParser$1.class
- BIN PieOSXClient/out/production/PieOSXClient/plist/XMLPropertyListParser.class
27
.gitignore
| @@ -0,0 +1,27 @@ | ||
| + | ||
| +# Java build artifacts class files | ||
| +*.class | ||
| + | ||
| +# other generated files | ||
| +bin/ | ||
| +gen/ | ||
| +build/ | ||
| + | ||
| +# local configuration file (for Android sdk path, etc) | ||
| +local.properties | ||
| + | ||
| +# OSX files | ||
| +.DS_Store | ||
| + | ||
| +# Eclipse project files | ||
| +.classpath | ||
| +.project | ||
| + | ||
| +# Android Studio | ||
| +*.iml | ||
| +.idea | ||
| +.gradle | ||
| + | ||
| + | ||
| +#NDK | ||
| +obj/ |
| @@ -0,0 +1,76 @@ | ||
| +# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm | ||
| +# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 | ||
| +.idea/ | ||
| +# User-specific stuff: | ||
| +.idea/workspace.xml | ||
| +.idea/tasks.xml | ||
| +.idea/dictionaries | ||
| +.idea/vcs.xml | ||
| +.idea/jsLibraryMappings.xml | ||
| +.idea/encodings.xml | ||
| + | ||
| +# 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 | ||
| + | ||
| +*.apk | ||
| +*.ap_ | ||
| +*.dex | ||
| + | ||
| +# Java build artifacts class files | ||
| +*.class | ||
| + | ||
| +# other generated files | ||
| +bin/ | ||
| +gen/ | ||
| +build/ | ||
| + | ||
| +# local configuration file (for Android sdk path, etc) | ||
| +local.properties | ||
| + | ||
| +# OSX files | ||
| +.DS_Store | ||
| + | ||
| +# Eclipse project files | ||
| +.classpath | ||
| +.project | ||
| + | ||
| +# Android Studio | ||
| +*.iml | ||
| +.idea | ||
| +.gradle | ||
| + | ||
| + | ||
| +#NDK | ||
| +obj/ |
| @@ -1 +0,0 @@ | ||
| -Java Web Server |
| @@ -1,22 +0,0 @@ | ||
| -<?xml version="1.0" encoding="UTF-8"?> | ||
| -<project version="4"> | ||
| - <component name="CompilerConfiguration"> | ||
| - <resourceExtensions /> | ||
| - <wildcardResourcePatterns> | ||
| - <entry name="!?*.java" /> | ||
| - <entry name="!?*.form" /> | ||
| - <entry name="!?*.class" /> | ||
| - <entry name="!?*.groovy" /> | ||
| - <entry name="!?*.scala" /> | ||
| - <entry name="!?*.flex" /> | ||
| - <entry name="!?*.kt" /> | ||
| - <entry name="!?*.clj" /> | ||
| - <entry name="!?*.aj" /> | ||
| - </wildcardResourcePatterns> | ||
| - <annotationProcessing> | ||
| - <profile default="true" name="Default" enabled="false"> | ||
| - <processorPath useClasspath="true" /> | ||
| - </profile> | ||
| - </annotationProcessing> | ||
| - </component> | ||
| -</project> |
| @@ -1,3 +0,0 @@ | ||
| -<component name="CopyrightManager"> | ||
| - <settings default="" /> | ||
| -</component> |
| @@ -1,57 +0,0 @@ | ||
| -<?xml version="1.0" encoding="UTF-8"?> | ||
| -<project version="4"> | ||
| - <component name="ClientPropertiesManager"> | ||
| - <properties class="javax.swing.AbstractButton"> | ||
| - <property name="hideActionText" class="java.lang.Boolean" /> | ||
| - </properties> | ||
| - <properties class="javax.swing.JComponent"> | ||
| - <property name="html.disable" class="java.lang.Boolean" /> | ||
| - </properties> | ||
| - <properties class="javax.swing.JEditorPane"> | ||
| - <property name="JEditorPane.w3cLengthUnits" class="java.lang.Boolean" /> | ||
| - <property name="JEditorPane.honorDisplayProperties" class="java.lang.Boolean" /> | ||
| - <property name="charset" class="java.lang.String" /> | ||
| - </properties> | ||
| - <properties class="javax.swing.JList"> | ||
| - <property name="List.isFileList" class="java.lang.Boolean" /> | ||
| - </properties> | ||
| - <properties class="javax.swing.JPasswordField"> | ||
| - <property name="JPasswordField.cutCopyAllowed" class="java.lang.Boolean" /> | ||
| - </properties> | ||
| - <properties class="javax.swing.JSlider"> | ||
| - <property name="Slider.paintThumbArrowShape" class="java.lang.Boolean" /> | ||
| - <property name="JSlider.isFilled" class="java.lang.Boolean" /> | ||
| - </properties> | ||
| - <properties class="javax.swing.JTable"> | ||
| - <property name="Table.isFileList" class="java.lang.Boolean" /> | ||
| - <property name="JTable.autoStartsEdit" class="java.lang.Boolean" /> | ||
| - <property name="terminateEditOnFocusLost" class="java.lang.Boolean" /> | ||
| - </properties> | ||
| - <properties class="javax.swing.JToolBar"> | ||
| - <property name="JToolBar.isRollover" class="java.lang.Boolean" /> | ||
| - </properties> | ||
| - <properties class="javax.swing.JTree"> | ||
| - <property name="JTree.lineStyle" class="java.lang.String" /> | ||
| - </properties> | ||
| - <properties class="javax.swing.text.JTextComponent"> | ||
| - <property name="caretAspectRatio" class="java.lang.Double" /> | ||
| - <property name="caretWidth" class="java.lang.Integer" /> | ||
| - </properties> | ||
| - </component> | ||
| - <component name="EntryPointsManager"> | ||
| - <entry_points version="2.0" /> | ||
| - </component> | ||
| - <component name="ProjectLevelVcsManager" settingsEditedManually="false"> | ||
| - <OptionsSetting value="true" id="Add" /> | ||
| - <OptionsSetting value="true" id="Remove" /> | ||
| - <OptionsSetting value="true" id="Checkout" /> | ||
| - <OptionsSetting value="true" id="Update" /> | ||
| - <OptionsSetting value="true" id="Status" /> | ||
| - <OptionsSetting value="true" id="Edit" /> | ||
| - <ConfirmationsSetting value="0" id="Add" /> | ||
| - <ConfirmationsSetting value="0" id="Remove" /> | ||
| - </component> | ||
| - <component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="true" assert-keyword="true" jdk-15="true" project-jdk-name="1.8" project-jdk-type="JavaSDK"> | ||
| - <output url="file://$PROJECT_DIR$/out" /> | ||
| - </component> | ||
| -</project> |
| @@ -1,8 +0,0 @@ | ||
| -<?xml version="1.0" encoding="UTF-8"?> | ||
| -<project version="4"> | ||
| - <component name="ProjectModuleManager"> | ||
| - <modules> | ||
| - <module fileurl="file://$PROJECT_DIR$/Java Web Server.iml" filepath="$PROJECT_DIR$/Java Web Server.iml" /> | ||
| - </modules> | ||
| - </component> | ||
| -</project> |
| @@ -1,124 +0,0 @@ | ||
| -<?xml version="1.0" encoding="UTF-8"?> | ||
| -<project version="4"> | ||
| - <component name="Palette2"> | ||
| - <group name="Swing"> | ||
| - <item class="com.intellij.uiDesigner.HSpacer" tooltip-text="Horizontal Spacer" icon="/com/intellij/uiDesigner/icons/hspacer.png" removable="false" auto-create-binding="false" can-attach-label="false"> | ||
| - <default-constraints vsize-policy="1" hsize-policy="6" anchor="0" fill="1" /> | ||
| - </item> | ||
| - <item class="com.intellij.uiDesigner.VSpacer" tooltip-text="Vertical Spacer" icon="/com/intellij/uiDesigner/icons/vspacer.png" removable="false" auto-create-binding="false" can-attach-label="false"> | ||
| - <default-constraints vsize-policy="6" hsize-policy="1" anchor="0" fill="2" /> | ||
| - </item> | ||
| - <item class="javax.swing.JPanel" icon="/com/intellij/uiDesigner/icons/panel.png" removable="false" auto-create-binding="false" can-attach-label="false"> | ||
| - <default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3" /> | ||
| - </item> | ||
| - <item class="javax.swing.JScrollPane" icon="/com/intellij/uiDesigner/icons/scrollPane.png" removable="false" auto-create-binding="false" can-attach-label="true"> | ||
| - <default-constraints vsize-policy="7" hsize-policy="7" anchor="0" fill="3" /> | ||
| - </item> | ||
| - <item class="javax.swing.JButton" icon="/com/intellij/uiDesigner/icons/button.png" removable="false" auto-create-binding="true" can-attach-label="false"> | ||
| - <default-constraints vsize-policy="0" hsize-policy="3" anchor="0" fill="1" /> | ||
| - <initial-values> | ||
| - <property name="text" value="Button" /> | ||
| - </initial-values> | ||
| - </item> | ||
| - <item class="javax.swing.JRadioButton" icon="/com/intellij/uiDesigner/icons/radioButton.png" removable="false" auto-create-binding="true" can-attach-label="false"> | ||
| - <default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" /> | ||
| - <initial-values> | ||
| - <property name="text" value="RadioButton" /> | ||
| - </initial-values> | ||
| - </item> | ||
| - <item class="javax.swing.JCheckBox" icon="/com/intellij/uiDesigner/icons/checkBox.png" removable="false" auto-create-binding="true" can-attach-label="false"> | ||
| - <default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" /> | ||
| - <initial-values> | ||
| - <property name="text" value="CheckBox" /> | ||
| - </initial-values> | ||
| - </item> | ||
| - <item class="javax.swing.JLabel" icon="/com/intellij/uiDesigner/icons/label.png" removable="false" auto-create-binding="false" can-attach-label="false"> | ||
| - <default-constraints vsize-policy="0" hsize-policy="0" anchor="8" fill="0" /> | ||
| - <initial-values> | ||
| - <property name="text" value="Label" /> | ||
| - </initial-values> | ||
| - </item> | ||
| - <item class="javax.swing.JTextField" icon="/com/intellij/uiDesigner/icons/textField.png" removable="false" auto-create-binding="true" can-attach-label="true"> | ||
| - <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1"> | ||
| - <preferred-size width="150" height="-1" /> | ||
| - </default-constraints> | ||
| - </item> | ||
| - <item class="javax.swing.JPasswordField" icon="/com/intellij/uiDesigner/icons/passwordField.png" removable="false" auto-create-binding="true" can-attach-label="true"> | ||
| - <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1"> | ||
| - <preferred-size width="150" height="-1" /> | ||
| - </default-constraints> | ||
| - </item> | ||
| - <item class="javax.swing.JFormattedTextField" icon="/com/intellij/uiDesigner/icons/formattedTextField.png" removable="false" auto-create-binding="true" can-attach-label="true"> | ||
| - <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1"> | ||
| - <preferred-size width="150" height="-1" /> | ||
| - </default-constraints> | ||
| - </item> | ||
| - <item class="javax.swing.JTextArea" icon="/com/intellij/uiDesigner/icons/textArea.png" removable="false" auto-create-binding="true" can-attach-label="true"> | ||
| - <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3"> | ||
| - <preferred-size width="150" height="50" /> | ||
| - </default-constraints> | ||
| - </item> | ||
| - <item class="javax.swing.JTextPane" icon="/com/intellij/uiDesigner/icons/textPane.png" removable="false" auto-create-binding="true" can-attach-label="true"> | ||
| - <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3"> | ||
| - <preferred-size width="150" height="50" /> | ||
| - </default-constraints> | ||
| - </item> | ||
| - <item class="javax.swing.JEditorPane" icon="/com/intellij/uiDesigner/icons/editorPane.png" removable="false" auto-create-binding="true" can-attach-label="true"> | ||
| - <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3"> | ||
| - <preferred-size width="150" height="50" /> | ||
| - </default-constraints> | ||
| - </item> | ||
| - <item class="javax.swing.JComboBox" icon="/com/intellij/uiDesigner/icons/comboBox.png" removable="false" auto-create-binding="true" can-attach-label="true"> | ||
| - <default-constraints vsize-policy="0" hsize-policy="2" anchor="8" fill="1" /> | ||
| - </item> | ||
| - <item class="javax.swing.JTable" icon="/com/intellij/uiDesigner/icons/table.png" removable="false" auto-create-binding="true" can-attach-label="false"> | ||
| - <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3"> | ||
| - <preferred-size width="150" height="50" /> | ||
| - </default-constraints> | ||
| - </item> | ||
| - <item class="javax.swing.JList" icon="/com/intellij/uiDesigner/icons/list.png" removable="false" auto-create-binding="true" can-attach-label="false"> | ||
| - <default-constraints vsize-policy="6" hsize-policy="2" anchor="0" fill="3"> | ||
| - <preferred-size width="150" height="50" /> | ||
| - </default-constraints> | ||
| - </item> | ||
| - <item class="javax.swing.JTree" icon="/com/intellij/uiDesigner/icons/tree.png" removable="false" auto-create-binding="true" can-attach-label="false"> | ||
| - <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3"> | ||
| - <preferred-size width="150" height="50" /> | ||
| - </default-constraints> | ||
| - </item> | ||
| - <item class="javax.swing.JTabbedPane" icon="/com/intellij/uiDesigner/icons/tabbedPane.png" removable="false" auto-create-binding="true" can-attach-label="false"> | ||
| - <default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3"> | ||
| - <preferred-size width="200" height="200" /> | ||
| - </default-constraints> | ||
| - </item> | ||
| - <item class="javax.swing.JSplitPane" icon="/com/intellij/uiDesigner/icons/splitPane.png" removable="false" auto-create-binding="false" can-attach-label="false"> | ||
| - <default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3"> | ||
| - <preferred-size width="200" height="200" /> | ||
| - </default-constraints> | ||
| - </item> | ||
| - <item class="javax.swing.JSpinner" icon="/com/intellij/uiDesigner/icons/spinner.png" removable="false" auto-create-binding="true" can-attach-label="true"> | ||
| - <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1" /> | ||
| - </item> | ||
| - <item class="javax.swing.JSlider" icon="/com/intellij/uiDesigner/icons/slider.png" removable="false" auto-create-binding="true" can-attach-label="false"> | ||
| - <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1" /> | ||
| - </item> | ||
| - <item class="javax.swing.JSeparator" icon="/com/intellij/uiDesigner/icons/separator.png" removable="false" auto-create-binding="false" can-attach-label="false"> | ||
| - <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3" /> | ||
| - </item> | ||
| - <item class="javax.swing.JProgressBar" icon="/com/intellij/uiDesigner/icons/progressbar.png" removable="false" auto-create-binding="true" can-attach-label="false"> | ||
| - <default-constraints vsize-policy="0" hsize-policy="6" anchor="0" fill="1" /> | ||
| - </item> | ||
| - <item class="javax.swing.JToolBar" icon="/com/intellij/uiDesigner/icons/toolbar.png" removable="false" auto-create-binding="false" can-attach-label="false"> | ||
| - <default-constraints vsize-policy="0" hsize-policy="6" anchor="0" fill="1"> | ||
| - <preferred-size width="-1" height="20" /> | ||
| - </default-constraints> | ||
| - </item> | ||
| - <item class="javax.swing.JToolBar$Separator" icon="/com/intellij/uiDesigner/icons/toolbarSeparator.png" removable="false" auto-create-binding="false" can-attach-label="false"> | ||
| - <default-constraints vsize-policy="0" hsize-policy="0" anchor="0" fill="1" /> | ||
| - </item> | ||
| - <item class="javax.swing.JScrollBar" icon="/com/intellij/uiDesigner/icons/scrollbar.png" removable="false" auto-create-binding="true" can-attach-label="false"> | ||
| - <default-constraints vsize-policy="6" hsize-policy="0" anchor="0" fill="2" /> | ||
| - </item> | ||
| - </group> | ||
| - </component> | ||
| -</project> |
| @@ -1,6 +0,0 @@ | ||
| -<?xml version="1.0" encoding="UTF-8"?> | ||
| -<project version="4"> | ||
| - <component name="VcsDirectoryMappings"> | ||
| - <mapping directory="$PROJECT_DIR$" vcs="Git" /> | ||
| - </component> | ||
| -</project> |
Oops, something went wrong.
0 comments on commit
f1a0159