Skip to content

Commit

Permalink
Converting project from to Maven
Browse files Browse the repository at this point in the history
Removed remnants of netbeans project set up and switched it to maven.
Though it doesn’t have the standard maven layout.
  • Loading branch information
EdwardRaff committed Mar 24, 2015
1 parent 67fe66d commit efc191c
Show file tree
Hide file tree
Showing 10 changed files with 102 additions and 1,596 deletions.
2 changes: 2 additions & 0 deletions .gitignore
@@ -0,0 +1,2 @@
/JSAT/nbproject/private/
/JSAT/target/
74 changes: 0 additions & 74 deletions JSAT/build.xml

This file was deleted.

3 changes: 0 additions & 3 deletions JSAT/manifest.mf

This file was deleted.

20 changes: 20 additions & 0 deletions JSAT/nb-configuration.xml
@@ -0,0 +1,20 @@
<?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.
-->
<netbeans.hint.jdkPlatform>JDK_1.7</netbeans.hint.jdkPlatform>
<netbeans.hint.license>gpl30</netbeans.hint.license>
<org-netbeans-modules-javascript2-requirejs.enabled>false</org-netbeans-modules-javascript2-requirejs.enabled>
</properties>
</project-shared-configuration>
15 changes: 15 additions & 0 deletions JSAT/nbactions.xml
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<actions>
<action>
<actionName>test</actionName>
<packagings>
<packaging>*</packaging>
</packagings>
<goals>
<goal>test</goal>
</goals>
<properties>
<skipTests>false</skipTests>
</properties>
</action>
</actions>

0 comments on commit efc191c

Please sign in to comment.