Revision: 4355
          http://vexi.svn.sourceforge.net/vexi/?rev=4355&view=rev
Author:   mkpg2
Date:     2012-02-21 02:13:19 +0000 (Tue, 21 Feb 2012)
Log Message:
-----------
Feature. Optionally specify core in .vexipath xml.

Modified Paths:
--------------
    trunk/_ebuild/seed/version
    trunk/org.vexi-vexidev.conf/src/main/java/org/vexi/vexidev/conf/Xml.java

Modified: trunk/_ebuild/seed/version
===================================================================
--- trunk/_ebuild/seed/version  2012-02-18 01:30:00 UTC (rev 4354)
+++ trunk/_ebuild/seed/version  2012-02-21 02:13:19 UTC (rev 4355)
@@ -1,2 +1,2 @@
 #nofetch=true
-tag=0.8.1
+tag=0.8.2

Modified: 
trunk/org.vexi-vexidev.conf/src/main/java/org/vexi/vexidev/conf/Xml.java
===================================================================
--- trunk/org.vexi-vexidev.conf/src/main/java/org/vexi/vexidev/conf/Xml.java    
2012-02-18 01:30:00 UTC (rev 4354)
+++ trunk/org.vexi-vexidev.conf/src/main/java/org/vexi/vexidev/conf/Xml.java    
2012-02-21 02:13:19 UTC (rev 4355)
@@ -160,6 +160,9 @@
     
     @Root
     static public class ProjectPath extends Xml{
+       @Element(required=false) public 
+        Core core;
+       
        @Element
        public ScopePath main;
        
@@ -178,7 +181,7 @@
     }
 
     static public class ScopePath extends Xml{
-        @ElementList(empty=false,required=false) public 
+       @ElementList(empty=false,required=false) public 
         ArrayList<SourceDir> sources;
        
         @ElementList(empty=false,required=false) public 
@@ -190,6 +193,13 @@
                }
         }
     }
+
+    static public class Core extends Xml{
+       @Attribute public String path;
+
+               public void check() throws IOException {}
+    }
+
     
     static public class SourceDir extends Xml{
        @Attribute public String path;

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Vexi-svn mailing list
Vexi-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vexi-svn

Reply via email to