Created
April 24, 2017 08:33
-
-
Save supernova106/56600be0a02601d2c99c75ac349b6f8e to your computer and use it in GitHub Desktop.
ezbot
This file contains hidden or 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
| <?xml version="1.0" encoding="UTF-8"?> | |
| <project version="4"> | |
| <component name="CompilerConfiguration"> | |
| <annotationProcessing> | |
| <profile name="Maven default annotation processors profile" enabled="true"> | |
| <sourceOutputDir name="target/generated-sources/annotations" /> | |
| <sourceTestOutputDir name="target/generated-test-sources/test-annotations" /> | |
| <outputRelativeToContentRoot value="true" /> | |
| <module name="ezbot" /> | |
| </profile> | |
| </annotationProcessing> | |
| <bytecodeTargetLevel> | |
| <module name="ezbot" target="1.5" /> | |
| </bytecodeTargetLevel> | |
| </component> | |
| </project> |
This file contains hidden or 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
| <?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="MavenProjectsManager"> | |
| <option name="originalFiles"> | |
| <list> | |
| <option value="$PROJECT_DIR$/pom.xml" /> | |
| </list> | |
| </option> | |
| </component> | |
| <component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" project-jdk-name="1.8" project-jdk-type="JavaSDK"> | |
| <output url="file://$PROJECT_DIR$/out" /> | |
| </component> | |
| </project> |
This file contains hidden or 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
| <?xml version="1.0" encoding="UTF-8"?> | |
| <project version="4"> | |
| <component name="ProjectModuleManager"> | |
| <modules> | |
| <module fileurl="file://$PROJECT_DIR$/ezbot.iml" filepath="$PROJECT_DIR$/ezbot.iml" /> | |
| </modules> | |
| </component> | |
| </project> |
This file contains hidden or 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
| <?xml version="1.0" encoding="UTF-8"?> | |
| <module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4"> | |
| <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_5"> | |
| <output url="file://$MODULE_DIR$/target/classes" /> | |
| <output-test url="file://$MODULE_DIR$/target/test-classes" /> | |
| <content url="file://$MODULE_DIR$"> | |
| <sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" /> | |
| <sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" /> | |
| <sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" /> | |
| <excludeFolder url="file://$MODULE_DIR$/target" /> | |
| </content> | |
| <orderEntry type="inheritedJdk" /> | |
| <orderEntry type="sourceFolder" forTests="false" /> | |
| </component> | |
| </module> |
This file contains hidden or 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
| <?xml version="1.0" encoding="UTF-8"?> | |
| <project xmlns="http://maven.apache.org/POM/4.0.0" | |
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
| xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | |
| <modelVersion>4.0.0</modelVersion> | |
| <groupId>ezbot</groupId> | |
| <artifactId>ezbot</artifactId> | |
| <version>1.0-SNAPSHOT</version> | |
| </project> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment