Alex,
The TUI project is a textual user interface for the Felix shell service.
The shell service by itself does not have an interactive element to it,
it is just an aggregator of command services and provides a simple means
to execute these command services.
To interact with the shell service a UI bundle is required. The TUI
project is a textual UI. I will also commit a simple graphical UI for
the shell service in the future.
-> richard
[EMAIL PROTECTED] wrote:
Author: akarasulu
Date: Thu Mar 2 22:13:30 2006
New Revision: 382685
URL: http://svn.apache.org/viewcvs?rev=382685&view=rev
Log:
Added pom for this tui project. Must admit I have no idea what it's for or
how to classify it at this point. Added it as a module to the top build.
Added:
incubator/felix/sandbox/akarasulu/mavenized/org.apache.felix.shell.tui/pom.xml
Modified:
incubator/felix/sandbox/akarasulu/mavenized/org.apache.felix.shell.tui/
(props changed)
incubator/felix/sandbox/akarasulu/mavenized/pom.xml
Propchange:
incubator/felix/sandbox/akarasulu/mavenized/org.apache.felix.shell.tui/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Mar 2 22:13:30 2006
@@ -0,0 +1,12 @@
+classes
+target
+*.log
+*.ipr
+*.iws
+*.iml
+lib
+bundle
+dist
+.project
+.classpath
+
Added:
incubator/felix/sandbox/akarasulu/mavenized/org.apache.felix.shell.tui/pom.xml
URL:
http://svn.apache.org/viewcvs/incubator/felix/sandbox/akarasulu/mavenized/org.apache.felix.shell.tui/pom.xml?rev=382685&view=auto
==============================================================================
---
incubator/felix/sandbox/akarasulu/mavenized/org.apache.felix.shell.tui/pom.xml
(added)
+++
incubator/felix/sandbox/akarasulu/mavenized/org.apache.felix.shell.tui/pom.xml
Thu Mar 2 22:13:30 2006
@@ -0,0 +1,28 @@
+<project>
+ <parent>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>felix</artifactId>
+ <version>0.8-SNAPSHOT</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <packaging>jar</packaging>
+ <name>Apache Felix Shell Service Impl ???</name>
+ <artifactId>org.apache.felix.shell.tui</artifactId>
+ <dependencies>
+ <dependency>
+ <groupId>${pom.groupId}</groupId>
+ <artifactId>org.ungoverned.osgi.service.shell</artifactId>
+ <version>${pom.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${pom.groupId}</groupId>
+ <artifactId>org.osgi</artifactId>
+ <version>${pom.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>${pom.groupId}</groupId>
+ <artifactId>org.apache.felix.shell</artifactId>
+ <version>${pom.version}</version>
+ </dependency>
+ </dependencies>
+</project>
Modified: incubator/felix/sandbox/akarasulu/mavenized/pom.xml
URL:
http://svn.apache.org/viewcvs/incubator/felix/sandbox/akarasulu/mavenized/pom.xml?rev=382685&r1=382684&r2=382685&view=diff
==============================================================================
--- incubator/felix/sandbox/akarasulu/mavenized/pom.xml (original)
+++ incubator/felix/sandbox/akarasulu/mavenized/pom.xml Thu Mar 2 22:13:30 2006
@@ -13,6 +13,7 @@
<module>org.apache.felix.moduleloader</module>
<module>org.ungoverned.osgi.service.shell</module>
<module>org.apache.felix.shell</module>
+ <module>org.apache.felix.shell.tui</module>
</modules>
<repositories>