Difference between revisions of "RPPS Web CVS"
(→RPPS Web Projects) |
(→RPPS Web Projects) |
||
Line 94: | Line 94: | ||
|- | |- | ||
| [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.higgins/plugins/org.eclipse.higgins.icard.provider.idemix/committer.psf?root=Technology_Project&view=co committer] | | [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.higgins/plugins/org.eclipse.higgins.icard.provider.idemix/committer.psf?root=Technology_Project&view=co committer] | ||
+ | |- | ||
+ | |rowspan="2" |I-Card Selector Service Interfaces | ||
+ | |rowspan="2" |org.eclipse.higgins/plugins/plugins/org.eclipse.higgins.iss | ||
+ | | [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.higgins/plugins/plugins/org.eclipse.higgins.iss/anonymous.psf?root=Technology_Project&view=co anonymous] | ||
+ | |rowspan="2" | [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.higgins/plugins/plugins/org.eclipse.higgins.iss/?cvsroot=Technology_Project viewcvs] | ||
+ | |- | ||
+ | | [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.higgins/plugins/plugins/org.eclipse.higgins.iss/committer.psf?root=Technology_Project&view=co committer] | ||
+ | |- | ||
+ | |rowspan="2" |I-Card Selector Service CardSpace | ||
+ | |rowspan="2" |org.eclipse.higgins/plugins/plugins/org.eclipse.higgins.iss.cardspace | ||
+ | | [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.higgins/plugins/plugins/org.eclipse.higgins.iss.cardspace/anonymous.psf?root=Technology_Project&view=co anonymous] | ||
+ | |rowspan="2" | [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.higgins/plugins/plugins/org.eclipse.higgins.iss.cardspace/?cvsroot=Technology_Project viewcvs] | ||
+ | |- | ||
+ | | [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.higgins/plugins/plugins/org.eclipse.higgins.iss.cardspace/committer.psf?root=Technology_Project&view=co committer] | ||
+ | |- | ||
+ | |rowspan="2" |I-Card Selector Service Idemix | ||
+ | |rowspan="2" |org.eclipse.higgins/plugins/plugins/org.eclipse.higgins.iss.idemix | ||
+ | | [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.higgins/plugins/plugins/org.eclipse.higgins.iss.idemix/anonymous.psf?root=Technology_Project&view=co anonymous] | ||
+ | |rowspan="2" | [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.higgins/plugins/plugins/org.eclipse.higgins.iss.idemix/?cvsroot=Technology_Project viewcvs] | ||
+ | |- | ||
+ | | [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.higgins/plugins/plugins/org.eclipse.higgins.iss.idemix/committer.psf?root=Technology_Project&view=co committer] | ||
|- | |- | ||
|rowspan="2" |I-Card Registry | |rowspan="2" |I-Card Registry |
Revision as of 11:01, 4 June 2007
General CVS Information
Connection Type | Committers | :ext: |
Anonymous access | :pserver: | |
Host | dev.eclipse.org | |
Repository Path | /cvsroot/technology |
RPPS Web Projects
Main RPPS Web project is
Project | Module Location | Eclipse PSF | ViewCVS |
---|---|---|---|
RPPS Web | org.eclipse.higgins/app/org.eclipse.higgins.rpps.web | anonymous | viewcvs |
committer |
The RPPS Web project depends on several other Higgins projects
Project | Module Location | Eclipse PSF | ViewCVS |
---|---|---|---|
Configuration API | org.eclipse.higgins/plugins/org.eclipse.higgins.configuration.api | anonymous | viewcvs |
committer | |||
Configuration Common | org.eclipse.higgins/plugins/org.eclipse.higgins.configuration.common | anonymous | viewcvs |
committer | |||
Configuration XML | org.eclipse.higgins/plugins/org.eclipse.higgins.configuration.xml | anonymous | viewcvs |
committer | |||
I-Card Interfaces | org.eclipse.higgins/plugins/org.eclipse.higgins.icard | anonymous | viewcvs |
committer | |||
I-Card Provider CardSpace Common | org.eclipse.higgins/plugins/org.eclipse.higgins.icard.provider.cardspace.common | anonymous | viewcvs |
committer | |||
I-Card Provider CardSpace Zurich | org.eclipse.higgins/plugins/org.eclipse.higgins.icard.provider.cardspace.zurich | anonymous | viewcvs |
committer | |||
I-Card Provider CardSpace Idemix | org.eclipse.higgins/plugins/org.eclipse.higgins.icard.provider.idemix | anonymous | viewcvs |
committer | |||
I-Card Selector Service Interfaces | org.eclipse.higgins/plugins/plugins/org.eclipse.higgins.iss | anonymous | viewcvs |
committer | |||
I-Card Selector Service CardSpace | org.eclipse.higgins/plugins/plugins/org.eclipse.higgins.iss.cardspace | anonymous | viewcvs |
committer | |||
I-Card Selector Service Idemix | org.eclipse.higgins/plugins/plugins/org.eclipse.higgins.iss.idemix | anonymous | viewcvs |
committer | |||
I-Card Registry | org.eclipse.higgins/plugins/org.eclipse.higgins.icard.registry | anonymous | viewcvs |
committer | |||
Higgins Registry | org.eclipse.higgins/plugins/org.eclipse.higgins.registry | anonymous | viewcvs |
committer | |||
RSS-SSE Parser Library | org.eclipse.higgins/plugins/org.eclipse.higgins.rsse | anonymous | viewcvs |
committer |
Build Instructions
- Building within Eclipse IDE:
- The normal project build method will compile the source
- How to produce an Eclipse plugin:
- Run->External Tools->Build RPPS Core plugin. This will run Ant build script to produce Eclipse plugin. Resulting plugin's jar along with the build's log file will be placed in "build/plugins" folder. See also: 1.
- How to produce a standalone jar:
- Run->External Tools->Build RPPS Core jar. This will run Ant build script to produce standalone jar. Resulting jar file will be placed in "build/lib" folder. See also: 1.
- How to produce javadoc:
- Run->External Tools->Build RPPS Core javadoc. This will run Ant build script to produce javadoc. Javadocs will be generated in "build/doc" folder. See also: 1.
- Command-line builds:
- How to produce an Eclipse plugin:
- From the project directory, run "ant plugin -Declipse.home=<path to eclipse installation>" Resulting plugin's jar along with the build's log file will be placed in "build/plugins" folder.
- How to produce a standalone jar:
- From the project directory, run "ant". Resulting jar file will be placed in "build/lib" folder. See also: 2.
- How to produce javadoc:
- From the project directory, run "ant javadoc". Javadoc will be generated in "build/doc" folder. See also: 2.
- How to produce an Eclipse plugin:
- Builds notes:
- 1 Provided Eclipse launch configuration runs ant using the same JRE as the workspace. If you need to change JRE for some reason you will need to provide "-Declipse.home=<path to eclipse installation>" VM argument.
- 2 In order to process plugin specific files you will need to add "-Declipse.home=<path to eclipse installation>" option to the command line.