commit | f97f8e4fba4a67c96911e6f3199ce6db330a6554 | [log] [tgz] |
---|---|---|
author | Alex Karasulu <akarasulu@apache.org> | Wed Jul 26 14:57:52 2006 +0000 |
committer | Alex Karasulu <akarasulu@apache.org> | Wed Jul 26 14:57:52 2006 +0000 |
tree | 9f8b93c0249dde7117d93653fe3e05f06e3a7600 | |
parent | d64965620accd9e91c308399a03cd32ec31276a9 [diff] |
moving examples to tutorials section git-svn-id: https://svn.apache.org/repos/asf/incubator/felix/trunk@425753 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml index 36725ee..5953c82 100644 --- a/pom.xml +++ b/pom.xml
@@ -20,6 +20,7 @@ <module>org.apache.felix.daemon</module> <module>org.apache.felix.dependencymanager</module> <module>org.apache.felix.main</module> +<!-- prep to reorg examles into tutorials section <module>org.apache.felix.examples.eventlistener</module> <module>org.apache.felix.examples.dictionaryservice</module> <module>org.apache.felix.examples.frenchdictionary</module> @@ -28,6 +29,7 @@ <module>org.apache.felix.examples.spellcheckservice</module> <module>org.apache.felix.examples.spellcheckclient</module> <module>org.apache.felix.examples.spellcheckbinder</module> +--> <module>org.apache.felix.servicebinder</module> <module>org.apache.felix.wireadmin</module> <module>org.apache.felix.upnp.extra</module>
diff --git a/org.apache.felix.examples.dictionaryclient/pom.xml b/tutorials/dictionaryclient/pom.xml similarity index 100% rename from org.apache.felix.examples.dictionaryclient/pom.xml rename to tutorials/dictionaryclient/pom.xml
diff --git a/org.apache.felix.examples.dictionaryclient/src/main/java/org/apache/felix/examples/dictionaryclient/Activator.java b/tutorials/dictionaryclient/src/main/java/org/apache/felix/examples/dictionaryclient/Activator.java similarity index 100% rename from org.apache.felix.examples.dictionaryclient/src/main/java/org/apache/felix/examples/dictionaryclient/Activator.java rename to tutorials/dictionaryclient/src/main/java/org/apache/felix/examples/dictionaryclient/Activator.java
diff --git a/org.apache.felix.examples.dictionaryclient2/pom.xml b/tutorials/dictionaryclient2/pom.xml similarity index 100% rename from org.apache.felix.examples.dictionaryclient2/pom.xml rename to tutorials/dictionaryclient2/pom.xml
diff --git a/org.apache.felix.examples.dictionaryclient2/src/main/java/org/apache/felix/examples/dictionaryclient2/Activator.java b/tutorials/dictionaryclient2/src/main/java/org/apache/felix/examples/dictionaryclient2/Activator.java similarity index 100% rename from org.apache.felix.examples.dictionaryclient2/src/main/java/org/apache/felix/examples/dictionaryclient2/Activator.java rename to tutorials/dictionaryclient2/src/main/java/org/apache/felix/examples/dictionaryclient2/Activator.java
diff --git a/org.apache.felix.examples.eventlistener/pom.xml b/tutorials/eventlistener/pom.xml similarity index 100% rename from org.apache.felix.examples.eventlistener/pom.xml rename to tutorials/eventlistener/pom.xml
diff --git a/org.apache.felix.examples.eventlistener/src/main/java/org/apache/felix/examples/eventlistener/Activator.java b/tutorials/eventlistener/src/main/java/org/apache/felix/examples/eventlistener/Activator.java similarity index 100% rename from org.apache.felix.examples.eventlistener/src/main/java/org/apache/felix/examples/eventlistener/Activator.java rename to tutorials/eventlistener/src/main/java/org/apache/felix/examples/eventlistener/Activator.java
diff --git a/org.apache.felix.examples.frenchdictionary/pom.xml b/tutorials/frenchdictionary/pom.xml similarity index 100% rename from org.apache.felix.examples.frenchdictionary/pom.xml rename to tutorials/frenchdictionary/pom.xml
diff --git a/org.apache.felix.examples.frenchdictionary/src/main/java/org/apache/felix/examples/frenchdictionary/Activator.java b/tutorials/frenchdictionary/src/main/java/org/apache/felix/examples/frenchdictionary/Activator.java similarity index 100% rename from org.apache.felix.examples.frenchdictionary/src/main/java/org/apache/felix/examples/frenchdictionary/Activator.java rename to tutorials/frenchdictionary/src/main/java/org/apache/felix/examples/frenchdictionary/Activator.java
diff --git a/org.apache.felix.examples.dictionaryservice/pom.xml b/tutorials/org.apache.felix.examples.dictionaryservice/pom.xml similarity index 100% rename from org.apache.felix.examples.dictionaryservice/pom.xml rename to tutorials/org.apache.felix.examples.dictionaryservice/pom.xml
diff --git a/org.apache.felix.examples.dictionaryservice/src/main/java/org/apache/felix/examples/dictionaryservice/DictionaryService.java b/tutorials/org.apache.felix.examples.dictionaryservice/src/main/java/org/apache/felix/examples/dictionaryservice/DictionaryService.java similarity index 100% rename from org.apache.felix.examples.dictionaryservice/src/main/java/org/apache/felix/examples/dictionaryservice/DictionaryService.java rename to tutorials/org.apache.felix.examples.dictionaryservice/src/main/java/org/apache/felix/examples/dictionaryservice/DictionaryService.java
diff --git a/org.apache.felix.examples.dictionaryservice/src/main/java/org/apache/felix/examples/dictionaryservice/impl/Activator.java b/tutorials/org.apache.felix.examples.dictionaryservice/src/main/java/org/apache/felix/examples/dictionaryservice/impl/Activator.java similarity index 100% rename from org.apache.felix.examples.dictionaryservice/src/main/java/org/apache/felix/examples/dictionaryservice/impl/Activator.java rename to tutorials/org.apache.felix.examples.dictionaryservice/src/main/java/org/apache/felix/examples/dictionaryservice/impl/Activator.java
diff --git a/org.apache.felix.examples.spellcheckbinder/pom.xml b/tutorials/spellcheckbinder/pom.xml similarity index 100% rename from org.apache.felix.examples.spellcheckbinder/pom.xml rename to tutorials/spellcheckbinder/pom.xml
diff --git a/org.apache.felix.examples.spellcheckbinder/src/main/java/org/apache/felix/examples/spellcheckbinder/Activator.java b/tutorials/spellcheckbinder/src/main/java/org/apache/felix/examples/spellcheckbinder/Activator.java similarity index 100% rename from org.apache.felix.examples.spellcheckbinder/src/main/java/org/apache/felix/examples/spellcheckbinder/Activator.java rename to tutorials/spellcheckbinder/src/main/java/org/apache/felix/examples/spellcheckbinder/Activator.java
diff --git a/org.apache.felix.examples.spellcheckbinder/src/main/java/org/apache/felix/examples/spellcheckbinder/SpellCheckServiceImpl.java b/tutorials/spellcheckbinder/src/main/java/org/apache/felix/examples/spellcheckbinder/SpellCheckServiceImpl.java similarity index 100% rename from org.apache.felix.examples.spellcheckbinder/src/main/java/org/apache/felix/examples/spellcheckbinder/SpellCheckServiceImpl.java rename to tutorials/spellcheckbinder/src/main/java/org/apache/felix/examples/spellcheckbinder/SpellCheckServiceImpl.java
diff --git a/org.apache.felix.examples.spellcheckbinder/src/main/resources/metadata.xml b/tutorials/spellcheckbinder/src/main/resources/metadata.xml similarity index 100% rename from org.apache.felix.examples.spellcheckbinder/src/main/resources/metadata.xml rename to tutorials/spellcheckbinder/src/main/resources/metadata.xml
diff --git a/org.apache.felix.examples.spellcheckclient/pom.xml b/tutorials/spellcheckclient/pom.xml similarity index 100% rename from org.apache.felix.examples.spellcheckclient/pom.xml rename to tutorials/spellcheckclient/pom.xml
diff --git a/org.apache.felix.examples.spellcheckclient/src/main/java/org/apache/felix/examples/spellcheckclient/Activator.java b/tutorials/spellcheckclient/src/main/java/org/apache/felix/examples/spellcheckclient/Activator.java similarity index 100% rename from org.apache.felix.examples.spellcheckclient/src/main/java/org/apache/felix/examples/spellcheckclient/Activator.java rename to tutorials/spellcheckclient/src/main/java/org/apache/felix/examples/spellcheckclient/Activator.java
diff --git a/org.apache.felix.examples.spellcheckservice/pom.xml b/tutorials/spellcheckservice/pom.xml similarity index 100% rename from org.apache.felix.examples.spellcheckservice/pom.xml rename to tutorials/spellcheckservice/pom.xml
diff --git a/org.apache.felix.examples.spellcheckservice/src/main/java/org/apache/felix/examples/spellcheckservice/SpellCheckService.java b/tutorials/spellcheckservice/src/main/java/org/apache/felix/examples/spellcheckservice/SpellCheckService.java similarity index 100% rename from org.apache.felix.examples.spellcheckservice/src/main/java/org/apache/felix/examples/spellcheckservice/SpellCheckService.java rename to tutorials/spellcheckservice/src/main/java/org/apache/felix/examples/spellcheckservice/SpellCheckService.java
diff --git a/org.apache.felix.examples.spellcheckservice/src/main/java/org/apache/felix/examples/spellcheckservice/impl/Activator.java b/tutorials/spellcheckservice/src/main/java/org/apache/felix/examples/spellcheckservice/impl/Activator.java similarity index 100% rename from org.apache.felix.examples.spellcheckservice/src/main/java/org/apache/felix/examples/spellcheckservice/impl/Activator.java rename to tutorials/spellcheckservice/src/main/java/org/apache/felix/examples/spellcheckservice/impl/Activator.java