You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by mi...@apache.org on 2013/08/23 04:40:56 UTC

svn commit: r1516681 - in /openjpa/trunk/openjpa-project: assembly.xml bin-assembly.xml pom.xml

Author: mikedd
Date: Fri Aug 23 02:40:56 2013
New Revision: 1516681

URL: http://svn.apache.org/r1516681
Log:
OPENJPA-1459: Rename to binaries-nodocs and remove dead code in pom.xml

Modified:
    openjpa/trunk/openjpa-project/assembly.xml
    openjpa/trunk/openjpa-project/bin-assembly.xml
    openjpa/trunk/openjpa-project/pom.xml

Modified: openjpa/trunk/openjpa-project/assembly.xml
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/assembly.xml?rev=1516681&r1=1516680&r2=1516681&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/assembly.xml (original)
+++ openjpa/trunk/openjpa-project/assembly.xml Fri Aug 23 02:40:56 2013
@@ -18,7 +18,7 @@
  under the License.   
 -->
 <assembly>
-    <id>all</id>
+    <id>binary</id>
     <formats>
         <format>zip</format>
     </formats>

Modified: openjpa/trunk/openjpa-project/bin-assembly.xml
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/bin-assembly.xml?rev=1516681&r1=1516680&r2=1516681&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/bin-assembly.xml (original)
+++ openjpa/trunk/openjpa-project/bin-assembly.xml Fri Aug 23 02:40:56 2013
@@ -18,7 +18,7 @@
  under the License.   
 -->
 <assembly>
-    <id>binaries</id>
+    <id>binary-nodocs</id>
     <formats>
         <format>zip</format>
     </formats>

Modified: openjpa/trunk/openjpa-project/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/pom.xml?rev=1516681&r1=1516680&r2=1516681&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/pom.xml (original)
+++ openjpa/trunk/openjpa-project/pom.xml Fri Aug 23 02:40:56 2013
@@ -151,18 +151,6 @@
                             <workDirectory>target/work</workDirectory>
                         </configuration>
                     </execution>
-                    <!--<execution>-->
-                        <!--<id>sources</id>-->
-                        <!--<phase>package</phase>-->
-                        <!--<goals>-->
-                            <!--<goal>attached</goal>-->
-                        <!--</goals>-->
-                        <!--<configuration>-->
-                            <!--<descriptor>source-assembly.xml</descriptor>-->
-                            <!--<outputDirectory>${openjpa.assembly.outputDirectory}</outputDirectory>-->
-                            <!--<workDirectory>target/work</workDirectory>-->
-                        <!--</configuration>-->
-                    <!--</execution>-->
                 </executions>
             </plugin>