You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gora.apache.org by le...@apache.org on 2013/08/19 00:11:02 UTC

svn commit: r1515235 - in /gora/branches/GORA_94: CHANGES.txt gora-core/pom.xml

Author: lewismc
Date: Sun Aug 18 22:11:02 2013
New Revision: 1515235

URL: http://svn.apache.org/r1515235
Log:
GORA-268 Make GoraCompiler the main manifest attribute in gora-core

Modified:
    gora/branches/GORA_94/CHANGES.txt
    gora/branches/GORA_94/gora-core/pom.xml

Modified: gora/branches/GORA_94/CHANGES.txt
URL: http://svn.apache.org/viewvc/gora/branches/GORA_94/CHANGES.txt?rev=1515235&r1=1515234&r2=1515235&view=diff
==============================================================================
--- gora/branches/GORA_94/CHANGES.txt (original)
+++ gora/branches/GORA_94/CHANGES.txt Sun Aug 18 22:11:02 2013
@@ -4,6 +4,8 @@
 
 Gora Change Log
 
+* GORA-268 Make GoraCompiler the main manifest attribute in gora-core (Apostolos Giannakidis via lewismc)
+
 * GORA-265 Support for dynamic file extensions when traversing a directory (Apostolos Giannakidis via lewismc)
 
 * GORA-264 Make generated data beans more java doc friendly (Apostolos Giannakidis via lewismc)

Modified: gora/branches/GORA_94/gora-core/pom.xml
URL: http://svn.apache.org/viewvc/gora/branches/GORA_94/gora-core/pom.xml?rev=1515235&r1=1515234&r2=1515235&view=diff
==============================================================================
--- gora/branches/GORA_94/gora-core/pom.xml (original)
+++ gora/branches/GORA_94/gora-core/pom.xml Sun Aug 18 22:11:02 2013
@@ -83,6 +83,15 @@
                         </goals>
                     </execution>
                 </executions>
+                <configuration>
+                    <archive>
+                        <manifest>
+                            <mainClass>org.apache.gora.compiler.GoraCompiler</mainClass>
+                            <addClasspath>true</addClasspath>
+                            <classpathPrefix>../lib/</classpathPrefix>
+                        </manifest>
+                    </archive>
+                </configuration>
             </plugin>
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>