Skip to content

Commit

Permalink
Initial project commit
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmontec committed Feb 7, 2017
0 parents commit 8e033cf
Show file tree
Hide file tree
Showing 320 changed files with 33,633 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .classpath
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="lib" path="lib/graphstream/gs-algo-1.3-javadoc.jar"/>
<classpathentry kind="lib" path="lib/graphstream/gs-algo-1.3-sources.jar"/>
<classpathentry kind="lib" path="lib/graphstream/gs-algo-1.3.jar"/>
<classpathentry kind="lib" path="lib/graphstream/gs-core-1.3-javadoc.jar"/>
<classpathentry kind="lib" path="lib/graphstream/gs-core-1.3-sources.jar"/>
<classpathentry kind="lib" path="lib/graphstream/gs-core-1.3.jar"/>
<classpathentry kind="lib" path="lib/graphstream/gs-ui-1.3-javadoc.jar"/>
<classpathentry kind="lib" path="lib/graphstream/gs-ui-1.3-sources.jar"/>
<classpathentry kind="lib" path="lib/graphstream/gs-ui-1.3.jar"/>
<classpathentry kind="lib" path="lib/antlr-4.6-complete.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry exported="true" kind="con" path="org.springsource.ide.eclipse.gradle.classpathcontainer"/>
<classpathentry kind="output" path="bin"/>
</classpath>
21 changes: 21 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
*.class

# Log file
*.log

# BlueJ files
*.ctxt

# Mobile Tools for Java (J2ME)
.mtj.tmp/

# Package Files #
*.jar
*.war
*.ear
*.zip
*.tar.gz
*.rar

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
30 changes: 30 additions & 0 deletions .project
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>ArchTool</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.wst.common.project.facet.core.builder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.xtext.ui.shared.xtextBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.springsource.ide.eclipse.gradle.core.nature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.xtext.ui.shared.xtextNature</nature>
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
</natures>
</projectDescription>
14 changes: 14 additions & 0 deletions .settings/com.github.jknack.antlr4ide.Antlr4.prefs
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
antlr4.antlrRegisteredTools=4.4@C\:\\Users\\Zumbi\\AppData\\Local\\Temp\\antlr-4.4-complete.jar\:4.6@C\:\\Users\\Zumbi\\AppData\\Local\\Temp\\antlr-4.6-complete.jar
antlr4.antlrToolPath=C\:\\Users\\Zumbi\\AppData\\Local\\Temp\\antlr-4.6-complete.jar
antlr4.encoding=UTF-8
antlr4.listener=true
antlr4.visitor=true
antlr4.vmArgs=
antlr4ide.is_project_specific=true
autobuilding=true
com.github.jknack.antlr4ide.Antlr4.useProjectSettings=true
eclipse.preferences.version=1
is_project_specific=
outlet.DEFAULT_OUTPUT.cleanupDerived=true
outlet.DEFAULT_OUTPUT.derived=true
outlet.DEFAULT_OUTPUT.directory=./src/
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#org.springsource.ide.eclipse.gradle.core.preferences.GradleProjectPreferences
#Mon Feb 06 20:53:56 BRST 2017
build.family.org.gradle.tooling.model.eclipse.HierarchicalEclipseProject=;
org.springsource.ide.eclipse.gradle.linkedresources=
org.springsource.ide.eclipse.gradle.rootprojectloc=
11 changes: 11 additions & 0 deletions .settings/org.eclipse.jdt.core.prefs
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
org.eclipse.jdt.core.compiler.compliance=1.8
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
org.eclipse.jdt.core.compiler.debug.localVariable=generate
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
org.eclipse.jdt.core.compiler.source=1.8
4 changes: 4 additions & 0 deletions .settings/org.eclipse.wst.common.project.facet.core.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<faceted-project>
<installed facet="java" version="1.8"/>
</faceted-project>
Binary file added archtool_icon.pdn
Binary file not shown.
Binary file added bin/assets/fonts/Roboto-Black.ttf
Binary file not shown.
Binary file added bin/assets/fonts/Roboto-Bold.ttf
Binary file not shown.
Binary file added bin/assets/fonts/Roboto-BoldCondensed.ttf
Binary file not shown.
Binary file added bin/assets/fonts/Roboto-Condensed.ttf
Binary file not shown.
Binary file added bin/assets/fonts/Roboto-Italic.ttf
Binary file not shown.
Binary file added bin/assets/fonts/Roboto-Light.ttf
Binary file not shown.
Binary file added bin/assets/fonts/Roboto-Medium.ttf
Binary file not shown.
Binary file added bin/assets/fonts/Roboto-Regular.ttf
Binary file not shown.
Binary file added bin/assets/fonts/Roboto-Thin.ttf
Binary file not shown.
Binary file added bin/assets/images/archtool_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file added bin/com/carvalab/archtool/Frame.class
Binary file not shown.
Binary file added bin/com/carvalab/archtool/Main$1.class
Binary file not shown.
Binary file added bin/com/carvalab/archtool/Main.class
Binary file not shown.
Binary file added bin/com/carvalab/archtool/csharp/AntlrUtil.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 8e033cf

Please sign in to comment.