Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "XML File CP CVS"

(New page: == General CVS Information == {| class="wikitable" style="text-align:left; border="1" cellpadding="5" cellspacing="0" | rowspan="2" | Connection Type | Committers | :ext: |- | Anon ac...)
 
 
Line 1: Line 1:
== General CVS Information ==
+
#REDIRECT [[XML File Context Provider CVS]]
{| class="wikitable" style="text-align:left; border="1" cellpadding="5" cellspacing="0" 
+
| rowspan="2" | Connection Type
+
| Committers
+
| :ext:
+
|-
+
| Anon access
+
| :pserver:
+
|-
+
| colspan="2" | Host
+
| dev.eclipse.org
+
|-
+
| colspan="2" | Repository Path
+
| /cvsroot/technology
+
|-
+
|} 
+
 
+
 
+
== XML File Context Provider Projects ==
+
The XML File Context Provider consists of two projects, one for the Context Provider and one for the Test code in different CVS modules
+
 
+
{| class="wikitable" style="text-align:left; border="1" cellpadding="5" cellspacing="0" 
+
|-style="background:#d6dee9; color:black" 
+
! border="1" align="left" valign="top" | Project
+
! border="1" align="left" valign="top" | Module Location
+
! border="1" align="left" valign="top" | Eclipse PSF
+
! border="1" align="left" valign="top" | ViewCVS
+
|-
+
|rowspan="2" |XML File CP
+
|rowspan="2" |org.eclipse.higgins/plugins/org.eclipse.higgins.idas.cp.xmlfile
+
| [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.higgins/plugins/org.eclipse.higgins.idas.cp.xmlfile/anonymous.psf?root=Technology_Project&view=co anonymous]
+
|rowspan="2" | [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.higgins/plugins/org.eclipse.higgins.idas.cp.xmlfile/?cvsroot=Technology_Project viewcvs]
+
|-
+
| [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.higgins/plugins/org.eclipse.higgins.idas.cp.xmlfile/committer.psf?root=Technology_Project&view=co committer]
+
|-
+
|rowspan="2" |XML File CP Test
+
|rowspan="2" |org.eclipse.higgins/plugins/org.eclipse.higgins.idas.cp.xmlfile.test
+
| [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.higgins/plugins/org.eclipse.higgins.idas.cp.xmlfile.test/anonymous.psf?root=Technology_Project&view=co anonymous]
+
|rowspan="2" | [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.higgins/plugins/org.eclipse.higgins.idas.cp.xmlfile.test/?cvsroot=Technology_Project viewcvs]
+
|-
+
| [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.higgins/plugins/org.eclipse.higgins.idas.cp.xmlfile.test/committer.psf?root=Technology_Project&view=co committer]
+
|-
+
|}
+
 
+
== Build Instructions ==
+
* Building within Eclipse:
+
** The normal project build method will compile the source
+
** How to produce a standalone jar:
+
*** In Eclipse, do this:
+
**** Window, Show View, Ant.  An ant browser appears.
+
**** Right-Click, Add Buildfiles..., browse to the buildfile (build.xml) you want to add and select it. 
+
**** Expand the build file to expose the jar target.
+
**** Double-click the jar target to build the jar.
+
** How to produce javadoc:
+
*** Follow the instructions above to add the ant buildfile to the ant browser
+
*** Double-click the javadoc target.
+
* Command-line build
+
** Building an Eclipse plugin
+
*** From the project directory, run "ant -DECLIPSE_HOME=<path to eclipse installation>"
+
*** Note that this requires an Eclipse installation
+
** Building a standalone jar file
+
*** From the project directory, run "ant jar"
+
** Building javadoc
+
*** From the project directory, run "ant javadoc"
+
 
+
== See Also ==
+
* [http://www.eclipse.org/higgins Higgins Home]
+
* [[Components]]
+

Latest revision as of 03:43, 10 October 2007

Back to the top