diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-01-31 10:37:55 +0100 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-01-31 10:37:55 +0100 |
commit | befaa7a7ac9d24210623598b04ad90d3837e57ee (patch) | |
tree | 4dd89fdc51e1a54601eddfaae13f9063e38bd96f /pom.xml | |
parent | 9e75e06b799e2baeae88a9e4b0e16acf0e292965 (diff) | |
download | moa-id-spss-befaa7a7ac9d24210623598b04ad90d3837e57ee.tar.gz moa-id-spss-befaa7a7ac9d24210623598b04ad90d3837e57ee.tar.bz2 moa-id-spss-befaa7a7ac9d24210623598b04ad90d3837e57ee.zip |
first draft sampleconfig and docu
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -68,8 +68,8 @@ <configuration>
<finalName>moa</finalName>
<descriptors>
-<!-- <descriptor>id/assembly-auth.xml</descriptor>
- <descriptor>id/assembly-proxy.xml</descriptor>-->
+ <descriptor>id/assembly-auth.xml</descriptor>
+ <descriptor>id/assembly-proxy.xml</descriptor>
<descriptor>spss/assembly.xml</descriptor>
<descriptor>spss/assembly-lib.xml</descriptor>
</descriptors>
@@ -339,7 +339,7 @@ </dependency>
<!-- TSL -->
- <dependency>
+ <dependency>
<groupId>iaik.prod</groupId>
<artifactId>iaik_tsl</artifactId>
<version>1.0</version>
|