You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by st...@apache.org on 2012/12/28 00:08:51 UTC

svn commit: r1426364 - in /commons/sandbox/privilizer/trunk/ant: lib/pom.xml pom.xml test/pom.xml

Author: struberg
Date: Thu Dec 27 23:08:51 2012
New Revision: 1426364

URL: http://svn.apache.org/viewvc?rev=1426364&view=rev
Log:
fix artifactIds 

Modified:
    commons/sandbox/privilizer/trunk/ant/lib/pom.xml
    commons/sandbox/privilizer/trunk/ant/pom.xml
    commons/sandbox/privilizer/trunk/ant/test/pom.xml

Modified: commons/sandbox/privilizer/trunk/ant/lib/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/privilizer/trunk/ant/lib/pom.xml?rev=1426364&r1=1426363&r2=1426364&view=diff
==============================================================================
--- commons/sandbox/privilizer/trunk/ant/lib/pom.xml (original)
+++ commons/sandbox/privilizer/trunk/ant/lib/pom.xml Thu Dec 27 23:08:51 2012
@@ -25,10 +25,11 @@
     <version>0.1-SNAPSHOT</version>
   </parent>
 
-  <artifactId>commons-privilizer-antlib</artifactId>
+  <artifactId>commons-weaver-antlib</artifactId>
   <name>Commons Privilizer Antlib</name>
   <description>Privilizing Ant tasks.</description>
-  <properties>
+
+    <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <ant.version>1.8.4</ant.version>
     <commons.osgi.import />

Modified: commons/sandbox/privilizer/trunk/ant/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/privilizer/trunk/ant/pom.xml?rev=1426364&r1=1426363&r2=1426364&view=diff
==============================================================================
--- commons/sandbox/privilizer/trunk/ant/pom.xml (original)
+++ commons/sandbox/privilizer/trunk/ant/pom.xml Thu Dec 27 23:08:51 2012
@@ -15,7 +15,8 @@
   See the License for the specific language governing permissions and
   limitations under the License.
 
- --><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ -->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.commons</groupId>

Modified: commons/sandbox/privilizer/trunk/ant/test/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/privilizer/trunk/ant/test/pom.xml?rev=1426364&r1=1426363&r2=1426364&view=diff
==============================================================================
--- commons/sandbox/privilizer/trunk/ant/test/pom.xml (original)
+++ commons/sandbox/privilizer/trunk/ant/test/pom.xml Thu Dec 27 23:08:51 2012
@@ -25,8 +25,9 @@
     <version>0.1-SNAPSHOT</version>
   </parent>
 
-  <artifactId>commons-privilizer-antlib-test</artifactId>
+  <artifactId>commons-weaver-antlib-test</artifactId>
   <name>Commons Privilizer Antlib Test</name>
+
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <privilizer.policy>DYNAMIC</privilizer.policy>
@@ -34,12 +35,12 @@
   <dependencies>
     <dependency>
       <groupId>org.apache.commons</groupId>
-      <artifactId>commons-privilizer-example</artifactId>
+      <artifactId>commons-weaver-example</artifactId>
       <version>${project.version}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>
-      <artifactId>commons-privilizer-antlib</artifactId>
+      <artifactId>commons-weaver-antlib</artifactId>
       <version>${project.version}</version>
     </dependency>
     <dependency>