Develop and Download Open Source Software

Browse CVS Repository

Contents of /pal/site/project.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.4 - (show annotations) (download) (as text)
Fri Apr 14 23:19:27 2006 UTC (17 years, 11 months ago) by shinsuke
Branch: MAIN
Changes since 1.3: +10 -0 lines
File MIME type: application/xml
added developer

1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <project>
4
5 <pomVersion>3</pomVersion>
6 <id>pal</id>
7 <name>pal</name>
8 <groupId>pal</groupId>
9 <currentVersion>1.0</currentVersion>
10 <organization>
11 <name>Portal Application Laboratorycom</name>
12 <url>http://sourceforge.jp/projects/pal/</url>
13 <logo>/images/pal-logo.png</logo>
14 </organization>
15 <inceptionYear>2005</inceptionYear>
16 <package/>
17 <logo>/images/sflogo.png</logo>
18 <description/>
19
20 <issueTrackingUrl>https://sourceforge.jp/projects/pal/tracker/</issueTrackingUrl>
21 <siteAddress>shell.sourceforge.jp</siteAddress>
22 <siteDirectory>/home/groups/p/pa/pal/htdocs/</siteDirectory>
23 <distributionDirectory>/home/groups/p/pa/pal/htdocs/distributions</distributionDirectory>
24
25 <repository>
26 <connection>scm:cvs:pserver:anonymous@cvs.sourceforge.jp:/cvsroot/pal:site</connection>
27 <developerConnection>scm:cvs:ext:${maven.username}@cvs.sourceforge.jp:/cvsroot/pal:site</developerConnection>
28 <url>http://cvs.sourceforge.jp/cgi-bin/viewcvs.cgi/pal/site</url>
29 </repository>
30
31
32 <mailingLists>
33 <mailingList>
34 <name>Users List</name>
35 <subscribe>http://lists.sourceforge.jp/mailman/listinfo/pal-users</subscribe>
36 <unsubscribe>http://lists.sourceforge.jp/mailman/listinfo/pal-users</unsubscribe>
37 <archive>http://lists.sourceforge.jp/mailman/archives/pal-users/</archive>
38 </mailingList>
39 <mailingList>
40 <name>Developers List</name>
41 <subscribe>http://lists.sourceforge.jp/mailman/listinfo/pal-devel</subscribe>
42 <unsubscribe>http://lists.sourceforge.jp/mailman/listinfo/pal-devel</unsubscribe>
43 <archive>http://lists.sourceforge.jp/mailman/archives/pal-devel/</archive>
44 </mailingList>
45 <mailingList>
46 <name>CVS Notification List</name>
47 <subscribe>http://lists.sourceforge.jp/mailman/listinfo/pal-cvs</subscribe>
48 <unsubscribe>http://lists.sourceforge.jp/mailman/listinfo/pal-cvs</unsubscribe>
49 <archive>http://lists.sourceforge.jp/mailman/archives/pal-cvs/</archive>
50 </mailingList>
51 </mailingLists>
52
53 <developers>
54 <developer>
55 <name>KATOH Yasufumi</name>
56 <id>karma</id>
57 <email>karma@users.sourceforge.jp</email>
58 <organization>harp.gr.jp</organization>
59 <roles>
60 <role>Java Beginner</role>
61 </roles>
62 <timezone>+9</timezone>
63 </developer>
64 <developer>
65 <name>Shinsuke Sugaya</name>
66 <id>shinsuke</id>
67 <email>shinsuke@users.sourceforge.jp</email>
68 <organization>marevol.com</organization>
69 <roles>
70 <role>Java Developer</role>
71 </roles>
72 <timezone>+9</timezone>
73 </developer>
74 </developers>
75
76
77 <dependencies/>
78
79 <build/>
80
81 <reports>
82 <report>maven-changelog-plugin</report>
83 <report>maven-developer-activity-plugin</report>
84 </reports>
85
86 </project>

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26