From: <pat...@us...> - 2010-12-28 03:10:56
|
Revision: 1185 http://cishell.svn.sourceforge.net/cishell/?rev=1185&view=rev Author: pataphil Date: 2010-12-28 03:10:49 +0000 (Tue, 28 Dec 2010) Log Message: ----------- * Changed nwb.slis.indiana.edu to nwb.cns.iu.edu to try to fix the builds. Modified Paths: -------------- trunk/core/org.cishell.algorithm.convertergraph/OSGI-INF/algorithm.properties trunk/core/org.cishell.docs.draft-spec/src/draft-specification/draft-spec.tex trunk/core/org.cishell.docs.intro/src/resources.tex trunk/deployment/org.cishell.reference.releng/build-files/fetchSvnAll.xml Added Paths: ----------- trunk/clients/scripting/org.cishell.reference.scripting/.pydevproject Added: trunk/clients/scripting/org.cishell.reference.scripting/.pydevproject =================================================================== --- trunk/clients/scripting/org.cishell.reference.scripting/.pydevproject (rev 0) +++ trunk/clients/scripting/org.cishell.reference.scripting/.pydevproject 2010-12-28 03:10:49 UTC (rev 1185) @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<?eclipse-pydev version="1.0"?> + +<pydev_project> +<pydev_property name="org.python.pydev.PYTHON_PROJECT_INTERPRETER">Default</pydev_property> +<pydev_property name="org.python.pydev.PYTHON_PROJECT_VERSION">python 2.7</pydev_property> +</pydev_project> Modified: trunk/core/org.cishell.algorithm.convertergraph/OSGI-INF/algorithm.properties =================================================================== --- trunk/core/org.cishell.algorithm.convertergraph/OSGI-INF/algorithm.properties 2010-12-22 21:52:31 UTC (rev 1184) +++ trunk/core/org.cishell.algorithm.convertergraph/OSGI-INF/algorithm.properties 2010-12-28 03:10:49 UTC (rev 1185) @@ -9,4 +9,4 @@ author=Chintan Tank implementers=Chintan Tank integrators=Chintan Tank -documentation_url=https://nwb.slis.indiana.edu/community/?n=File.ConverterGraph \ No newline at end of file +documentation_url=https://nwb.cns.iu.edu/community/?n=File.ConverterGraph \ No newline at end of file Modified: trunk/core/org.cishell.docs.draft-spec/src/draft-specification/draft-spec.tex =================================================================== --- trunk/core/org.cishell.docs.draft-spec/src/draft-specification/draft-spec.tex 2010-12-22 21:52:31 UTC (rev 1184) +++ trunk/core/org.cishell.docs.draft-spec/src/draft-specification/draft-spec.tex 2010-12-28 03:10:49 UTC (rev 1185) @@ -422,7 +422,7 @@ \end{figure} \footnotetext[5]{http://sourceforge.net/projects/ivc} -\footnotetext[6]{http://nwb.slis.indiana.edu} +\footnotetext[6]{http://nwb.cns.iu.edu} The CIShell Framework should work beautifully with a GUI client. The previous iterations of this project were all GUI based, so by far this is the most Modified: trunk/core/org.cishell.docs.intro/src/resources.tex =================================================================== --- trunk/core/org.cishell.docs.intro/src/resources.tex 2010-12-22 21:52:31 UTC (rev 1184) +++ trunk/core/org.cishell.docs.intro/src/resources.tex 2010-12-28 03:10:49 UTC (rev 1185) @@ -1,7 +1,7 @@ \begin{thebibliography}{3} \bibitem{cishell}{CIShell Homepage: http://cishell.org} -\bibitem{nwb}{NWB Homepage: http://nwb.slis.indiana.edu} -\bibitem{nwbCommunityWiki}{NWB Community: https://nwb.slis.indiana.edu/community} +\bibitem{nwb}{NWB Homepage: http://nwb.cns.iu.edu} +\bibitem{nwbCommunityWiki}{NWB Community: https://nwb.cns.iu.edu/community} \bibitem{osgi}{OSGi: http://www.osgi.org} \bibitem{eclipse}{Eclipse: http://www.eclipse.org} \end{thebibliography} \ No newline at end of file Modified: trunk/deployment/org.cishell.reference.releng/build-files/fetchSvnAll.xml =================================================================== --- trunk/deployment/org.cishell.reference.releng/build-files/fetchSvnAll.xml 2010-12-22 21:52:31 UTC (rev 1184) +++ trunk/deployment/org.cishell.reference.releng/build-files/fetchSvnAll.xml 2010-12-28 03:10:49 UTC (rev 1185) @@ -191,7 +191,7 @@ <param name="target" value="plugins"/> <param name="element.id" value="org.prefuse.lib"/> <param name="project.name" value="/plugins/libs/prefuselib"/> - <param name="url" value="http://nwb.slis.indiana.edu/svn/nwb/trunk"/> + <param name="url" value="http://nwb.cns.iu.edu/svn/nwb/trunk"/> </antcall> <antcall target="svn.co"> <param name="target" value="plugins"/> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |