Changeset 1289
- Timestamp:
- 01/11/08 23:53:45 (5 years ago)
- File:
-
- 1 edited
-
FCKeditor.Java/branches/2.4/pom.xml (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor.Java/branches/2.4/pom.xml
r1287 r1289 7 7 <groupId>com.fredck.fckeditor</groupId> 8 8 <artifactId>fckeditor-java</artifactId> 9 <version>2.5.0</version>10 9 <packaging>jar</packaging> 11 10 <name>FCKeditor - Java Connector</name> 11 <version>2.5-BRANCH</version> 12 12 <description> 13 Enables the FCKeditor to be used within a Servlet/J2EE 14 environment 13 The connector is a Java library which enables the FCKeditor to 14 be used in a Servlet/J2EE environment. The library provides a 15 JSP tag for creating a FCKeditor instance and a Servlet handling 16 server-side user files and folders. 15 17 </description> 18 <url>http://www.fckeditor.net/</url> 19 <issueManagement> 20 <system>Trac</system> 21 <url>http://dev.fckeditor.net/report</url> 22 </issueManagement> 16 23 <scm> 17 24 <connection> … … 30 37 https://lists.sourceforge.net/lists/listinfo/fckeditor-developers 31 38 </unsubscribe> 32 <archive>http://sourceforge.net/mailarchive/forum.php?forum_name=fckeditor-developers</archive> 39 <archive> 40 http://sourceforge.net/mailarchive/forum.php?forum_name=fckeditor-developers 41 </archive> 42 </mailingList> 43 <mailingList> 44 <name>FCKeditor Testers List</name> 45 <subscribe> 46 https://lists.sourceforge.net/lists/listinfo/fckeditor-testers 47 </subscribe> 48 <unsubscribe> 49 https://lists.sourceforge.net/lists/listinfo/fckeditor-testers 50 </unsubscribe> 51 <archive> 52 http://sourceforge.net/mailarchive/forum.php?forum_name=fckeditor-testers 53 </archive> 54 </mailingList> 55 <mailingList> 56 <name>FCKeditor Trac Activity</name> 57 <subscribe> 58 https://lists.sourceforge.net/lists/listinfo/fckeditor-trac 59 </subscribe> 60 <unsubscribe> 61 https://lists.sourceforge.net/lists/listinfo/fckeditor-trac 62 </unsubscribe> 63 </mailingList> 64 <mailingList> 65 <name>FCKeditor Commits List</name> 66 <subscribe> 67 https://lists.sourceforge.net/lists/listinfo/fckeditor-commits 68 </subscribe> 69 <unsubscribe> 70 https://lists.sourceforge.net/lists/listinfo/fckeditor-commits 71 </unsubscribe> 33 72 </mailingList> 34 73 </mailingLists> 35 74 <developers> 36 75 <developer> 76 <id>fredck</id> 37 77 <name>Frederico Caldeira Knabben</name> 38 78 <email>fredck@fckeditor.net</email> 79 <organization>FCKeditor</organization> 80 <organizationUrl>http://www.fredck.com</organizationUrl> 39 81 <roles> 40 82 <role>Project Manager</role> 41 83 </roles> 42 <id>fredck</id> 43 <timezone>?</timezone> 84 <timezone>+1</timezone> 44 85 </developer> 45 86 <developer> 87 <id>th-schwarz</id> 46 88 <name>Thilo Schwarz</name> 47 89 <email>th-schwarz@users.sourceforge.net</email> … … 50 92 <role>Developer</role> 51 93 </roles> 52 <id>th-schwarz</id>53 94 <timezone>+1</timezone> 54 95 </developer> 55 96 <developer> 97 <id>mosipov</id> 56 98 <name>Michael Osipov</name> 57 99 <email>sgfan@gmx.net</email> … … 60 102 <role>Developer</role> 61 103 </roles> 62 <id>mosipov</id>63 104 <timezone>+1</timezone> 64 105 </developer> … … 72 113 </developer> 73 114 </developers> 74 <issueManagement>75 <system>trac</system>76 <url>http://dev.fckeditor.net/report</url>77 </issueManagement>78 <url>http://www.fckeditor.net/</url>79 115 <licenses> 80 116 <license> … … 83 119 </license> 84 120 </licenses> 121 <organization> 122 <name>The FCKeditor Team</name> 123 <url>http://www.fckeditor.net</url> 124 </organization> 125 <prerequisites> 126 <maven>2.0.6</maven> 127 </prerequisites> 85 128 <build> 86 129 <finalName>FCKeditor-${pom.version}</finalName> … … 99 142 </plugins> 100 143 </build> 101 <prerequisites> 102 <maven>2.0.6</maven> 103 </prerequisites> 144 <reporting> 145 <plugins> 146 <plugin> 147 <groupId>net.sourceforge.maven-taglib</groupId> 148 <artifactId>maven-taglib-plugin</artifactId> 149 </plugin> 150 </plugins> 151 </reporting> 104 152 <dependencies> 105 153 <dependency>
Note: See TracChangeset
for help on using the changeset viewer.
