Changeset 1857
- Timestamp:
- 2008-03-31 17:54:43 (9 months ago)
- Files:
-
- 1 modified
-
FCKeditor.Java/branches/2.4/pom.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor.Java/branches/2.4/pom.xml
r1815 r1857 227 227 <execution> 228 228 <id>attach-javadocs</id> 229 <goals>230 <goal>jar</goal>231 </goals>232 </execution>233 </executions>234 </plugin>235 <plugin>236 <artifactId>maven-source-plugin</artifactId>237 <version>2.0.4</version>238 <executions>239 <execution>240 <id>attach-sources</id>241 229 <goals> 242 230 <goal>jar</goal> … … 472 460 scm:svn:http://svn.fckeditor.net/FCKeditor.Java/branches/2.4 473 461 </connection> 474 <url>http://dev.fckeditor.net/browser/FCKeditor.Java </url>462 <url>http://dev.fckeditor.net/browser/FCKeditor.Java/branches/2.4</url> 475 463 </scm> 476 464 <prerequisites>