Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "URI I-Card Provider CVS"

(URI I-Card Provider Projects)
(URI I-Card Provider Projects)
Line 18: Line 18:
  
 
== URI I-Card Provider Projects ==
 
== URI I-Card Provider Projects ==
The URI I-Card Provider consists of two projects, one for the I-Card Provider and one for the Test code in different CVS modules
+
The URI I-Card Provider consists of one project
  
 
{| class="wikitable" style="text-align:left; border="1" cellpadding="5" cellspacing="0"   
 
{| class="wikitable" style="text-align:left; border="1" cellpadding="5" cellspacing="0"   
Line 29: Line 29:
 
|rowspan="2" |URI ICP
 
|rowspan="2" |URI ICP
 
|rowspan="2" |org.eclipse.higgins/plugins/org.eclipse.higgins.icard.provider.uri
 
|rowspan="2" |org.eclipse.higgins/plugins/org.eclipse.higgins.icard.provider.uri
| [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.higgins/plugins/org.eclipse.higgins.icard.provider.uri/uri-icp-anonymous.psf?root=Technology_Project&view=co anonymous]  
+
| [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.higgins/plugins/org.eclipse.higgins.icard.provider.uri/anonymous.psf?root=Technology_Project&view=co anonymous]  
 
|rowspan="2" | [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.higgins/plugins/org.eclipse.higgins.icard.provider.uri/?cvsroot=Technology_Project viewcvs]
 
|rowspan="2" | [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.higgins/plugins/org.eclipse.higgins.icard.provider.uri/?cvsroot=Technology_Project viewcvs]
 
|-
 
|-
| [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.higgins/plugins/org.eclipse.higgins.icard.provider.uri/uri-icp-committers.psf?root=Technology_Project&view=co committer]
+
| [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.higgins/plugins/org.eclipse.higgins.icard.provider.uri/committers.psf?root=Technology_Project&view=co committer]
 +
|-
 +
|}
 +
 
 +
 
 +
The URI I-Card Provider depends on the other Higgins projects
 +
 
 +
{| 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" |IdAS
 +
|rowspan="2" |org.eclipse.higgins/plugins/org.eclipse.higgins.idas
 +
| [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.higgins/plugins/org.eclipse.higgins.idas/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/?cvsroot=Technology_Project viewcvs]
 +
|-
 +
| [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.higgins/plugins/org.eclipse.higgins.idas/committer.psf?root=Technology_Project&view=co committer]
 +
|-
 +
|rowspan="2" |IdAS
 +
|rowspan="2" |org.eclipse.higgins/plugins/org.eclipse.higgins.idas
 +
| [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.higgins/plugins/org.eclipse.higgins.idas/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/?cvsroot=Technology_Project viewcvs]
 +
|-
 +
| [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.higgins/plugins/org.eclipse.higgins.idas/committer.psf?root=Technology_Project&view=co committer]
 
|-
 
|-
 
|}
 
|}

Revision as of 04:33, 20 February 2007

General CVS Information

Connection Type Committers  :ext:
Anonymous access  :pserver:
Host dev.eclipse.org
Repository Path /cvsroot/technology


URI I-Card Provider Projects

The URI I-Card Provider consists of one project

Project Module Location Eclipse PSF ViewCVS
URI ICP org.eclipse.higgins/plugins/org.eclipse.higgins.icard.provider.uri anonymous viewcvs
committer


The URI I-Card Provider depends on the other Higgins projects

Project Module Location Eclipse PSF ViewCVS
IdAS org.eclipse.higgins/plugins/org.eclipse.higgins.idas anonymous viewcvs
committer
IdAS org.eclipse.higgins/plugins/org.eclipse.higgins.idas anonymous viewcvs
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

Back to the top