Skip to content

Commit

Permalink
XTOOLS-2: Separate XAR Handler and XAR plugin into 2 build modules
Browse files Browse the repository at this point in the history
  • Loading branch information
vmassol committed Jul 7, 2007
1 parent c862f8a commit 7dd90d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
3 changes: 2 additions & 1 deletion database/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@
<!-- Step 2: Expand the XAR file -->
<plugin>
<groupId>com.xpn.xwiki.platform</groupId>
<artifactId>xwiki-build-xar-handlers</artifactId>
<artifactId>xwiki-build-xar-plugin</artifactId>
<version>1.1-SNAPSHOT</version>
<configuration>
<groupId>com.xpn.xwiki.products</groupId>
<artifactId>xwiki-enterprise-wiki</artifactId>
Expand Down
9 changes: 0 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,6 @@
<developerConnection>scm:svn:svn+ssh://svn.forge.objectweb.org/svnroot/xwiki/xwiki-products/xwiki-enterprise/trunk</developerConnection>
<url>http://svn.forge.objectweb.org/cgi-bin/viewcvs.cgi/xwiki/xwiki-products/xwiki-enterprise/trunk</url>
</scm>
<build>
<extensions>
<extension>
<groupId>com.xpn.xwiki.platform</groupId>
<artifactId>xwiki-build-xar-handlers</artifactId>
<version>1.0</version>
</extension>
</extensions>
</build>
<modules>
<module>wiki</module>
<module>database</module>
Expand Down

0 comments on commit 7dd90d0

Please sign in to comment.