[Ejtools-cvs] libraries/j2ee.deployment .classpath,NONE,1.1 .cvsignore,NONE,1.1 .project,NONE,1.1 pr
Brought to you by:
letiemble
From: <let...@us...> - 2003-12-14 10:50:53
|
Update of /cvsroot/ejtools/libraries/j2ee.deployment In directory sc8-pr-cvs1:/tmp/cvs-serv4692 Added Files: .classpath .cvsignore .project project.properties project.xml Log Message: Add up-to-date implementation for the JSR 88. No need for the Sun one. --- NEW FILE: .classpath --- <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry kind="src" path="src/main"/> <classpathentry kind="src" path="src/test"/> <classpathentry kind="src" path="/ejtools-thirdparty"/> <classpathentry kind="var" path="JRE_LIB" sourcepath="JDK_SRC"/> <classpathentry kind="var" path="MAVEN_REPO/junit/jars/junit-3.8.1.jar"/> <classpathentry kind="var" path="MAVEN_REPO/mx4j/jars/mx4j-jmx-1.1.1.jar"/> <classpathentry kind="output" path="bin"/> </classpath> --- NEW FILE: .cvsignore --- bin dist output target --- NEW FILE: .project --- <?xml version="1.0" encoding="UTF-8"?> <projectDescription> <name>ejtools-libraries-deployment</name> <comment></comment> <projects> <project>ejtools-thirdparty</project> </projects> <buildSpec> <buildCommand> <name>org.eclipse.jdt.core.javabuilder</name> <arguments> </arguments> </buildCommand> </buildSpec> <natures> <nature>org.eclipse.jdt.core.javanature</nature> </natures> </projectDescription> --- NEW FILE: project.properties --- # ================================================================================ # EJTools, the Enterprise Java Tools # # Distributable under LGPL license. # See terms of license at gnu.org. # # $Revision: 1.1 $ # ================================================================================ maven.repo.remote=file:${basedir}/../../thirdparty,http://www.ibiblio.org/maven --- NEW FILE: project.xml --- <?xml version="1.0" encoding="UTF-8"?> <!-- # ================================================================================ # EJTools, the Enterprise Java Tools # # Distributable under LGPL license. # See terms of license at gnu.org. # # $Revision: 1.1 $ # ================================================================================ --> <project> <extend>${basedir}/../../project.xml</extend> <id>ejtools-j2ee-deployment</id> <groupId>ejtools</groupId> <name>J2EE Deployment</name> <currentVersion>1.0.0</currentVersion> <url>/libraries/j2ee.deployment</url> <package>org.ejtools,javax</package> <dependencies> <dependency> <id>mx4j</id> <artifactId>mx4j-jmx</artifactId> <version>1.1.1</version> </dependency> </dependencies> </project> |