-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is the first public snapshot (0.2.0)
- Loading branch information
davemckain
committed
Apr 2, 2010
1 parent
f48e741
commit 6696fd7
Showing
8 changed files
with
76 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Jacomax | ||
======= | ||
|
||
Thank you for downloading Jacomax. | ||
|
||
Information on using Jacomax can be found at: | ||
|
||
https://www.wiki.ed.ac.uk/display/Physics/Jacomax | ||
http://sourceforge.net/projects/jacomax |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ All Rights Reserved | |
<modelVersion>4.0.0</modelVersion> | ||
<groupId>uk.ac.ed.ph.jacomax</groupId> | ||
<artifactId>jacomax-all</artifactId> | ||
<version>0.2-SNAPSHOT</version> | ||
<version>0.2.0</version> | ||
<packaging>pom</packaging> | ||
<modules> | ||
<module>jacomax</module> | ||
|
@@ -85,6 +85,16 @@ All Rights Reserved | |
<id>www2.ph.ed.ac.uk</id> | ||
<url>file:///Disk/lust3/maven2</url> | ||
</snapshotRepository> | ||
<site> | ||
<!-- | ||
Reminder! Need to create a shell on sourceforge first before trying to do | ||
a site deployment. | ||
ssh -t davemckain,[email protected] create | ||
--> | ||
<id>sourceforge.net</id> | ||
<url>scp://shell.sourceforge.net/home/groups/j/ja/jacomax/htdocs/maven</url> | ||
</site> | ||
</distributionManagement> | ||
<build> | ||
<plugins> | ||
|
@@ -101,15 +111,6 @@ All Rights Reserved | |
<encoding>UTF-8</encoding> | ||
</configuration> | ||
</plugin> | ||
<plugin> | ||
<artifactId>maven-surefire-plugin</artifactId> | ||
<configuration> | ||
<includes> | ||
<include>**/*Test.java</include> | ||
<include>**/*Tests.java</include> | ||
</includes> | ||
</configuration> | ||
</plugin> | ||
<plugin> | ||
<artifactId>maven-source-plugin</artifactId> | ||
<version>2.1</version> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<?xml version="1.0"?> | ||
<!-- | ||
$Id$ | ||
Copyright (c) 2010, The University of Edinburgh | ||
All Rights Reserved | ||
--> | ||
<document xmlns="http://maven.apache.org/changes/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/plugins/maven-changes-plugin/xsd/changes-1.0.0.xsd"> | ||
<properties> | ||
<title>Changes Report</title> | ||
<author email="david.mckain [at] ed.ac.uk">David McKain</author> | ||
</properties> | ||
<body> | ||
<release version="0.2.0" date="2010-04-02" description="Version 0.2.0 (SVN revision 11)"> | ||
<action dev="davemckain" type="update"> | ||
First public snapshot release | ||
</action> | ||
</release> | ||
</body> | ||
</document> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<?xml version="1.0"?> | ||
<!-- | ||
$Id$ | ||
Copyright (c) 2010, The University of Edinburgh | ||
All Rights Reserved | ||
--> | ||
<project name="Jacomax"> | ||
<bannerLeft> | ||
<name>Jacomax (Maven Developer Reports Site)</name> | ||
</bannerLeft> | ||
<body> | ||
<links> | ||
<item name="School of Physics and Astronomy" href="http://www.ph.ed.ac.uk"/> | ||
</links> | ||
<menu name="Jacomax Links"> | ||
<item name="Documentation" href="https://www.wiki.ed.ac.uk/display/Physics/Jacomax"/> | ||
<item name="SourceForge Project Page" href="http://www.sourceforge.net/projects/jacomax/"/> | ||
</menu> | ||
<menu ref="reports"/> | ||
</body> | ||
</project> | ||
|