jicarilla-sandbox/platform/components/http jicarilla-http.iml,NONE,1.1 build.xml,1.1,1.2
| Newsgroups | gmane.comp.java.jicarilla.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/jicarilla/jicarilla-sandbox/platform/components/http
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13619/platform/components/http
Modified Files:
build.xml
Added Files:
jicarilla-http.iml
Log Message:
add IntelliJ project files
--- NEW FILE: jicarilla-http.iml ---
<?xml version="1.0" encoding="UTF-8"?>
<module version="4" relativePaths="false">
<component name="ModuleRootManager" />
<component name="NewModuleRootManager">
<output url="file://$MODULE_DIR$/target/classes" />
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/api/src/java" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/impl/src/java" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/impl/src/test" isTestSource="false" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="module" module-name="jicarilla-framework" />
<orderEntry type="module" module-name="jicarilla-maven-repository" />
<orderEntry type="library" name="junit-3.8.1" level="application" />
<orderEntry type="library" name="easymock-1.0.1b" level="application" />
<orderEntry type="module" module-name="jicarilla-container-integration" />
<orderEntry type="module" module-name="jicarilla-container" />
<orderEntry type="library" name="picocontainer-cvs" level="application" />
<orderEntry type="library" name="avalon-framework-4.1.5" level="application" />
<orderEntry type="library" name="concurrent-1.3.2" level="application" />
<orderEntry type="library" name="commons-pool-1.0.1" level="application" />
<orderEntry type="library" name="commons-logging-1.0.2" level="application" />
<orderEntry type="library" name="commons-cli-1.0" level="application" />
<orderEntry type="library" name="bsh-2.0b1" level="application" />
<orderEntry type="library" name="jetty-4.2.15" level="application" />
<orderEntry type="library" name="ant-1.6-all" level="application" />
</component>
</module>
Index: build.xml
===================================================================
RCS file: /cvsroot/jicarilla/jicarilla-sandbox/platform/components/http/build.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- build.xml 12 Feb 2004 23:51:53 -0000 1.1
+++ build.xml 8 Mar 2004 22:57:47 -0000 1.2
@@ -1,75 +1,7 @@
<?xml version="1.0"?>
-<project default="jar:install-snapshot" name="JBS-based build" basedir=".">
+<project default="jar:install-snapshot" name="jicarilla-http" basedir=".">
<property file="project.properties"/>
-
- <target name="need-for-jbs" unless="jbs.available">
-<fail>
-===================================================================
-BUILD SYSTEM FAILURE!
-===================================================================
-
- The Jicarilla BuildSystem cannot be found. Try setting the jbs.home
- property in the file project.properties to the correct location
- (jbs.home is currently set to ${jbs.home}).
-</fail>
- </target>
-
- <target name="init">
- <property name="jbs.home" value="${user.home}/.jbs"/>
- <available file="${jbs.home}/build-reactor.xml"
- property="jbs.available"/>
-
- <antcall target="need-for-jbs"/>
- </target>
-
- <target name="delegate" depends="init">
- <ant inheritRefs="true"
- inheritAll="true"
- target="jbs:${target}"
- antfile="${jbs.home}/build-reactor.xml"/>
- </target>
-
- <target name="compile">
- <antcall target="delegate">
- <param name="target" value="compile"/>
- </antcall>
- </target>
- <target name="test">
- <antcall target="delegate">
- <param name="target" value="test"/>
- </antcall>
- </target>
- <target name="jar">
- <antcall target="delegate">
- <param name="target" value="jar"/>
- </antcall>
- </target>
- <target name="jar:install">
- <antcall target="delegate">
- <param name="target" value="jar:install"/>
- </antcall>
- </target>
- <target name="jar:install-snapshot">
- <antcall target="delegate">
- <param name="target" value="jar:install-snapshot"/>
- </antcall>
- </target>
- <target name="dist">
- <antcall target="delegate">
- <param name="target" value="dist"/>
- </antcall>
- </target>
- <target name="reports">
- <antcall target="delegate">
- <param name="target" value="reports"/>
- </antcall>
- </target>
-
- <target name="upgrade-build">
- <property name="jbs.build-basic.url"
- value="http://cvs.sourceforge.net/viewcvs.py/*checkout*/jicarilla/jicarilla-sandbox/buildsystem/build-basic-reactor.xml"/>
- <get src="${jbs.build-basic.url}"
- dest="build.xml"/>
- </target>
+ <property name="jbs.home" value="${user.home}/.jbs"/>
+ <import file="${jbs.home}/build-reactor.xml"/>
</project>
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click