Skip to content

Commit

Permalink
- Updated Ant script for 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
restletForger committed May 3, 2007
1 parent 812f298 commit d6d568d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 93 deletions.
73 changes: 15 additions & 58 deletions build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,16 +106,6 @@
<fileset dir="${lib}/${lib-junit-id}" includes="*.jar" />
</path>

<path id="mod-asyncweb-path">
<path refid="mod-ri-path" />
<pathelement path="${classes}/${mod-ri-id}" />
<fileset dir="${lib}/${lib-concurrent-id}" includes="*.jar" />
<fileset dir="${lib}/${lib-logging-id}" includes="*.jar" />
<fileset dir="${lib}/${lib-mina-id}" includes="*.jar" />
<fileset dir="${lib}/${lib-asyncweb-id}" includes="*.jar" />
<fileset dir="${lib}/${lib-slf4j-id}" includes="*.jar" />
</path>

<path id="mod-atom-path">
<path refid="mod-ri-path" />
<pathelement path="${classes}/${mod-ri-id}" />
Expand Down Expand Up @@ -173,14 +163,6 @@
<fileset dir="${lib}/${lib-pool-id}" includes="*.jar" />
</path>

<path id="mod-jetty5-path">
<path refid="mod-ri-path" />
<pathelement path="${classes}/${mod-ri-id}" />
<fileset dir="${lib}/${lib-servlet-id}" includes="*.jar" />
<fileset dir="${lib}/${lib-logging-id}" includes="*.jar" />
<fileset dir="${lib}/${lib-jetty5-id}" includes="*.jar" />
</path>

<path id="mod-jetty-path">
<path refid="mod-ri-path" />
<pathelement path="${classes}/${mod-ri-id}" />
Expand Down Expand Up @@ -239,14 +221,12 @@
<path id="path-all">
<pathelement path="${classes}/${mod-api-id}" />
<pathelement path="${classes}/${mod-ri-id}" />
<pathelement path="${classes}/${mod-asyncweb-id}" />
<pathelement path="${classes}/${mod-fileupload-id}" />
<pathelement path="${classes}/${mod-freemarker-id}" />
<pathelement path="${classes}/${mod-grizzly-id}" />
<pathelement path="${classes}/${mod-httpclient-id}" />
<pathelement path="${classes}/${mod-javamail-id}" />
<pathelement path="${classes}/${mod-jdbc-id}" />
<pathelement path="${classes}/${mod-jetty5-id}" />
<pathelement path="${classes}/${mod-jetty-id}" />
<pathelement path="${classes}/${mod-jmx-id}" />
<pathelement path="${classes}/${mod-json-id}" />
Expand All @@ -255,14 +235,12 @@
<pathelement path="${classes}/${mod-servlet-id}" />
<pathelement path="${classes}/${mod-spring-id}" />
<pathelement path="${classes}/${mod-velocity-id}" />
<path refid="mod-asyncweb-path" />
<path refid="mod-fileupload-path" />
<path refid="mod-freemarker-path" />
<path refid="mod-grizzly-path" />
<path refid="mod-httpclient-path" />
<path refid="mod-javamail-path" />
<path refid="mod-jdbc-path" />
<path refid="mod-jetty5-path" />
<path refid="mod-jetty-path" />
<path refid="mod-jmx-path" />
<path refid="mod-json-path" />
Expand Down Expand Up @@ -737,19 +715,17 @@
<mkdir dir="${temp}/poms"/>
<pomModule name="api" />
<pomModule name="ri" />
<pomModule name="asyncweb" />
<!-- disabled for 1.0 <pomModule name="atom" /> -->
<pomModule name="atom" />
<pomModule name="fileupload" />
<pomModule name="freemarker" />
<!-- disabled for 1.0 <pomModule name="grizzly" /> -->
<pomModule name="grizzly" />
<pomModule name="httpclient" />
<pomModule name="javamail" />
<pomModule name="jdbc" ext="dbcp" />
<!-- disabled for 1.0 <pomModule name="jetty5"/> -->
<pomModule name="jetty" />
<!-- disabled for 1.0 <pomModule name="jmx" /> -->
<pomModule name="json" />
<!-- disabled for 1.0 <pomModule name="jxta" /> -->
<pomModule name="jxta" />
<pomModule name="net" />
<pomModule name="servlet" />
<pomModule name="simple" />
Expand All @@ -758,7 +734,6 @@
<pomModule name="example" />

