forked from IF-LK-2020/stundenplan
Gitignore und package.bluej
This commit is contained in:
25
.gitignore
vendored
Normal file
25
.gitignore
vendored
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
# ---> Java
|
||||||
|
# Compiled class file
|
||||||
|
*.class
|
||||||
|
|
||||||
|
# Log file
|
||||||
|
*.log
|
||||||
|
|
||||||
|
# BlueJ files
|
||||||
|
*.ctxt
|
||||||
|
|
||||||
|
# Mobile Tools for Java (J2ME)
|
||||||
|
.mtj.tmp/
|
||||||
|
|
||||||
|
# Package Files #
|
||||||
|
*.jar
|
||||||
|
*.war
|
||||||
|
*.nar
|
||||||
|
*.ear
|
||||||
|
*.zip
|
||||||
|
*.tar.gz
|
||||||
|
*.rar
|
||||||
|
|
||||||
|
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
||||||
|
hs_err_pid*
|
||||||
|
|
||||||
85
package.bluej
Normal file
85
package.bluej
Normal file
@@ -0,0 +1,85 @@
|
|||||||
|
#BlueJ package file
|
||||||
|
dependency1.from=Stundenplan
|
||||||
|
dependency1.to=StundenplanGUI
|
||||||
|
dependency1.type=UsesDependency
|
||||||
|
dependency2.from=Stundenplan
|
||||||
|
dependency2.to=DatabaseConnector
|
||||||
|
dependency2.type=UsesDependency
|
||||||
|
dependency3.from=Stundenplan
|
||||||
|
dependency3.to=QueryResult
|
||||||
|
dependency3.type=UsesDependency
|
||||||
|
dependency4.from=StundenplanGUI
|
||||||
|
dependency4.to=SelectionListener
|
||||||
|
dependency4.type=UsesDependency
|
||||||
|
dependency5.from=DatabaseConnector
|
||||||
|
dependency5.to=QueryResult
|
||||||
|
dependency5.type=UsesDependency
|
||||||
|
dependency6.from=DatabaseConnector
|
||||||
|
dependency6.to=Queue
|
||||||
|
dependency6.type=UsesDependency
|
||||||
|
editor.fx.0.height=0
|
||||||
|
editor.fx.0.width=0
|
||||||
|
editor.fx.0.x=0
|
||||||
|
editor.fx.0.y=0
|
||||||
|
objectbench.height=93
|
||||||
|
objectbench.width=1007
|
||||||
|
package.divider.horizontal=0.6
|
||||||
|
package.divider.vertical=0.8601398601398601
|
||||||
|
package.editor.height=608
|
||||||
|
package.editor.width=896
|
||||||
|
package.editor.x=91
|
||||||
|
package.editor.y=35
|
||||||
|
package.frame.height=815
|
||||||
|
package.frame.width=1047
|
||||||
|
package.numDependencies=6
|
||||||
|
package.numTargets=6
|
||||||
|
package.showExtends=true
|
||||||
|
package.showUses=true
|
||||||
|
project.charset=windows-1252
|
||||||
|
readme.height=60
|
||||||
|
readme.name=@README
|
||||||
|
readme.width=49
|
||||||
|
readme.x=10
|
||||||
|
readme.y=10
|
||||||
|
target1.height=70
|
||||||
|
target1.name=DatabaseConnector
|
||||||
|
target1.showInterface=false
|
||||||
|
target1.type=ClassTarget
|
||||||
|
target1.width=150
|
||||||
|
target1.x=150
|
||||||
|
target1.y=190
|
||||||
|
target2.height=70
|
||||||
|
target2.name=QueryResult
|
||||||
|
target2.showInterface=false
|
||||||
|
target2.type=ClassTarget
|
||||||
|
target2.width=120
|
||||||
|
target2.x=30
|
||||||
|
target2.y=280
|
||||||
|
target3.height=70
|
||||||
|
target3.name=StundenplanGUI
|
||||||
|
target3.showInterface=false
|
||||||
|
target3.type=ClassTarget
|
||||||
|
target3.width=130
|
||||||
|
target3.x=480
|
||||||
|
target3.y=30
|
||||||
|
target4.height=70
|
||||||
|
target4.name=Stundenplan
|
||||||
|
target4.showInterface=false
|
||||||
|
target4.type=ClassTarget
|
||||||
|
target4.width=120
|
||||||
|
target4.x=360
|
||||||
|
target4.y=130
|
||||||
|
target5.height=70
|
||||||
|
target5.name=Queue
|
||||||
|
target5.showInterface=false
|
||||||
|
target5.type=ClassTarget
|
||||||
|
target5.width=160
|
||||||
|
target5.x=30
|
||||||
|
target5.y=80
|
||||||
|
target6.height=70
|
||||||
|
target6.name=SelectionListener
|
||||||
|
target6.showInterface=false
|
||||||
|
target6.type=InterfaceTarget
|
||||||
|
target6.width=130
|
||||||
|
target6.x=610
|
||||||
|
target6.y=160
|
||||||
Reference in New Issue
Block a user