Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2009-05-27 00:03:24 +0000
committerGreg Wilkins2009-05-27 00:03:24 +0000
commit2b395d279f0b3908677b831bc52cde13cdc622cf (patch)
treeccd0ef7e6df2d0b2ca2e1733315510185f793bbe
parentaa5d47a35f9cc2d0e0914a1292c46c02fb25c799 (diff)
downloadorg.eclipse.jetty.project-2b395d279f0b3908677b831bc52cde13cdc622cf.tar.gz
org.eclipse.jetty.project-2b395d279f0b3908677b831bc52cde13cdc622cf.tar.xz
org.eclipse.jetty.project-2b395d279f0b3908677b831bc52cde13cdc622cf.zip
moved distribution and start back to jetty-*
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@294 7e9141cc-0065-0410-87d8-b60c137991c4
-rw-r--r--jetty-distribution/pom.xml2
-rw-r--r--jetty-start/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/jetty-distribution/pom.xml b/jetty-distribution/pom.xml
index 0eab5c4a4e..0497b97ca4 100644
--- a/jetty-distribution/pom.xml
+++ b/jetty-distribution/pom.xml
@@ -5,7 +5,7 @@
<artifactId>jetty-project</artifactId>
<version>7.0.0.M3-SNAPSHOT</version>
</parent>
- <artifactId>distribution</artifactId>
+ <artifactId>jetty-distribution</artifactId>
<name>Distribution Assemblies</name>
<packaging>pom</packaging>
<properties>
diff --git a/jetty-start/pom.xml b/jetty-start/pom.xml
index 6ff159253f..dc4bba9a3f 100644
--- a/jetty-start/pom.xml
+++ b/jetty-start/pom.xml
@@ -5,7 +5,7 @@
<version>7.0.0.M3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
- <artifactId>start</artifactId>
+ <artifactId>jetty-start</artifactId>
<name>Start</name>
<description>The start utility</description>
<build>

Back to the top