Author: lemovice
Date: Sat Oct 12 19:22:33 2013
New Revision: 4611

Log:
update module name according ancestris policy

Added:
   trunk/AncestrisExtensions/libs.geonames/
      - copied from r4605, /trunk/AncestrisExtensions/geonames/
   trunk/AncestrisExtensions/libs.geonames/nbproject/platform.properties
      - copied unchanged from r4605, 
/trunk/AncestrisExtensions/nbproject/platform.properties
   trunk/AncestrisExtensions/libs.geonames/src/ancestris/libs/
   trunk/AncestrisExtensions/libs.geonames/src/ancestris/libs/geonames/
   
trunk/AncestrisExtensions/libs.geonames/src/ancestris/libs/geonames/Bundle.properties
      - copied, changed from r4605, 
/trunk/AncestrisExtensions/geonames/src/ancestris/modules/geonames/Bundle.properties
   
trunk/AncestrisExtensions/libs.geonames/src/ancestris/libs/geonames/Bundle_es.properties
      - copied unchanged from r4605, 
/trunk/AncestrisExtensions/geonames/src/ancestris/modules/geonames/Bundle_es.properties
Removed:
   trunk/AncestrisExtensions/geonames/
   trunk/AncestrisExtensions/libs.geonames/src/ancestris/modules/
Modified:
   trunk/AncestrisExtensions/libs.geonames/build.xml
   trunk/AncestrisExtensions/libs.geonames/manifest.mf
   trunk/AncestrisExtensions/libs.geonames/nbproject/   (props changed)
   trunk/AncestrisExtensions/libs.geonames/nbproject/build-impl.xml
   trunk/AncestrisExtensions/libs.geonames/nbproject/genfiles.properties
   trunk/AncestrisExtensions/libs.geonames/nbproject/project.xml

Modified: trunk/AncestrisExtensions/libs.geonames/build.xml
==============================================================================
--- /trunk/AncestrisExtensions/geonames/build.xml       (original)
+++ trunk/AncestrisExtensions/libs.geonames/build.xml   Sat Oct 12 19:22:33 2013
@@ -2,8 +2,8 @@
 <!-- You may freely edit this file. See harness/README in the NetBeans 
platform -->
 <!-- for some information on what you could do (e.g. targets to override). -->
 <!-- If you delete this file and reopen the project it will be recreated. -->
-<project name="ancestris.modules.geonames" default="netbeans" basedir=".">
-    <description>Builds, tests, and runs the project 
ancestris.modules.geonames.</description>
+<project name="ancestris.libs.geonames" default="netbeans" basedir=".">
+    <description>Builds, tests, and runs the project 
ancestris.libs.geonames.</description>
     <import file="nbproject/build-impl.xml"/>
     <import file="${suite.dir}/nbproject/ancestris-tasks.xml"/>
     <target name="jar" depends="ancestris-tasks.jar" />

Modified: trunk/AncestrisExtensions/libs.geonames/manifest.mf
==============================================================================
--- /trunk/AncestrisExtensions/geonames/manifest.mf     (original)
+++ trunk/AncestrisExtensions/libs.geonames/manifest.mf Sat Oct 12 19:22:33 2013
@@ -1,6 +1,6 @@
 Manifest-Version: 1.0
-OpenIDE-Module: ancestris.modules.geonames/1
-OpenIDE-Module-Localizing-Bundle: ancestris/modules/geonames/Bundle.properties
-OpenIDE-Module-Provides: ancestris.modules.geonames
+OpenIDE-Module: ancestris.libs.geonames/1
+OpenIDE-Module-Localizing-Bundle: ancestris/libs/geonames/Bundle.properties
+OpenIDE-Module-Provides: ancestris.libs.geonames
 OpenIDE-Module-Specification-Version: 1.1.9
 

