Skip to content

Commit

Permalink
Forgot to add some files
Browse files Browse the repository at this point in the history
Removed eclipse and intellij projects
  • Loading branch information
wolfs committed Dec 11, 2010
1 parent 6a0299c commit 2c61d02
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 44 deletions.
9 changes: 0 additions & 9 deletions .classpath

This file was deleted.

23 changes: 0 additions & 23 deletions .project

This file was deleted.

3 changes: 0 additions & 3 deletions .settings/org.eclipse.jdt.core.prefs

This file was deleted.

9 changes: 0 additions & 9 deletions .settings/org.maven.ide.eclipse.prefs

This file was deleted.

@@ -0,0 +1,10 @@
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:sv="/lib/sectioned_view" xmlns:f="/lib/form" xmlns:i="jelly:fmt">
<l:layout title="${it.title}">
<st:include it="${it.parentObject}" page="sidepanel.jelly" />
<l:main-panel>
<h1>${%Dependency Graph}</h1>
<img src="graph.png" lazymap="graph.map"/>
<p><a href="graph.gv">${%Graph in graphviz format}</a></p>
</l:main-panel>
</l:layout>
</j:jelly>
@@ -0,0 +1,2 @@
Dependency\ Graph=Abhängigkeitsgraph
Graph\ in\ graphviz\ format=Graph im Graphviz-Format
@@ -0,0 +1,2 @@
AbstractDependencyGraphAction.DependencyGraphOf=Dependency Graph of {0}
AbstractDependencyGraphAction.DependencyGraph=Dependency Graph
@@ -0,0 +1,2 @@
AbstractDependencyGraphAction.DependencyGraphOf={0} - Abhängigkeitsgraph
AbstractDependencyGraphAction.DependencyGraph=Abhängigkeitsgraph

0 comments on commit 2c61d02

Please sign in to comment.