You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by ak...@apache.org on 2006/07/26 17:06:45 UTC

svn commit: r425757 - in /incubator/felix/trunk: ./ examples/ examples/dictionaryclient/ examples/dictionaryclient2/ examples/dictionaryservice/ examples/eventlistener/ examples/frenchdictionary/ examples/org.apache.felix.examples.dictionaryservice/ ex...

Author: akarasulu
Date: Wed Jul 26 08:06:44 2006
New Revision: 425757

URL: http://svn.apache.org/viewvc?rev=425757&view=rev
Log:
getting build to work and using examples name instead of tutorials

Added:
    incubator/felix/trunk/examples/
      - copied from r425753, incubator/felix/trunk/tutorials/
    incubator/felix/trunk/examples/dictionaryclient/
      - copied from r425756, incubator/felix/trunk/tutorials/dictionaryclient/
    incubator/felix/trunk/examples/dictionaryclient2/
      - copied from r425756, incubator/felix/trunk/tutorials/dictionaryclient2/
    incubator/felix/trunk/examples/dictionaryservice/
      - copied from r425756, incubator/felix/trunk/tutorials/dictionaryservice/
    incubator/felix/trunk/examples/eventlistener/
      - copied from r425756, incubator/felix/trunk/tutorials/eventlistener/
    incubator/felix/trunk/examples/frenchdictionary/
      - copied from r425756, incubator/felix/trunk/tutorials/frenchdictionary/
    incubator/felix/trunk/examples/pom.xml
    incubator/felix/trunk/examples/spellcheckbinder/
      - copied from r425756, incubator/felix/trunk/tutorials/spellcheckbinder/
    incubator/felix/trunk/examples/spellcheckclient/
      - copied from r425756, incubator/felix/trunk/tutorials/spellcheckclient/
    incubator/felix/trunk/examples/spellcheckservice/
      - copied from r425756, incubator/felix/trunk/tutorials/spellcheckservice/
Removed:
    incubator/felix/trunk/examples/org.apache.felix.examples.dictionaryservice/
    incubator/felix/trunk/tutorials/
Modified:
    incubator/felix/trunk/pom.xml

Added: incubator/felix/trunk/examples/pom.xml
URL: http://svn.apache.org/viewvc/incubator/felix/trunk/examples/pom.xml?rev=425757&view=auto
==============================================================================
--- incubator/felix/trunk/examples/pom.xml (added)
+++ incubator/felix/trunk/examples/pom.xml Wed Jul 26 08:06:44 2006
@@ -0,0 +1,31 @@
+<project>
+  <parent>
+    <groupId>org.apache.felix</groupId>
+    <artifactId>felix</artifactId>
+    <version>0.8.0-SNAPSHOT</version>
+  </parent>
+  <modelVersion>4.0.0</modelVersion>
+  <packaging>pom</packaging>
+  <name>Apache Felix Examples: Build</name>
+  <artifactId>build</artifactId>
+
+  <modules>
+    <module>eventlistener</module>
+    <module>dictionaryservice</module>
+    <module>frenchdictionary</module>
+    <module>dictionaryclient</module>
+    <module>dictionaryclient2</module>
+    <module>spellcheckservice</module>
+    <module>spellcheckclient</module>
+    <module>spellcheckbinder</module>
+  </modules>
+
+  <dependencies>
+    <dependency>
+      <groupId>${pom.groupId}</groupId>
+      <artifactId>org.osgi.core</artifactId>
+      <version>${pom.version}</version>
+      <scope>provided</scope>
+    </dependency>
+  </dependencies>
+</project>

Modified: incubator/felix/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/felix/trunk/pom.xml?rev=425757&r1=425756&r2=425757&view=diff
==============================================================================
--- incubator/felix/trunk/pom.xml (original)
+++ incubator/felix/trunk/pom.xml Wed Jul 26 08:06:44 2006
@@ -20,16 +20,9 @@
     <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>
-    <module>org.apache.felix.examples.dictionaryclient</module>
-    <module>org.apache.felix.examples.dictionaryclient2</module>
-    <module>org.apache.felix.examples.spellcheckservice</module>
-    <module>org.apache.felix.examples.spellcheckclient</module>
-    <module>org.apache.felix.examples.spellcheckbinder</module>
--->
+
+    <module>examples</module>
+
     <module>org.apache.felix.servicebinder</module>
     <module>org.apache.felix.wireadmin</module>
     <module>org.apache.felix.upnp.extra</module>