Modified: trunk/AncestrisExtensions/libs.geonames/nbproject/build-impl.xml
==============================================================================
--- /trunk/AncestrisExtensions/geonames/nbproject/build-impl.xml        
(original)
+++ trunk/AncestrisExtensions/libs.geonames/nbproject/build-impl.xml    Sat Oct 
12 19:22:33 2013
@@ -1,9 +1,7 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
+<?xml version="1.0" encoding="UTF-8"?><!--
 *** GENERATED FROM project.xml - DO NOT EDIT  ***
 ***         EDIT ../build.xml INSTEAD         ***
--->
-<project name="ancestris.modules.geonames-impl" basedir="..">
+--><project name="ancestris.libs.geonames-impl" basedir="..">
     <fail message="Please build using Ant 1.7.1 or higher.">
         <condition>
             <not>

Modified: trunk/AncestrisExtensions/libs.geonames/nbproject/genfiles.properties
==============================================================================
--- /trunk/AncestrisExtensions/geonames/nbproject/genfiles.properties   
(original)
+++ trunk/AncestrisExtensions/libs.geonames/nbproject/genfiles.properties       
Sat Oct 12 19:22:33 2013
@@ -3,6 +3,6 @@
 [email protected]
 # This file is used by a NetBeans-based IDE to track changes in generated 
files such as build-impl.xml.
 # Do not edit this file. You may delete it but then the IDE will never 
regenerate such files for you.
-nbproject/build-impl.xml.data.CRC32=387ed5f6
-nbproject/build-impl.xml.script.CRC32=4a58b1ce
+nbproject/build-impl.xml.data.CRC32=81a470e1
+nbproject/build-impl.xml.script.CRC32=bbb181b5
 nbproject/[email protected]

Modified: trunk/AncestrisExtensions/libs.geonames/nbproject/project.xml
==============================================================================
--- /trunk/AncestrisExtensions/geonames/nbproject/project.xml   (original)
+++ trunk/AncestrisExtensions/libs.geonames/nbproject/project.xml       Sat Oct 
12 19:22:33 2013
@@ -3,11 +3,11 @@
     <type>org.netbeans.modules.apisupport.project</type>
     <configuration>
         <data xmlns="http://www.netbeans.org/ns/nb-module-project/3";>
-            <code-name-base>ancestris.modules.geonames</code-name-base>
+            <code-name-base>ancestris.libs.geonames</code-name-base>
             <suite-component/>
             <module-dependencies>
                 <dependency>
-                    <code-name-base>ancestris.modules.jdom</code-name-base>
+                    <code-name-base>ancestris.libs.jdom</code-name-base>
                     <build-prerequisite/>
                     <compile-dependency/>
                     <run-dependency>

Copied: 
trunk/AncestrisExtensions/libs.geonames/src/ancestris/libs/geonames/Bundle.properties
 (from r4605, 
/trunk/AncestrisExtensions/geonames/src/ancestris/modules/geonames/Bundle.properties)
==============================================================================
--- 
/trunk/AncestrisExtensions/geonames/src/ancestris/modules/geonames/Bundle.properties
        (original)
+++ 
trunk/AncestrisExtensions/libs.geonames/src/ancestris/libs/geonames/Bundle.properties
       Sat Oct 12 19:22:33 2013
@@ -1,3 +1,3 @@
 OpenIDE-Module-Display-Category=Libraries
-OpenIDE-Module-Name=geonames
+OpenIDE-Module-Name=libs.geonames
 OpenIDE-Module-Short-Description=Java Client for GeoNames Webservices

---------------------------------------------------------------------
Site Web Ancestris : http://www.ancestris.org

<*> Pour vous desinscrire de cette liste, envoyez un mail a :
              [email protected]
<*> Pour obtenir de l'aide sur les commandes de la liste :
              [email protected]

Pour obtenir tous les messages lies a ce fil de discussion, cliquez sur le 
lien ci-dessous, cela ouvrira votre logiciel de messagerie. Il vous suffira 
d'envoyer le message :
              [email protected]

Reply via email to