Skip to content

Commit

Permalink
This is the first public snapshot (0.2.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
davemckain committed Apr 2, 2010
1 parent f48e741 commit 6696fd7
Show file tree
Hide file tree
Showing 8 changed files with 76 additions and 15 deletions.
9 changes: 9 additions & 0 deletions README.txt
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
2 changes: 1 addition & 1 deletion jacomax-diagnostic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ All Rights Reserved
<parent>
<groupId>uk.ac.ed.ph.jacomax</groupId>
<artifactId>jacomax-all</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion jacomax-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ All Rights Reserved
<parent>
<groupId>uk.ac.ed.ph.jacomax</groupId>
<artifactId>jacomax-all</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion jacomax/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ All Rights Reserved
<parent>
<groupId>uk.ac.ed.ph.jacomax</groupId>
<artifactId>jacomax-all</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2.0</version>
</parent>
<dependencies>
<dependency>
Expand Down
21 changes: 11 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand All @@ -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>
Expand Down
8 changes: 6 additions & 2 deletions src/assemble/bin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<!--
Assembly descriptor for the basic Jacomax bundle
containing just the binaries.
Assembly descriptor for the binary Jacomax bundle.
$Id$
Expand All @@ -26,6 +25,7 @@ All Rights Reserved
-->
<include>uk.ac.ed.ph.jacomax:jacomax</include>
<include>uk.ac.ed.ph.jacomax:jacomax-samples</include>
<include>uk.ac.ed.ph.jacomax:jacomax-diagnostic</include>
</includes>
<binaries>
<includeDependencies>true</includeDependencies>
Expand All @@ -44,6 +44,10 @@ All Rights Reserved
<source>LICENSE.txt</source>
<outputDirectory>/</outputDirectory>
</file>
<file>
<source>README.txt</source>
<outputDirectory>/</outputDirectory>
</file>
<file>
<source>jacomax.properties.sample</source>
<outputDirectory>/</outputDirectory>
Expand Down
22 changes: 22 additions & 0 deletions src/changes/changes.xml
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&#xa0;[at]&#xa0;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>
25 changes: 25 additions & 0 deletions src/site/site.xml
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>

0 comments on commit 6696fd7

Please sign in to comment.