Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Gorovoy2011-05-18 05:02:46 +0000
committerMichael Gorovoy2011-05-18 05:02:46 +0000
commit0967a439f3c91a9075a6fca51693d7d3999754ae (patch)
treea1597dc5ff553603f7c9cd8ae25081d03c4a1279
parent2585b4cd9485ad9bb074b80b69707e5631f286ac (diff)
downloadorg.eclipse.jetty.project-0967a439f3c91a9075a6fca51693d7d3999754ae.tar.gz
org.eclipse.jetty.project-0967a439f3c91a9075a6fca51693d7d3999754ae.tar.xz
org.eclipse.jetty.project-0967a439f3c91a9075a6fca51693d7d3999754ae.zip
Added test-jetty-osgi module back to the build
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@3201 7e9141cc-0065-0410-87d8-b60c137991c4
-rw-r--r--jetty-osgi/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jetty-osgi/pom.xml b/jetty-osgi/pom.xml
index 97253e5173..dfab66bc9a 100644
--- a/jetty-osgi/pom.xml
+++ b/jetty-osgi/pom.xml
@@ -25,7 +25,7 @@
<module>jetty-osgi-boot-logback</module>
<module>jetty-osgi-boot-warurl</module>
<module>jetty-osgi-httpservice</module>
-<!-- <module>test-jetty-osgi</module>-->
+ <module>test-jetty-osgi</module>
</modules>
<build>
<resources>

Back to the top