From 7ad696e704218614945891d495ebeda65f240633 Mon Sep 17 00:00:00 2001 From: bhamail Date: Mon, 5 Dec 2011 03:19:05 +0000 Subject: [PATCH] cleanup name tags in poms. --- classes-test/pom.xml | 4 ++-- classes/pom.xml | 4 ++-- jtools/pom.xml | 2 +- leJOSlab/junit/pom.xml | 4 ++-- org.lejos.charting/pom.xml | 2 +- org.lejos.example/pom.xml | 2 +- org.lejos.junit/pom.xml | 4 ++-- org.lejos.pcexample/pom.xml | 2 +- parent/pom.xml | 10 +++++++++- pccomms/pom.xml | 2 +- pcsamples/pom.xml | 2 +- pctools/pom.xml | 2 +- samples/pom.xml | 2 +- startup/pom.xml | 2 +- 14 files changed, 26 insertions(+), 18 deletions(-) diff --git a/classes-test/pom.xml b/classes-test/pom.xml index 6ea170b1..a308c188 100644 --- a/classes-test/pom.xml +++ b/classes-test/pom.xml @@ -11,8 +11,8 @@ classes-test - ${project.artifactId} : Unit Tests of Core java classes - Unit Tests Core java classes for lejos jvm which execute natively on the NXT hardware. + Core JVM classes unit tests + Unit Tests Core java classes for Lejos JVM which execute on the NXT hardware. scm:svn:https://lejos.svn.sourceforge.net/svnroot/lejos/trunk/${project.artifactId} diff --git a/classes/pom.xml b/classes/pom.xml index 665e1a92..4a484e61 100644 --- a/classes/pom.xml +++ b/classes/pom.xml @@ -11,8 +11,8 @@ classes - ${project.artifactId} : Core java classes for lejos jvm - Core java classes for lejos jvm for execution on the NXT hardware. + Core JVM classes + Core java classes for Lejos JVM for execution on the NXT hardware. scm:svn:https://lejos.svn.sourceforge.net/svnroot/lejos/trunk/${project.artifactId} diff --git a/jtools/pom.xml b/jtools/pom.xml index de3f1873..5b590014 100644 --- a/jtools/pom.xml +++ b/jtools/pom.xml @@ -11,7 +11,7 @@ jtools - ${project.artifactId} : Tools to build nxt jvm classes. + jvm build tools Tools to build nxt jvm classes. diff --git a/leJOSlab/junit/pom.xml b/leJOSlab/junit/pom.xml index 8ccb3d90..bb332fdb 100644 --- a/leJOSlab/junit/pom.xml +++ b/leJOSlab/junit/pom.xml @@ -11,8 +11,8 @@ junit-lejos - ${project.artifactId} : Unit Test library for lejos - Unit Test library for lejos based on junit for running tests on the NXT hardware. + LeJOSLab JUnit + Unit Test library for Lejos based on JUnit for running tests on the NXT hardware. scm:svn:https://lejos.svn.sourceforge.net/svnroot/lejos/trunk/leJOSlab/junit diff --git a/org.lejos.charting/pom.xml b/org.lejos.charting/pom.xml index 5f73da1e..df29dc3a 100644 --- a/org.lejos.charting/pom.xml +++ b/org.lejos.charting/pom.xml @@ -11,7 +11,7 @@ charting - ${project.artifactId} : Charting classes. + Charting Charting support classes. diff --git a/org.lejos.example/pom.xml b/org.lejos.example/pom.xml index 389a3452..d380b6ce 100644 --- a/org.lejos.example/pom.xml +++ b/org.lejos.example/pom.xml @@ -11,7 +11,7 @@ example - ${project.artifactId} : Example project. + Example Simple example project to be run on the brick. diff --git a/org.lejos.junit/pom.xml b/org.lejos.junit/pom.xml index 646d6fb8..8c7f335f 100644 --- a/org.lejos.junit/pom.xml +++ b/org.lejos.junit/pom.xml @@ -11,8 +11,8 @@ junit - ${project.artifactId} : Unit Test library for lejos. - Unit Test library for lejos based on junit for running tests on the NXT hardware. + Lejos JUnit + Unit Test library for Lejos based on JUnit for running tests on the NXT hardware. scm:svn:https://lejos.svn.sourceforge.net/svnroot/lejos/trunk/org.lejos.${project.artifactId} diff --git a/org.lejos.pcexample/pom.xml b/org.lejos.pcexample/pom.xml index b0ef537b..be51b238 100644 --- a/org.lejos.pcexample/pom.xml +++ b/org.lejos.pcexample/pom.xml @@ -11,7 +11,7 @@ pcexample - ${project.artifactId} : Example PC project. + PC Example Simple example project to be run on the PC. diff --git a/parent/pom.xml b/parent/pom.xml index e917f1e6..07dd0c98 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -6,7 +6,7 @@ lejos-parent 0.9-SNAPSHOT - ${project.artifactId} : Lejos parent project + Lejos parent pom Lejos parent project, containing child modules. @@ -17,6 +17,14 @@ pom + + + + dummyForSiteStage + dummySiteStageURL + + + UTF-8 diff --git a/pccomms/pom.xml b/pccomms/pom.xml index 70e21536..8bba14c6 100644 --- a/pccomms/pom.xml +++ b/pccomms/pom.xml @@ -11,7 +11,7 @@ pccomms - ${project.artifactId} : Remote classes that execute on a PC. + PC Communications Remote classes that execute on a PC and communicate with the lejos jvm NXT hardware. diff --git a/pcsamples/pom.xml b/pcsamples/pom.xml index 01730de2..c042b1a1 100644 --- a/pcsamples/pom.xml +++ b/pcsamples/pom.xml @@ -11,7 +11,7 @@ pcsamples - ${project.artifactId} : PCSample projects. + PC Samples Samples that can be run on the PC. diff --git a/pctools/pom.xml b/pctools/pom.xml index ab8edefd..f5fc4bd6 100644 --- a/pctools/pom.xml +++ b/pctools/pom.xml @@ -11,7 +11,7 @@ pctools - ${project.artifactId} : PC Tools to upload nxt classes. + PC Upload Tools PC Tools to upload nxt classes. diff --git a/samples/pom.xml b/samples/pom.xml index e4a77950..2a17130b 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -11,7 +11,7 @@ samples - ${project.artifactId} : Sample projects. + Samples Samples that can be run on the brick, some of which can also be run on the PC. diff --git a/startup/pom.xml b/startup/pom.xml index 5a09c881..1c3bb19c 100644 --- a/startup/pom.xml +++ b/startup/pom.xml @@ -11,7 +11,7 @@ startup - ${project.artifactId} : Startup UI. + Startup UI The User Interface shown when the brick starts up.