Skip to content

Commit

Permalink
moving source folders to xstream style
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.codehaus.org/xstream/trunk@1205 9830eeb5-ddf4-0310-9ef7-f4b9a3e3227e
  • Loading branch information
guilhermesilveira committed Jul 17, 2007
1 parent ab528b7 commit d8e9fec
Show file tree
Hide file tree
Showing 17 changed files with 15 additions and 10 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

<modules>
<module>xstream</module>
<module>xstream-builder</module>
<module>xstream-benchmark</module>
<module>xstream-distribution</module>
</modules>
Expand Down
24 changes: 14 additions & 10 deletions xstream-builder/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
<?xml version="1.0"?><project>
<modelVersion>4.0.0</modelVersion>
<groupId>org.codehaus.xstream</groupId>
<parent>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream-parent</artifactId>
<version>1.3.0-SNAPSHOT</version>
</parent>
<artifactId>xstream-builder</artifactId>
<packaging>jar</packaging>
<name>builder package for xstream</name>
<version>SNAPSHOT</version>
<version>1.3.0-SNAPSHOT</version>
<build>
<plugins>
<plugin>
Expand All @@ -19,15 +23,15 @@

<dependencies>
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<groupId>${pom.groupId}</groupId>
<artifactId>xstream</artifactId>
<version>1.2.2</version>
<version>${pom.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>

0 comments on commit d8e9fec

Please sign in to comment.