[Ejtools-cvs] applications/jndi.browser .classpath,NONE,1.1 .project,NONE,1.1 .cvsignore,1.3,1.4 mav
Brought to you by:
letiemble
|
From: <let...@us...> - 2003-11-27 01:31:01
|
Update of /cvsroot/ejtools/applications/jndi.browser
In directory sc8-pr-cvs1:/tmp/cvs-serv17169/jndi.browser
Modified Files:
.cvsignore maven.xml project.xml
Added Files:
.classpath .project
Log Message:
Address Todo #755528
Address Todo #800902
--- NEW FILE: .classpath ---
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src/conf"/>
<classpathentry kind="src" path="src/main"/>
<classpathentry kind="src" path="src/resources"/>
<classpathentry kind="src" path="/ejtools-libraries-adwt"/>
<classpathentry kind="src" path="/ejtools-libraries-common"/>
<classpathentry kind="src" path="/ejtools-libraries-icons"/>
<classpathentry kind="src" path="/ejtools-libraries-taglib"/>
<classpathentry kind="src" path="/ejtools-thirdparty"/>
<classpathentry kind="var" path="JRE_LIB" sourcepath="JDK_SRC"/>
<classpathentry kind="var" path="MAVEN_REPO/dreambean/jars/awt-1.0.jar"/>
<classpathentry kind="var" path="MAVEN_REPO/jboss/jars/jboss-3.0.4.jar"/>
<classpathentry kind="var" path="MAVEN_REPO/jboss/jars/jbossall-client-3.0.4.jar"/>
<classpathentry kind="var" path="MAVEN_REPO/jboss/jars/jboss-common-3.0.4.jar"/>
<classpathentry kind="var" path="MAVEN_REPO/jboss/jars/jboss-system-3.0.4.jar"/>
<classpathentry kind="var" path="MAVEN_REPO/log4j/jars/log4j-1.2.8.jar"/>
<classpathentry kind="var" path="MAVEN_REPO/struts/jars/struts-1.0.2.jar"/>
<classpathentry kind="var" path="MAVEN_REPO/sun/jars/j2ee-1.4.0.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
--- NEW FILE: .project ---
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>ejtools-app-jndi-browser</name>
<comment></comment>
<projects>
<project>ejtools-libraries-adwt</project>
<project>ejtools-libraries-common</project>
<project>ejtools-libraries-icons</project>
<project>ejtools-libraries-taglib</project>
<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>
Index: .cvsignore
===================================================================
RCS file: /cvsroot/ejtools/applications/jndi.browser/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** .cvsignore 8 Mar 2003 20:52:10 -0000 1.3
--- .cvsignore 27 Nov 2003 01:30:28 -0000 1.4
***************
*** 1,4 ****
bin
! dist
! output
! target
--- 1,4 ----
bin
! dist
! output
! target
Index: maven.xml
===================================================================
RCS file: /cvsroot/ejtools/applications/jndi.browser/maven.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** maven.xml 8 Mar 2003 20:52:11 -0000 1.3
--- maven.xml 27 Nov 2003 01:30:28 -0000 1.4
***************
*** 22,24 ****
--- 22,27 ----
<attainGoal name="ejtools:webapp"/>
</postGoal>
+ <postGoal name="ejtools:app">
+ <attainGoal name="ejtools:app-unpack"/>
+ </postGoal>
</project>
Index: project.xml
===================================================================
RCS file: /cvsroot/ejtools/applications/jndi.browser/project.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** project.xml 5 Aug 2003 22:47:21 -0000 1.3
--- project.xml 27 Nov 2003 01:30:28 -0000 1.4
***************
*** 1,150 ****
! <?xml version="1.0" encoding="UTF-8"?>
! <!--
! # ================================================================================
! # EJTools, the Enterprise Java Tools
! #
! # Distributable under LGPL license.
! # See terms of license at gnu.org.
! #
! # $Revision$
! # ================================================================================
! -->
! <project>
! <extend>${basedir}/../../project.xml</extend>
! <id>ejtools-jndi-browser</id>
! <groupId>ejtools</groupId>
! <name>JNDI Browser</name>
! <currentVersion>1.0.2</currentVersion>
! <package>org/ejtools/jndi/browser</package>
! <url>/applications/jndi.browser</url>
! <dependencies>
! <dependency>
! <id>log4j</id>
! <version>1.2.7</version>
! <properties>
! <app.bundle.jar>true</app.bundle.jar>
! <war.bundle.jar>true</war.bundle.jar>
! </properties>
! </dependency>
! <dependency>
! <id>mx4j</id>
! <artifactId>mx4j-jmx</artifactId>
! <version>1.1</version>
! </dependency>
! <dependency>
! <id>struts</id>
! <version>1.0.2</version>
! <properties>
! <war.bundle.jar>true</war.bundle.jar>
! </properties>
! </dependency>
! <!-- Project dependencies -->
! <dependency>
! <id>ejtools-adwt</id>
! <groupId>ejtools</groupId>
! <version>1.0.0</version>
! <properties>
! <app.bundle.jar>true</app.bundle.jar>
! </properties>
! </dependency>
! <dependency>
! <id>ejtools-common</id>
! <groupId>ejtools</groupId>
! <version>1.0.0</version>
! <properties>
! <app.bundle.jar>true</app.bundle.jar>
! <war.bundle.jar>true</war.bundle.jar>
! </properties>
! </dependency>
! <dependency>
! <id>ejtools-j2ee-icons</id>
! <groupId>ejtools</groupId>
! <version>1.0.0</version>
! <properties>
! <app.bundle.jar>true</app.bundle.jar>
! </properties>
! </dependency>
! <dependency>
! <id>ejtools-taglib</id>
! <groupId>ejtools</groupId>
! <version>1.0.0</version>
! <properties>
! <war.bundle.jar>true</war.bundle.jar>
! <war.bundle.tld>true</war.bundle.tld>
! </properties>
! </dependency>
! <!-- Local dependencies -->
! <dependency>
! <id>dreambean</id>
! <groupId>dreambean</groupId>
! <artifactId>awt</artifactId>
! <version>1.0</version>
! <properties>
! <app.bundle.jar>true</app.bundle.jar>
! </properties>
! </dependency>
! <dependency>
! <id>jboss</id>
! <groupId>jboss</groupId>
! <artifactId>jbossall-client</artifactId>
! <version>3.0.4</version>
! </dependency>
! <dependency>
! <id>jboss</id>
! <groupId>jboss</groupId>
! <artifactId>jboss</artifactId>
! <version>3.0.4</version>
! </dependency>
! <dependency>
! <id>jboss</id>
! <groupId>jboss</groupId>
! <artifactId>jboss-common</artifactId>
! <version>3.0.4</version>
! </dependency>
! <dependency>
! <id>jboss</id>
! <groupId>jboss</groupId>
! <artifactId>jboss-system</artifactId>
! <version>3.0.4</version>
! </dependency>
! <dependency>
! <id>sun</id>
! <groupId>sun</groupId>
! <artifactId>j2ee</artifactId>
! <version>1.3.1</version>
! </dependency>
! <dependency>
! <id>sun</id>
! <groupId>sun</groupId>
! <artifactId>jlfgr</artifactId>
! <version>1.0</version>
! <properties>
! <app.bundle.jar>true</app.bundle.jar>
! </properties>
! </dependency>
! </dependencies>
! <build>
! <nagEmailAddress>ejt...@so...</nagEmailAddress>
! <!-- Source dirs -->
! <sourceDirectory>${basedir}/src/main</sourceDirectory>
! <unitTestSourceDirectory>${basedir}/src/test</unitTestSourceDirectory>
! <integrationUnitTestSourceDirectory>${basedir}/src/test</integrationUnitTestSourceDirectory>
! <aspectSourceDirectory/>
! <!-- Unit test classes -->
! <unitTest>
! <includes>
! <include>**/*Test.java</include>
! </includes>
! </unitTest>
! <!-- Resources -->
! <resources>
! <resource>
! <directory>${basedir}/src/resources</directory>
! </resource>
! <!-- XDoclet Resources -->
! <resource>
! <directory>${maven.build.dir}/xdoclet/xdoclet</directory>
! </resource>
! </resources>
! </build>
! </project>
--- 1,140 ----
! <?xml version="1.0" encoding="UTF-8"?>
! <!--
! # ================================================================================
! # EJTools, the Enterprise Java Tools
! #
! # Distributable under LGPL license.
! # See terms of license at gnu.org.
! #
! # $Revision$
! # ================================================================================
! -->
! <project>
! <extend>${basedir}/../../project.xml</extend>
! <id>ejtools-jndi-browser</id>
! <groupId>ejtools</groupId>
! <name>JNDI Browser</name>
! <currentVersion>1.1.0</currentVersion>
! <package>org/ejtools/jndi/browser</package>
! <url>/applications/jndi.browser</url>
! <dependencies>
! <dependency>
! <id>log4j</id>
! <version>1.2.7</version>
! <properties>
! <app.bundle.jar>true</app.bundle.jar>
! <war.bundle.jar>true</war.bundle.jar>
! </properties>
! </dependency>
! <dependency>
! <id>mx4j</id>
! <artifactId>mx4j-jmx</artifactId>
! <version>1.1</version>
! </dependency>
! <dependency>
! <id>struts</id>
! <version>1.0.2</version>
! <properties>
! <war.bundle.jar>true</war.bundle.jar>
! </properties>
! </dependency>
! <!-- Project dependencies -->
! <dependency>
! <id>ejtools-adwt</id>
! <groupId>ejtools</groupId>
! <version>1.0.0</version>
! <properties>
! <app.bundle.jar>true</app.bundle.jar>
! </properties>
! </dependency>
! <dependency>
! <id>ejtools-common</id>
! <groupId>ejtools</groupId>
! <version>1.0.0</version>
! <properties>
! <app.bundle.jar>true</app.bundle.jar>
! <war.bundle.jar>true</war.bundle.jar>
! </properties>
! </dependency>
! <dependency>
! <id>ejtools-j2ee-icons</id>
! <groupId>ejtools</groupId>
! <version>1.0.0</version>
! <properties>
! <app.bundle.jar>true</app.bundle.jar>
! </properties>
! </dependency>
! <dependency>
! <id>ejtools-taglib</id>
! <groupId>ejtools</groupId>
! <version>1.0.0</version>
! <properties>
! <war.bundle.jar>true</war.bundle.jar>
! <war.bundle.tld>true</war.bundle.tld>
! </properties>
! </dependency>
! <!-- Local dependencies -->
! <dependency>
! <id>dreambean</id>
! <groupId>dreambean</groupId>
! <artifactId>awt</artifactId>
! <version>1.0</version>
! <properties>
! <app.bundle.jar>true</app.bundle.jar>
! </properties>
! </dependency>
! <dependency>
! <id>jboss</id>
! <groupId>jboss</groupId>
! <artifactId>jbossall-client</artifactId>
! <version>3.0.4</version>
! </dependency>
! <dependency>
! <id>jboss</id>
! <groupId>jboss</groupId>
! <artifactId>jboss</artifactId>
! <version>3.0.4</version>
! </dependency>
! <dependency>
! <id>jboss</id>
! <groupId>jboss</groupId>
! <artifactId>jboss-common</artifactId>
! <version>3.0.4</version>
! </dependency>
! <dependency>
! <id>jboss</id>
! <groupId>jboss</groupId>
! <artifactId>jboss-system</artifactId>
! <version>3.0.4</version>
! </dependency>
! <dependency>
! <id>sun</id>
! <groupId>sun</groupId>
! <artifactId>j2ee</artifactId>
! <version>1.3.1</version>
! </dependency>
! <dependency>
! <id>sun</id>
! <groupId>sun</groupId>
! <artifactId>jlfgr</artifactId>
! <version>1.0</version>
! <properties>
! <app.bundle.jar>true</app.bundle.jar>
! </properties>
! </dependency>
! </dependencies>
! <build>
! <!-- Resources -->
! <resources>
! <!-- General resources -->
! <resource>
! <directory>${basedir}/src/resources</directory>
! </resource>
! <!-- XDoclet Resources -->
! <resource>
! <directory>${basedir}/target/xdoclet/xdoclet</directory>
! <includes>*.properties</includes>
! </resource>
! </resources>
! </build>
! </project>
|