<pomLibrary name="simple"/>
<pomLibrary name="asyncweb"/>
<pomLibrary name="json"/>
<pomLibrary name="db4o" depend1="example" type1="mod" />
<pomLibrary name="db4o-nativequery"/>
Expand Down Expand Up @@ -799,15 +774,13 @@
<replace file="${mod}/${mod-api-id}/src/org/restlet/util/Engine.java" token="@release-number@" value="${release-number}" />
<compileModule name="api" />
<compileModule name="ri" />
<compileModule name="asyncweb" />
<compileModule name="atom" />
<compileModule name="fileupload" />
<compileModule name="freemarker" />
<compileModule name="grizzly" />
<compileModule name="httpclient" />
<compileModule name="javamail" />
<compileModule name="jdbc" />
<compileModule name="jetty5" />
<compileModule name="jetty" />
<compileModule name="jmx" />
<compileModule name="json" />
Expand All @@ -826,15 +799,13 @@
<target name="generate-backport" if="do-backport" depends="generate-classes" description="Backport classes using Retrotranslator.">
<backportModule name="api" failonwarning="@{backport-failonwarning}"/>
<backportModule name="ri" failonwarning="@{backport-failonwarning}"/>
<backportModule name="asyncweb" failonwarning="@{backport-failonwarning}"/>
<backportModule name="atom" failonwarning="@{backport-failonwarning}"/>
<backportModule name="fileupload" failonwarning="@{backport-failonwarning}"/>
<backportModule name="freemarker" failonwarning="@{backport-failonwarning}"/>
<backportModule name="grizzly" failonwarning="@{backport-failonwarning}"/>
<backportModule name="httpclient" failonwarning="@{backport-failonwarning}"/>
<backportModule name="javamail" failonwarning="@{backport-failonwarning}"/>
<backportModule name="jdbc" failonwarning="@{backport-failonwarning}"/>
<backportModule name="jetty5" failonwarning="@{backport-failonwarning}"/>
<backportModule name="jetty" failonwarning="@{backport-failonwarning}"/>
<backportModule name="jmx" failonwarning="@{backport-failonwarning}"/>
<backportModule name="json" failonwarning="@{backport-failonwarning}"/>
Expand Down Expand Up @@ -929,18 +900,17 @@
stylesheetfile="${tmpl}/javadocs/stylesheet.css"
verbose="${verbose}">
<sourcepath>
<!-- disabled for 1.0 <pathelement path="${mod}/${mod-atom-id}/src/" /> -->
<pathelement path="${mod}/${mod-atom-id}/src/" />
<pathelement path="${mod}/${mod-fileupload-id}/src/" />
<pathelement path="${mod}/${mod-freemarker-id}/src/" />
<!-- disabled for 1.0 <pathelement path="${mod}/${mod-grizzly-id}/src/" /> -->
<pathelement path="${mod}/${mod-asyncweb-id}/src/" />
<pathelement path="${mod}/${mod-grizzly-id}/src/" />
<pathelement path="${mod}/${mod-httpclient-id}/src/" />
<pathelement path="${mod}/${mod-javamail-id}/src/" />
<pathelement path="${mod}/${mod-jdbc-id}/src/" />
<pathelement path="${mod}/${mod-jetty-id}/src/" />
<pathelement path="${mod}/${mod-jmx-id}/src/" />
<pathelement path="${mod}/${mod-json-id}/src/" />
<!-- disabled for 1.0 <pathelement path="${mod}/${mod-jxta-id}/src/" /> -->
<pathelement path="${mod}/${mod-jxta-id}/src/" />
<pathelement path="${mod}/${mod-net-id}/src/" />
<pathelement path="${mod}/${mod-servlet-id}/src/" />
<pathelement path="${mod}/${mod-simple-id}/src/" />
Expand Down Expand Up @@ -1005,19 +975,17 @@
<mkdir dir="${temp}/findbugs" />
<findbugsModule name="api" />
<findbugsModule name="ri" />
<findbugsModule name="asyncweb" />
<!-- disabled for 1.0 <findbugsModule name="atom" /> -->
<findbugsModule name="atom" />
<findbugsModule name="fileupload" />
<findbugsModule name="freemarker" />
<!-- disabled for 1.0 <findbugsModule name="grizzly" /> -->
<findbugsModule name="grizzly" />
<findbugsModule name="httpclient" />
<findbugsModule name="javamail" />
<findbugsModule name="jdbc" />
<!-- disabled for 1.0 <findbugsModule name="jetty5" /> -->
<findbugsModule name="jetty" />
<!-- disabled for 1.0 <findbugsModule name="jmx" /> -->
<findbugsModule name="json" />
<!-- disabled for 1.0 <findbugsModule name="jxta" /> -->
<findbugsModule name="jxta" />
<findbugsModule name="net" />
<findbugsModule name="servlet" />
<findbugsModule name="simple" />
Expand All @@ -1030,15 +998,13 @@
<mkdir dir="${temp}/checkstyle" />
<checkstyleModule name="api" />
<checkstyleModule name="ri" />
<checkstyleModule name="asyncweb" />
<checkstyleModule name="atom" />
<checkstyleModule name="fileupload" />
<checkstyleModule name="freemarker" />
<checkstyleModule name="grizzly" />
<checkstyleModule name="httpclient" />
<checkstyleModule name="javamail" />
<checkstyleModule name="jdbc" />
<checkstyleModule name="jetty5" />
<checkstyleModule name="jetty" />
<checkstyleModule name="jmx" />
<checkstyleModule name="json" />
Expand Down Expand Up @@ -1096,32 +1062,28 @@
<copy file="${tmpl}/text/trademarks.txt" tofile="${dist-classic}/trademarks.txt" />

