You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by ri...@apache.org on 2006/08/10 22:16:45 UTC

svn commit: r430513 - in /incubator/felix/trunk: main/ org.apache.felix.main/ pom.xml

Author: rickhall
Date: Thu Aug 10 13:16:44 2006
New Revision: 430513

URL: http://svn.apache.org/viewvc?rev=430513&view=rev
Log:
Shortened the name of the main subproject directory.

Added:
    incubator/felix/trunk/main/
      - copied from r430362, incubator/felix/trunk/org.apache.felix.main/
Removed:
    incubator/felix/trunk/org.apache.felix.main/
Modified:
    incubator/felix/trunk/pom.xml

Modified: incubator/felix/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/felix/trunk/pom.xml?rev=430513&r1=430512&r2=430513&view=diff
==============================================================================
--- incubator/felix/trunk/pom.xml (original)
+++ incubator/felix/trunk/pom.xml Thu Aug 10 13:16:44 2006
@@ -18,7 +18,7 @@
     <module>bundlerepository</module>
     <module>org.apache.felix.daemon</module>
     <module>org.apache.felix.dependencymanager</module>
-    <module>org.apache.felix.main</module>
+    <module>main</module>
 
     <module>examples</module>