You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2005/08/21 17:34:55 UTC

svn commit: r234245 - /directory/asn1/branches/asn1-new-ber/ber-new/project.xml

Author: elecharny
Date: Sun Aug 21 08:34:53 2005
New Revision: 234245

URL: http://svn.apache.org/viewcvs?rev=234245&view=rev
Log:
- changed the artifactid to avoid a collusion with BER
- cleaned the dependancies

Modified:
    directory/asn1/branches/asn1-new-ber/ber-new/project.xml

Modified: directory/asn1/branches/asn1-new-ber/ber-new/project.xml
URL: http://svn.apache.org/viewcvs/directory/asn1/branches/asn1-new-ber/ber-new/project.xml?rev=234245&r1=234244&r2=234245&view=diff
==============================================================================
--- directory/asn1/branches/asn1-new-ber/ber-new/project.xml (original)
+++ directory/asn1/branches/asn1-new-ber/ber-new/project.xml Sun Aug 21 08:34:53 2005
@@ -2,50 +2,34 @@
 <project>
     <extend>${basedir}/../project.xml</extend>
     <pomVersion>1</pomVersion>
-    <artifactId>asn1-ber</artifactId>
+    <artifactId>asn1-new-ber</artifactId>
+    <groupId>asn1-ber</groupId>
+    <organization />
+    <developers>
+        <developer>
+            <name>Emmanuel Lécharny</name>
+            <id>elecharny</id>
+            <email>elecharny at apache.org</email>
+        </developer>
+    </developers>
+    <build>
+        <sourceDirectory>${basedir}/src/java/main</sourceDirectory>
+        <resources>
+            <resource>
+                <directory>${basedir}/src/java/main</directory>
+                <filtering>false</filtering>
+            </resource>
+            <resource>
+                <directory>${basedir}/../</directory>
+                <filtering>false</filtering>
+            </resource>
+        </resources>
+    </build>
     <id>asn1-ber</id>
-    <name>ASN.1 BER Runtime</name>
-    <package>org.apache.asn1.ber</package>
-    <inceptionYear>2004</inceptionYear>
-    <shortDescription>ASN.1 BER Runtime</shortDescription>
-    <description>API containing functionality used for encoding and decoding BER 
-    streams both in blocking and non-blocking modes.</description>
-    <dependencies>
-        <dependency>
-            <groupId>commons-lang</groupId>
-            <artifactId>commons-lang</artifactId>
-            <version>2.1</version>
-            <type>jar</type>
-            <url>http://jakarta.apache.org/commons/lang/api</url>
-        </dependency>
-        <dependency>
-            <groupId>commons-test</groupId>
-            <artifactId>commons-test</artifactId>
-            <version>0.1</version>
-            <type>jar</type>
-            <url>http://jakarta.apache.org/commons/test</url>
-        </dependency>
-        <dependency>
-            <groupId>commons-collections</groupId>
-            <artifactId>commons-collections</artifactId>
-            <version>3.1</version>
-            <type>jar</type>
-            <url>http://jakarta.apache.org/commons/collections</url>
-        </dependency>
-        <dependency>
-            <groupId>commons-primitives</groupId>
-            <artifactId>commons-primitives</artifactId>
-            <version>20041207.202534</version>
-            <type>jar</type>
-            <url>http://jakarta.apache.org/commons/primitives</url>
-        </dependency>
-        <dependency>
-            <groupId>${pom.groupId}</groupId>
-            <artifactId>asn1-codec</artifactId>
-            <version>${pom.currentVersion}</version>
-            <type>jar</type>
-        </dependency>
-        <!-- deps in group -->
-    </dependencies>
+    <name>ASN.1 new BER Runtime</name>
+    <package>org.apache.asn1new</package>
+    <inceptionYear>2005</inceptionYear>
+    <shortDescription>ASN.1 new BER Runtime</shortDescription>
+    <description>A new BER implementation</description>
 </project>