<!-- Packages libraries -->
<stageLibrary name="asyncweb" />
<!-- disabled for 1.0 <stageLibrary name="bouncycastle" /> -->
<stageLibrary name="bouncycastle" />
<stageLibrary name="codec" />
<stageLibrary name="collections" />
<stageLibrary name="concurrent" />
<stageLibrary name="db4o" />
<stageLibrary name="dbcp" />
<stageLibrary name="fileupload" />
<stageLibrary name="freemarker" />
<!-- disabled for 1.0 <stageLibrary name="grizzly" /> -->
<stageLibrary name="grizzly" />
<stageLibrary name="httpclient" />
<stageLibrary name="io" />
<stageLibrary name="javamail" />
<stageLibrary name="activation" />
<!-- disabled for 1.0 <stageLibrary name="jetty5" /> -->
<stageLibrary name="jetty" />
<stageLibrary name="json" />
<!-- disabled for 1.0 <stageLibrary name="jxta" /> -->
<stageLibrary name="jxta" />
<stageLibrary name="lang" />
<stageLibrary name="logging" />
<stageLibrary name="mina" />
<stageLibrary name="pool" />
<stageLibrary name="servlet" />
<stageLibrary name="servlet5" />
<stageLibrary name="simple" />
<stageLibrary name="slf4j" />
<stageLibrary name="spring" />
<stageLibrary name="velocity" />
<stageLibrary name="wrapper" />
Expand All @@ -1130,20 +1092,17 @@
<!-- Package modules -->
<stageModule name="api" />
<stageModule name="ri" />
<stageModule name="asyncweb" />
<!-- disabled for 1.0 <stageModule name="atom" /> -->
<!-- disabled for 1.0 <stageModule name="bouncycastle" /> -->
<stageModule name="atom" />
<stageModule name="fileupload" />
<stageModule name="freemarker" />
<!-- disabled for 1.0 <stageModule name="grizzly" /> -->
<stageModule name="grizzly" />
<stageModule name="httpclient" />
<stageModule name="javamail" />
<stageModule name="jdbc" />
<!-- disabled for 1.0 <stageModule name="jetty5" /> -->
<stageModule name="jetty" />
<!-- disabled for 1.0 <stageModule name="jmx" /> -->
<stageModule name="json" />
<!-- disabled for 1.0 <stageModule name="jxta" /> -->
<stageModule name="jxta" />
<stageModule name="net" />
<stageModule name="servlet" />
<stageModule name="simple" />
Expand All @@ -1165,7 +1124,6 @@
<maven2Module name="api"/>
<maven2Module name="ri"/>
<maven2Module name="example" />
<maven2Module name="asyncweb" />
<maven2Module name="fileupload" />
<maven2Module name="freemarker" />
<maven2Module name="httpclient" />
Expand All @@ -1179,7 +1137,6 @@
<maven2Module name="spring" />
<maven2Module name="velocity" />
<maven2Library name="simple" />
<maven2Library name="asyncweb" />
<maven2Library name="json" />
<maven2Library name="db4o" />
<maven2Library name="db4o-nativequery" />
Expand Down
27 changes: 1 addition & 26 deletions build/libraries.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@
# Restlet libraries properties file - Copyright 2005-2007 Jerome LOUVEL
# =======================================================================

