taylor      2004/11/14 22:06:58

  Modified:    applications project.xml
  Log:
  removed unneeded deps
  
  Revision  Changes    Path
  1.12      +18 -36    jakarta-jetspeed-2/applications/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/applications/project.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- project.xml       13 Oct 2004 20:01:42 -0000      1.11
  +++ project.xml       15 Nov 2004 06:06:58 -0000      1.12
  @@ -1,37 +1,19 @@
  -<project>

  -    <extend>${basedir}/../project.xml</extend>

  -    <pomVersion>3</pomVersion>

  -    <artifactId>BAD</artifactId>

  -    <name>This should not be built</name>

  -    <groupId>BAD</groupId>

  -    <dependencies>

  -        <dependency>

  -            <groupId>portlet-api</groupId>

  -            <artifactId>portlet-api</artifactId>

  -            <version>1.0</version>

  -            <type>jar</type>

  -            <properties>

  -                <war.bundle>true</war.bundle>

  -            </properties>

  -        </dependency>

  -        <dependency>

  -            <groupId>jetspeed2</groupId>

  -            <artifactId>jetspeed-web-content</artifactId>

  -            <version>2.0-a1-dev</version>

  -            <type>jar</type>

  -            <properties>

  -                <war.bundle>true</war.bundle>

  -            </properties>

  -        </dependency>

  -        <dependency>

  -            <groupId>velocity</groupId>

  -            <artifactId>velocity</artifactId>

  -            <version>1.4-rc1</version>

  -            <type>jar</type>

  -            <properties>

  -                <war.bundle>true</war.bundle>

  -            </properties>

  -        </dependency>

  -    </dependencies>

  -    <properties/>

  +<project>
  +    <extend>${basedir}/../project.xml</extend>
  +    <pomVersion>3</pomVersion>
  +    <artifactId>BAD</artifactId>
  +    <name>This should not be built</name>
  +    <groupId>BAD</groupId>
  +    <dependencies>
  +        <dependency>
  +            <groupId>portlet-api</groupId>
  +            <artifactId>portlet-api</artifactId>
  +            <version>1.0</version>
  +            <type>jar</type>
  +            <properties>
  +                <war.bundle>false</war.bundle>
  +            </properties>
  +        </dependency>
  +    </dependencies>
  +    <properties/>
   </project>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to