リビジョン e74b47ee
みぞ @mizo0203 さんが6年以上前に追加
.classpath | ||
---|---|---|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
|
2 |
<classpath> |
|
3 |
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"> |
|
4 |
<attributes> |
|
5 |
<attribute name="maven.pomderived" value="true"/> |
|
6 |
</attributes> |
|
7 |
</classpathentry> |
|
8 |
<classpathentry kind="con" path="org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER"> |
|
9 |
<attributes> |
|
10 |
<attribute name="maven.pomderived" value="true"/> |
|
11 |
</attributes> |
|
12 |
</classpathentry> |
|
13 |
<classpathentry including="**/*.java" kind="src" output="target/classes" path="src"> |
|
14 |
<attributes> |
|
15 |
<attribute name="optional" value="true"/> |
|
16 |
<attribute name="maven.pomderived" value="true"/> |
|
17 |
</attributes> |
|
18 |
</classpathentry> |
|
19 |
<classpathentry kind="output" path="target/classes"/> |
|
20 |
</classpath> |
.gitignore | ||
---|---|---|
1 | 1 |
/target |
2 |
|
|
3 |
# Created by https://www.gitignore.io/api/intellij |
|
4 |
|
|
5 |
### Intellij ### |
|
6 |
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm |
|
7 |
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 |
|
8 |
|
|
9 |
# User-specific stuff |
|
10 |
.idea/**/workspace.xml |
|
11 |
.idea/**/tasks.xml |
|
12 |
.idea/**/usage.statistics.xml |
|
13 |
.idea/**/dictionaries |
|
14 |
.idea/**/shelf |
|
15 |
|
|
16 |
# Sensitive or high-churn files |
|
17 |
.idea/**/dataSources/ |
|
18 |
.idea/**/dataSources.ids |
|
19 |
.idea/**/dataSources.local.xml |
|
20 |
.idea/**/sqlDataSources.xml |
|
21 |
.idea/**/dynamic.xml |
|
22 |
.idea/**/uiDesigner.xml |
|
23 |
.idea/**/dbnavigator.xml |
|
24 |
|
|
25 |
# Gradle |
|
26 |
.idea/**/gradle.xml |
|
27 |
.idea/**/libraries |
|
28 |
|
|
29 |
# Gradle and Maven with auto-import |
|
30 |
# When using Gradle or Maven with auto-import, you should exclude module files, |
|
31 |
# since they will be recreated, and may cause churn. Uncomment if using |
|
32 |
# auto-import. |
|
33 |
# .idea/modules.xml |
|
34 |
# .idea/*.iml |
|
35 |
# .idea/modules |
|
36 |
|
|
37 |
# CMake |
|
38 |
cmake-build-*/ |
|
39 |
|
|
40 |
# Mongo Explorer plugin |
|
41 |
.idea/**/mongoSettings.xml |
|
42 |
|
|
43 |
# File-based project format |
|
44 |
*.iws |
|
45 |
|
|
46 |
# IntelliJ |
|
47 |
out/ |
|
48 |
|
|
49 |
# mpeltonen/sbt-idea plugin |
|
50 |
.idea_modules/ |
|
51 |
|
|
52 |
# JIRA plugin |
|
53 |
atlassian-ide-plugin.xml |
|
54 |
|
|
55 |
# Cursive Clojure plugin |
|
56 |
.idea/replstate.xml |
|
57 |
|
|
58 |
# Crashlytics plugin (for Android Studio and IntelliJ) |
|
59 |
com_crashlytics_export_strings.xml |
|
60 |
crashlytics.properties |
|
61 |
crashlytics-build.properties |
|
62 |
fabric.properties |
|
63 |
|
|
64 |
# Editor-based Rest Client |
|
65 |
.idea/httpRequests |
|
66 |
|
|
67 |
### Intellij Patch ### |
|
68 |
# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721 |
|
69 |
|
|
70 |
# *.iml |
|
71 |
# modules.xml |
|
72 |
# .idea/misc.xml |
|
73 |
# *.ipr |
|
74 |
|
|
75 |
# Sonarlint plugin |
|
76 |
.idea/sonarlint |
|
77 |
|
|
78 |
|
|
79 |
# End of https://www.gitignore.io/api/intellij |
.idea/artifacts/TwitterTimelineTalker_jar.xml | ||
---|---|---|
1 |
<component name="ArtifactManager"> |
|
2 |
<artifact type="jar" name="TwitterTimelineTalker:jar"> |
|
3 |
<output-path>$PROJECT_DIR$/out/artifacts/TwitterTimelineTalker_jar</output-path> |
|
4 |
<root id="archive" name="TwitterTimelineTalker.jar"> |
|
5 |
<element id="module-output" name="TwitterTimelineTalker" /> |
|
6 |
<element id="extracted-dir" path="$MAVEN_REPOSITORY$/org/twitter4j/twitter4j-core/4.0.6/twitter4j-core-4.0.6.jar" path-in-jar="/" /> |
|
7 |
<element id="extracted-dir" path="$MAVEN_REPOSITORY$/org/twitter4j/twitter4j-stream/4.0.6/twitter4j-stream-4.0.6.jar" path-in-jar="/" /> |
|
8 |
</root> |
|
9 |
</artifact> |
|
10 |
</component> |
.idea/compiler.xml | ||
---|---|---|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
|
2 |
<project version="4"> |
|
3 |
<component name="CompilerConfiguration"> |
|
4 |
<annotationProcessing> |
|
5 |
<profile name="Maven default annotation processors profile" enabled="true"> |
|
6 |
<sourceOutputDir name="target/generated-sources/annotations" /> |
|
7 |
<sourceTestOutputDir name="target/generated-test-sources/test-annotations" /> |
|
8 |
<outputRelativeToContentRoot value="true" /> |
|
9 |
<module name="TwitterTimelineTalker" /> |
|
10 |
</profile> |
|
11 |
</annotationProcessing> |
|
12 |
<bytecodeTargetLevel> |
|
13 |
<module name="TwitterTimelineTalker" target="1.7" /> |
|
14 |
</bytecodeTargetLevel> |
|
15 |
</component> |
|
16 |
</project> |
.idea/encodings.xml | ||
---|---|---|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
|
2 |
<project version="4"> |
|
3 |
<component name="Encoding"> |
|
4 |
<file url="file://$PROJECT_DIR$" charset="UTF-8" /> |
|
5 |
</component> |
|
6 |
</project> |
.idea/misc.xml | ||
---|---|---|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
|
2 |
<project version="4"> |
|
3 |
<component name="MavenProjectsManager"> |
|
4 |
<option name="originalFiles"> |
|
5 |
<list> |
|
6 |
<option value="$PROJECT_DIR$/pom.xml" /> |
|
7 |
</list> |
|
8 |
</option> |
|
9 |
</component> |
|
10 |
<component name="ProjectKey"> |
|
11 |
<option name="state" value="project://e2804f05-5315-4fc6-a121-c522a6c26470" /> |
|
12 |
</component> |
|
13 |
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" project-jdk-name="1.8" project-jdk-type="JavaSDK"> |
|
14 |
<output url="file://$PROJECT_DIR$/out" /> |
|
15 |
</component> |
|
16 |
</project> |
.idea/modules.xml | ||
---|---|---|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
|
2 |
<project version="4"> |
|
3 |
<component name="ProjectModuleManager"> |
|
4 |
<modules> |
|
5 |
<module fileurl="file://$PROJECT_DIR$/TwitterTimelineTalker.iml" filepath="$PROJECT_DIR$/TwitterTimelineTalker.iml" /> |
|
6 |
</modules> |
|
7 |
</component> |
|
8 |
</project> |
.idea/project-template.xml | ||
---|---|---|
1 |
<template> |
|
2 |
<input-field default="com.company">IJ_BASE_PACKAGE</input-field> |
|
3 |
</template> |
.idea/vcs.xml | ||
---|---|---|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
|
2 |
<project version="4"> |
|
3 |
<component name="VcsDirectoryMappings"> |
|
4 |
<mapping directory="" vcs="Git" /> |
|
5 |
</component> |
|
6 |
</project> |
.project | ||
---|---|---|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
|
2 |
<projectDescription> |
|
3 |
<name>TwitterTimelineTalker</name> |
|
4 |
<comment></comment> |
|
5 |
<projects> |
|
6 |
</projects> |
|
7 |
<buildSpec> |
|
8 |
<buildCommand> |
|
9 |
<name>org.eclipse.jdt.core.javabuilder</name> |
|
10 |
<arguments> |
|
11 |
</arguments> |
|
12 |
</buildCommand> |
|
13 |
<buildCommand> |
|
14 |
<name>org.eclipse.m2e.core.maven2Builder</name> |
|
15 |
<arguments> |
|
16 |
</arguments> |
|
17 |
</buildCommand> |
|
18 |
</buildSpec> |
|
19 |
<natures> |
|
20 |
<nature>org.eclipse.jdt.core.javanature</nature> |
|
21 |
<nature>org.eclipse.m2e.core.maven2Nature</nature> |
|
22 |
</natures> |
|
23 |
</projectDescription> |
.settings/org.eclipse.core.resources.prefs | ||
---|---|---|
1 |
eclipse.preferences.version=1 |
|
2 |
encoding/<project>=UTF-8 |
|
3 |
encoding/src=UTF-8 |
.settings/org.eclipse.jdt.core.prefs | ||
---|---|---|
1 |
eclipse.preferences.version=1 |
|
2 |
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7 |
|
3 |
org.eclipse.jdt.core.compiler.compliance=1.7 |
|
4 |
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning |
|
5 |
org.eclipse.jdt.core.compiler.source=1.7 |
.settings/org.eclipse.m2e.core.prefs | ||
---|---|---|
1 |
activeProfiles= |
|
2 |
eclipse.preferences.version=1 |
|
3 |
resolveWorkspaceProjects=true |
|
4 |
version=1 |
TwitterTimelineTalker.iml | ||
---|---|---|
1 |
<?xml version="1.0" encoding="UTF-8"?> |
|
2 |
<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4"> |
|
3 |
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_7"> |
|
4 |
<output url="file://$MODULE_DIR$/target/classes" /> |
|
5 |
<output-test url="file://$MODULE_DIR$/target/test-classes" /> |
|
6 |
<content url="file://$MODULE_DIR$"> |
|
7 |
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" /> |
|
8 |
<excludeFolder url="file://$MODULE_DIR$/target" /> |
|
9 |
</content> |
|
10 |
<orderEntry type="inheritedJdk" /> |
|
11 |
<orderEntry type="sourceFolder" forTests="false" /> |
|
12 |
<orderEntry type="library" name="Maven: org.twitter4j:twitter4j-core:4.0.6" level="project" /> |
|
13 |
<orderEntry type="library" name="Maven: org.twitter4j:twitter4j-stream:4.0.6" level="project" /> |
|
14 |
</component> |
|
15 |
</module> |
src/META-INF/MANIFEST.MF | ||
---|---|---|
1 |
Manifest-Version: 1.0 |
|
2 |
Main-Class: com.mizo0203.twitter.timeline.talker.Application |
|
3 |
|
他の形式にエクスポート: Unified diff
Import project from Eclipse to IntelliJ. fix #418 @1.0h