Skip to content

Commit

Permalink
check in straggler for #18
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhoule committed Dec 27, 2013
1 parent a465084 commit 449d2ee
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 7 deletions.
18 changes: 11 additions & 7 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
package ${package};
import com.ontology2.centipede.shell.CommandLineApplication;
import org.springframework.stereotype.Component;

@Component("showVersionNumber")
public class ShowVersionNumber extends CommandLineApplication {
@Override
protected void _run(String[] arguments) {
System.out.println(${package}.Version.get());
}
}

0 comments on commit 449d2ee

Please sign in to comment.