Skip to content

Commit

Permalink
The project is rearranged to make it build.
Browse files Browse the repository at this point in the history
  • Loading branch information
guyrixon committed Feb 1, 2018
1 parent 6262f32 commit b7ac33d
Show file tree
Hide file tree
Showing 16 changed files with 33 additions and 6 deletions.
Binary file added .DS_Store
Binary file not shown.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/server/target/
/common/target/
/webapp/target/
/client-lite/target/
/xmldb/target/
Binary file added common/src/main/resources/schema/.DS_Store
Binary file not shown.
2 changes: 2 additions & 0 deletions common/src/main/resources/schema/.cvsignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.DS_Store
SchemaAnalysis
1 change: 1 addition & 0 deletions common/src/main/resources/schema/cea/.cvsignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store
1 change: 1 addition & 0 deletions common/src/main/resources/schema/cea/CEABase/.cvsignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8</version>
<version>4.12</version>
</dependency>
<dependency>
<groupId>axis</groupId>
Expand Down
18 changes: 18 additions & 0 deletions webapp/nb-configuration.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<project-shared-configuration>
<!--
This file contains additional configuration written by modules in the NetBeans IDE.
The configuration is intended to be shared among all the users of project and
therefore it is assumed to be part of version control checkout.
Without this configuration present, some functionality in the IDE may be limited or fail altogether.
-->
<properties xmlns="http://www.netbeans.org/ns/maven-properties-data/1">
<!--
Properties that influence various parts of the IDE, especially code formatting and the like.
You can copy and paste the single properties, into the pom.xml file and the IDE will pick them up.
That way multiple projects can share the same settings (useful for formatting rules for example).
Any value defined here will override the pom.xml file value but is only applicable to the current project.
-->
<org-netbeans-modules-maven-j2ee.netbeans_2e_hint_2e_deploy_2e_server>gfv3ee6</org-netbeans-modules-maven-j2ee.netbeans_2e_hint_2e_deploy_2e_server>
</properties>
</project-shared-configuration>
5 changes: 0 additions & 5 deletions webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,6 @@ There are some irritations
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>org.astrogrid</groupId>
<artifactId>astrogrid-contracts</artifactId>
</dependency>


<dependency>
<groupId>net.sf.saxon</groupId>
Expand Down

0 comments on commit b7ac33d

Please sign in to comment.