lib-asyncweb-package: org.safehaus.asyncweb
lib-asyncweb-version: 0.8
lib-asyncweb-release: 2
lib-asyncweb-id: ${lib-asyncweb-package}_${lib-asyncweb-version}
lib-asyncweb-maven-groupId: org.safehaus.asyncweb

lib-bouncycastle-package: org.bouncycastle
lib-bouncycastle-version: 1.34
lib-bouncycastle-id: ${lib-bouncycastle-package}_${lib-bouncycastle-version}
Expand All @@ -20,11 +14,6 @@ lib-collections-package: org.apache.commons.collections
lib-collections-version: 3.2
lib-collections-id: ${lib-collections-package}_${lib-collections-version}

lib-concurrent-package: edu.oswego.cs.dl.util.concurrent
lib-concurrent-version: 1.3
lib-concurrent-release: 4
lib-concurrent-id: ${lib-concurrent-package}_${lib-concurrent-version}

lib-db4o-package: com.db4o
lib-db4o-version: 6.1
lib-db4o-release: 501
Expand Down Expand Up @@ -73,11 +62,6 @@ lib-activation-package: javax.activation
lib-activation-version: 1.1
lib-activation-id: ${lib-activation-package}_${lib-activation-version}

lib-jetty5-package: org.mortbay.jetty
lib-jetty5-version: 5.1
lib-jetty5-release: 12
lib-jetty5-id: ${lib-jetty5-package}_${lib-jetty5-version}

lib-jetty-package: org.mortbay.jetty
lib-jetty-version: 6.1
lib-jetty-release: 2
Expand Down Expand Up @@ -119,24 +103,15 @@ lib-retroweaver-version: 1.2
lib-retroweaver-id: ${lib-retroweaver-package}_${lib-retroweaver-version}

lib-servlet-package: javax.servlet
lib-servlet-version: 2.4
lib-servlet-version: 2.5
lib-servlet-id: ${lib-servlet-package}_${lib-servlet-version}

lib-servlet5-package: javax.servlet
lib-servlet5-version: 2.5
lib-servlet5-id: ${lib-servlet5-package}_${lib-servlet5-version}

lib-simple-package: org.simpleframework
lib-simple-version: 3.1
lib-simple-release: 3
lib-simple-id: ${lib-simple-package}_${lib-simple-version}
lib-simple-maven-groupId: org.simpleframework

lib-slf4j-package: org.slf4j
lib-slf4j-version: 1.0
lib-slf4j-release: 1
lib-slf4j-id: ${lib-slf4j-package}_${lib-slf4j-version}

lib-spring-package: org.springframework
lib-spring-version: 2.0
lib-spring-release: 4
Expand Down
9 changes: 0 additions & 9 deletions build/modules.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ mod-api-maven-groupId: org.restlet
mod-api-test-package: org.restlet.test
mod-api-test-version: ${version-minor}
mod-api-test-id: ${mod-api-test-package}

mod-asyncweb-package: com.noelios.restlet.ext.asyncweb
mod-asyncweb-version: ${lib-asyncweb-version}
mod-asyncweb-id: ${mod-asyncweb-package}_${mod-asyncweb-version}
mod-asyncweb-maven-groupId: com.noelios.restlet

mod-atom-package: org.restlet.ext.atom
mod-atom-version: 1.0
Expand Down Expand Up @@ -55,10 +50,6 @@ mod-jdbc-version: 3.0
mod-jdbc-id: ${mod-jdbc-package}_${mod-jdbc-version}
mod-jdbc-maven-groupId: com.noelios.restlet

mod-jetty5-package: com.noelios.restlet.ext.jetty
mod-jetty5-version: ${lib-jetty5-version}
mod-jetty5-id: ${mod-jetty5-package}_${mod-jetty5-version}

mod-jetty-package: com.noelios.restlet.ext.jetty
mod-jetty-version: ${lib-jetty-version}
mod-jetty-id: ${mod-jetty-package}_${mod-jetty-version}
Expand Down

0 comments on commit d6d568d

Please sign in to comment.