Skip to content

Commit 0b78542

Browse files
committed
Add IntelliJ project files
They don't harm for people that do not use IntelliJ Change-Id: Ia630b5e99a49a06336ab49eaf67bce49e9afe3d8
1 parent 4de82dd commit 0b78542

5 files changed

Lines changed: 88 additions & 2 deletions

File tree

.gitignore

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
11
target
2-
.idea
3-
XQueryGenerator.iml
2+
.idea/workspace.xml
3+
.idea/libraries
4+
.idea/scopes
5+
.idea/.name
6+
.idea/scopes/scope_settings.xml
7+
.idea/encodings.xml
8+
.idea/uiDesigner.xml
9+
.idea/compiler.xml
10+
.idea/modules.xml
11+
.idea/misc.xml
12+
.idea/vcs.xml
13+
.idea/runConfigurations
14+
.idea/copyright

.idea/dictionaries/mas9.xml

Lines changed: 20 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/inspectionProfiles/Project_Default.xml

Lines changed: 29 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/inspectionProfiles/profiles_settings.xml

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

MathMLQueryGenerator.iml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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" inherit-compiler-output="false">
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/main/java" isTestSource="false" />
8+
<sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />
9+
<sourceFolder url="file://$MODULE_DIR$/src/test/resources" type="java-test-resource" />
10+
<excludeFolder url="file://$MODULE_DIR$/target" />
11+
</content>
12+
<orderEntry type="inheritedJdk" />
13+
<orderEntry type="sourceFolder" forTests="false" />
14+
<orderEntry type="library" scope="TEST" name="Maven: junit:junit:4.11" level="project" />
15+
<orderEntry type="library" scope="TEST" name="Maven: org.hamcrest:hamcrest-core:1.3" level="project" />
16+
<orderEntry type="library" name="Maven: com.google.guava:guava:17.0" level="project" />
17+
</component>
18+
</module>
19+

0 commit comments

Comments
 (0)