Skip to content

Commit

Permalink
reorganized project structure
Browse files Browse the repository at this point in the history
  • Loading branch information
canhnt committed Mar 4, 2016
1 parent 303798a commit 7ffca16
Show file tree
Hide file tree
Showing 246 changed files with 12 additions and 12 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions sne-xacml-demo/pom.xml → demo/pom.xml
Expand Up @@ -2,11 +2,11 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>nl.uva.sne</groupId>
<artifactId>sne-xacml</artifactId>
<version>0.0.4-SNAPSHOT</version>
<artifactId>sne-xacml-project</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>sne-xacml-demo</artifactId>
<name>SNE XACML Engine Demo</name>
<name>SNE XACML Engine Demo Project</name>
<description>Validate SNE-XACML with SunXACML</description>

<properties>
Expand All @@ -16,7 +16,7 @@
<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>sne-xacml-core</artifactId>
<artifactId>sne-xacml</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -3,8 +3,8 @@
<modelVersion>4.0.0</modelVersion>

<groupId>nl.uva.sne</groupId>
<artifactId>sne-xacml</artifactId>
<version>0.0.4-SNAPSHOT</version>
<artifactId>sne-xacml-project</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>SNE-XACML Engine</name>
Expand All @@ -14,8 +14,8 @@
<inceptionYear>2012</inceptionYear>

<modules>
<module>sne-xacml-core</module>
<module>sne-xacml-demo</module>
<module>sne-xacml</module>
<module>demo</module>
</modules>

<organization>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions sne-xacml-core/pom.xml → sne-xacml/pom.xml
Expand Up @@ -3,14 +3,14 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>nl.uva.sne</groupId>
<artifactId>sne-xacml</artifactId>
<version>0.0.4-SNAPSHOT</version>
<artifactId>sne-xacml-project</artifactId>
<version>1.0.0-SNAPSHOT</version>
</parent>

<artifactId>sne-xacml-core</artifactId>
<artifactId>sne-xacml</artifactId>
<packaging>bundle</packaging>

<name>SNE XACML Core</name>
<name>SNE XACML Engine</name>

<dependencies>
<dependency>
Expand Down

0 comments on commit 7ffca16

Please sign in to comment.