From: <fu...@us...> - 2010-11-16 06:16:22
|
Revision: 1168 http://cishell.svn.sourceforge.net/cishell/?rev=1168&view=rev Author: fugu13 Date: 2010-11-16 06:16:16 +0000 (Tue, 16 Nov 2010) Log Message: ----------- add prefs admin bundle, since I see it is built into the tool Modified Paths: -------------- branches/tycho/core/org.cishell.reference.prefs.admin/META-INF/MANIFEST.MF branches/tycho/core/pom.xml branches/tycho/pom.xml Modified: branches/tycho/core/org.cishell.reference.prefs.admin/META-INF/MANIFEST.MF =================================================================== --- branches/tycho/core/org.cishell.reference.prefs.admin/META-INF/MANIFEST.MF 2010-11-16 02:23:29 UTC (rev 1167) +++ branches/tycho/core/org.cishell.reference.prefs.admin/META-INF/MANIFEST.MF 2010-11-16 06:16:16 UTC (rev 1168) @@ -2,7 +2,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: CIShell Pref Admin Bundle-SymbolicName: org.cishell.reference.prefs.admin -Bundle-Version: 0.0.1 +Bundle-Version: 1.0.0 Bundle-ClassPath: . Import-Package: org.cishell.framework, org.cishell.framework.algorithm, Modified: branches/tycho/core/pom.xml =================================================================== --- branches/tycho/core/pom.xml 2010-11-16 02:23:29 UTC (rev 1167) +++ branches/tycho/core/pom.xml 2010-11-16 06:16:16 UTC (rev 1168) @@ -27,6 +27,7 @@ <module>org.cishell.utility.swt</module> <module>org.cishell.reference.services</module> <module>org.cishell.reference.service.database</module> + <module>org.cishell.reference.prefs.admin</module> </modules> <dependencies> Modified: branches/tycho/pom.xml =================================================================== --- branches/tycho/pom.xml 2010-11-16 02:23:29 UTC (rev 1167) +++ branches/tycho/pom.xml 2010-11-16 06:16:16 UTC (rev 1168) @@ -17,9 +17,9 @@ </properties> <modules> + <module>libs</module> <module>core</module> <!-- <module>tycho.demo.itp02.bundle.tests</module> --> - <module>libs</module> </modules> <repositories> @@ -50,4 +50,4 @@ </plugins> </build> -</project> \ No newline at end of file +</project> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |